﻿@charset "utf-8";

/* ===================================================================

	body				メイン背景画像の設定
	h1,h2,h3,h4,h5,h6	見出しの設定
	a:***				リンクの設定
	wrapper				全体枠の設定
	navi			グローバルナビゲーションの設定
	contents_wrapper	コンテンツ全体枠の設定
	maincolumn			メインカラムの設定
	sidebar				2カラム用サイドバーの設定
	footer				フッターの設定

=================================================================== */


/*	body
----------------------------------------------------
メイン背景画像の設定
----------------------------------------------------*/
body {
	text-align:center;
	background:url(../images/bg.gif) #FFF repeat-x top;
	color:#333;
}
body#topbody {
	background:url(../images/bg_top.gif) #FFF repeat-x top;
}


/*	contents_wrapper
----------------------------------------------------
コンテンツ全体枠の設定
----------------------------------------------------*/
#contents_wrapper {
	position:relative;
	width:950px;
	margin:0 auto;
	padding-bottom:20px;
	border-bottom: #F3EDE3 1px solid;
}


/*	maincolumn
----------------------------------------------------
メインカラムの設定
----------------------------------------------------*/
#maincolumn {
	float:right;
	width:740px;
	margin-top:12px;
	padding-top:15px;
	border-top: #CCC 1px solid;
}

#maincolumn.topcolumn {
	clear:both;
	float:left;
	width:655px;
	margin-top:15px;
	padding-top:0;
}

#maincolumn.contact_form {
	float:none;
	width:600px;
	margin:0 auto;
	padding-top:50px;
	border:none;
}

#works_maincolumn {
	float:right;
	width:793px;
	margin-top:42px;
	overflow:hidden;
}

#works_contents {
	width:503px;
	float:left;
	border-top: #CCC 1px solid;
}

.h2_br {
	margin-left:13px;
}

.article {
	clear:both;
	overflow:hidden;
	padding-top:15px;
	border-top: #F3EDE3 1px solid;
}

.article p, .article ul, .article ol {
	overflow:hidden;
}

.over {
	padding-left:205px;
}

.border {
	padding:2px;
	border:#CCC 1px solid;
}

#subnavi {
	clear:both;
	float:left;
	width:185px;
	margin-top:12px;
	padding-top:15px;
	border-top: #CCC 1px solid;
}

#subnavi li a{
	display:block;
	width:185px;
	padding:9px 0;
	border-bottom:#CCC 1px solid;
	color:#000;
	font-size:10px;
}

#subnavi li a:hover {
	width:175px;
	_width:185px;
	color:#ffffff;
	background:#0f96b4;
	padding-left:10px;
}

/*	h1,h2,h3,h4,h5,h6
----------------------------------------------------
見出しの設定
----------------------------------------------------*/
#contents_wrapper h1 {
	clear:both;
	float:left;
	width:185px;
	margin-top:12px;
	padding-top:15px;
	border-top: #CCC 1px solid;
}

#contents_wrapper #subnavi h1, #contents_wrapper #maincolumn h1 {
	clear:none;
	float:none;
	width:100%;
	margin-top:0;
	padding-top:0;
	border:none;
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contents_wrapper #maincolumn h1 {
	margin-bottom:30px;
}

#maincolumn h2{
	float:left;
	width:205px;
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	font-weight:bold;
}

#subnavi h2{
	padding:30px 0 10px 0;
	border-bottom:#CCC 1px solid;
}


#maincolumn h3{
	margin:25px 0 9px 0;
	font:bold 11px "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

#maincolumn li,dt,dd {
	font-size:11px;
	line-height:20px;
	}

#maincolumn p {
	font-size:11px;
	margin-bottom:18px;
	line-height:160%;
	}

#maincolumn ul, #maincolumn ol {
	font-size:11px;
	margin-bottom:18px;
	line-height:160%;
	}

#maincolumn li {
	font-size:11px;
}

/*	a:link,a:visited,a:hover,a:active
----------------------------------------------------
リンクの設定
----------------------------------------------------*/
a:link {
	color:#006699;
	}

a:visited {
	color:#006699;
	}

a:hover {
	color:#FF3333;
	}

a:active {
	color:#;
	}

/*
----------------------------------------------------
ヘッダーの設定
----------------------------------------------------*/
#logo a {
	display:block;
	float:left;
	width:136px;
	height:53px;
	margin:28px 0 5px 0;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
}

#h_pp {
	margin-top:15px;
	text-align:right;
}

#navi {
	float:right;
	margin-top:15px;
}

#navi li {
	float:left;
}

#navi li a {
	display:block;
	width:120px;
	height:31px;
	border-bottom:#f3ede3 1px solid;
	background:url(../images/navi.gif) no-repeat;
	text-indent:-9999px;
}

#navi li a:hover {
	height:30px;
	border-bottom:#0f96b4 2px solid;
}

li#n2 a {
	background-position:-120px 0;
}

li#n3 a {
	background-position:-240px 0;
}

li#n4 a {
	background-position:-360px 0;
}

li#n5 a {
	background-position:-480px 0;
}

#about #n1 a, #company #n2 a, #works #n3 a, #recruit #n4 a, #contact #n5 a {
	height:30px;
	border-bottom:#0f96b4 2px solid;
}

#crumb {
	clear:both;
	*padding-top:10px;;
	text-align:right;
	font-size:11px;
	color:#333;
}


.contact_form tr{

}

.contact_form th {
	width: 205px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 0;
	border-top: #F3EDE3 1px solid;
	vertical-align:top;
}

.contact_form td {
	padding: 8px 0;
	border-top: #F3EDE3 1px solid;
}

.iqfm-table {
	margin-bottom:8px;
	padding-bottom: 8px 0;
	border-bottom: #F3EDE3 1px solid;
}

#inquiryformSubmit-1 {
	text-align:center;
	margin-left:270px;
	width:100px;
}

.iqfm-confirm-body {
	width:395px;
	font-size:11px;
}

/*	sidebar
----------------------------------------------------
2カラム用サイドバーの設定
----------------------------------------------------*/
#sidebar {
	float:right;
	width:265px;
	margin-top:15px;
}

#sidebar_works {
	float:left;
	width:131px;
	margin-right:20px;
}

#sidebar_works h1{
	width:131px;
	padding:0 0 15px 0;
	border-top:none;
	border-bottom:#CCC 1px solid;
}

#works #sidebar {
	margin-top:0;
}

#sidebar_h3{
	padding-top:8px;
	border-top:#CCC 1px solid;
	font:bold 17px "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#sidebar p {
	font-size:11px;
	margin-bottom:11px;
}

#sidebar a img {
	border:#CCC 1px solid;
}

#sidebar a img:hover {
	border:#999 1px solid;
}

#sidebar #rec_bn a img {
	border-color:#cbe7f2;
}
#sidebar #rec_bn a img:hover {
	border:#39C 1px solid;
}

#rec_bn {
	padding:5px 0 15px 0;
	border-bottom:#CCC 1px solid;
}



a:hover .op {
	opacity:0.75;
	filter: alpha(opacity=75);
}

#blog_bn a {
	display:block;
	width:199px;
	height:82px;
	margin-top:20px;
	background:url(images/staffblog_bn.png) no-repeat;
	text-indent:-9999px;
	}

.op a:hover {
	opacity:0.75;
	filter: alpha(opacity=75);
}

#twtr-widget-1 {
	margin:10px 0;
}



/*	footer
----------------------------------------------------
フッターの設定
----------------------------------------------------*/
#copyright {
	clear:both;
	width:950px;
	height:40px;
	margin:0 auto;
	text-align:center;
	padding-top:12px;
	font-size:11px;
}


/*	top
----------------------------------------------------
トップページ
----------------------------------------------------*/
#maincolumn h2#top_h2 {
	float:none;
	width:100%;
	padding:8px 0 10px 0;
}

.panel-overlay {
}

#gallery_wrap {
	margin-top:66px;
	*margin-top:53px;
}

.panel-overlay a {
	display:block;
	position:absolute;
	top:-334px;
	left:0;
	width:950px;
	height:394px;
	text-indent:-9999px;
}

.panel img {
	display: none;
}

.img_wrap {
	border:#CCC 1px solid;
}

.nav-next {
	display:block;
	width:9px;
	height:18px;
	background:url(../images/t_slide_next.gif);
}

.nav-prev {
	display:block;
	width:9px;
	height:18px;
	background:url(../images/t_slide_prev.gif);
}

.gi00 a{
	background:url(../images/t_slide00.jpg);
}

.gi01 a{
	background:url(../images/t_slide01.jpg);
}

.gi02 a{
	background:url(../images/t_slide02.jpg);
}

.gi02b a{
	background:url(../images/t_slide02b.jpg);
}

.gi03 a{
	background:url(../images/t_slide03.jpg);
}

.gi04 a{
	background:url(../images/t_slide04.jpg);
}

.gi04b a{
	background:url(../images/t_slide04b.jpg);
}

.gi05 a{
	background:url(../images/t_slide05.jpg);
}

.gi06 a{
	background:url(../images/t_slide06.jpg);
}

.gi07 a{
	background:url(../images/t_slide07.jpg);
}

.gi08 a{
	background:url(../images/t_slide08.jpg);
}

.gi09 a{
	background:url(../images/t_slide09.jpg);
}

.gi10 a{
	background:url(../images/t_slide10.jpg);
}

.gi11 a{
	background:url(../images/t_slide11.jpg);
}

.gi12 a{
	background:url(../images/t_slide12.jpg);
}

.gi13 a{
	background:url(../images/t_slide13.jpg);
}

.gi14 a{
	background:url(../images/t_slide14.jpg);
}

.gi15 a{
	background:url(../images/t_slide15.jpg);
}

.gi16 a{
	background:url(../images/t_slide16.jpg);
}

.gi17 a{
	background:url(../images/t_slide17.jpg);
}

.gi18 a{
	background:url(../images/t_slide18.jpg);
}

.gi19 a{
	background:url(../images/t_slide19.jpg);
}

.gi20 a{
	background:url(../images/t_slide20.jpg);
}

.gi21 a{
	background:url(../images/t_slide21.jpg);
}

.gi22 a{
	background:url(../images/t_slide22.jpg);
}

.gi23 a{
	background:url(../images/t_slide23.jpg);
}

.gi24 a{
	background:url(../images/t_slide24.jpg);
}

.gi25 a{
	background:url(../images/t_slide25.jpg);
}

.gi26 a{
	background:url(../images/t_slide26.jpg);
}

.gi27 a{
	background:url(../images/t_slide27.jpg);
}

.gi28 a{
	background:url(../images/t_slide28.jpg);
}

.gi29 a{
	background:url(../images/t_slide29.jpg);
}

.gi30 a{
	background:url(../images/t_slide30.jpg);
}

.gi31 a{
	background:url(../images/t_slide31.jpg);
}

.gi32 a{
	background:url(../images/t_slide32.jpg);
}

.gi33 a{
	background:url(../images/t_slide33.jpg);
}

.gi34 a{
	background:url(../images/t_slide34.jpg);
}

.gi35 a{
	background:url(../images/t_slide35.jpg);
}

.gi36 a{
	background:url(../images/t_slide36.jpg);
}

.gi37 a{
	background:url(../images/t_slide37.jpg);
}

.gi38 a{
	background:url(../images/t_slide38.jpg);
}

.gi39 a{
	background:url(../images/t_slide39.jpg);
}

.gi40 a{
	background:url(../images/t_slide40.jpg);
}

.gi41 a{
	background:url(../images/t_slide41.jpg);
}

.gi42 a{
	background:url(../images/t_slide42.jpg);
}

.gi43 a{
	background:url(../images/t_slide43.jpg);
}

.gi44 a{
	background:url(../images/t_slide44.jpg);
}

.gi45 a{
	background:url(../images/t_slide45.jpg);
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 655px;
	height: 837px;
	background-color: #FFF;
	overflow: auto;/*javascript無効時にもスクロールバーを出す為に必要*/
	position: relative;/*javascript無効時にもスクロールバーを出す為に必要*/
}


/*	news
----------------------------------------------------
ニュースエリアの設定
----------------------------------------------------*/
#news {
	font-size:11px;
	padding-bottom:30px;
}

#news h3 {
	clear:both;
	float:left;
	margin:0;
	padding:8px 40px 10px 0;
	font-size:11px;
}

#news p {
	border-bottom:#CCC 1px dotted;
	margin:0;
	padding:8px 0;
}


/*
----------------------------------------------------
ABOUT Rejet
----------------------------------------------------*/
#maincolumn h2.h2_about {
	clear:both;
	float:none;
	width:100%;
	margin:60px 0 20px 0;
	padding:8px 0 5px 0;
	border-top: #F3EDE3 1px solid;
	border-bottom: #F3EDE3 1px dotted;
	font-size:13px;
}

/*	company
----------------------------------------------------
会社概要
----------------------------------------------------*/
#company_tb {
	margin-bottom:15px;
	}

#company_tb th {
	width:130px;
	padding:8px 0;
	font-size:11px;
	vertical-align:top;
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

#company_tb td {
	padding:8px 0;
	font-size:11px;
	}

#company_tb ol li {
	margin-left:20px;
	list-style:decimal;
	font-size:11px;
}

#company_tb ul li {
	font-size:11px;
	}

/*	recruit
----------------------------------------------------
リクルート
----------------------------------------------------*/
#recruit .article ul li{
	padding-left:11px;
	background:url(../recruit/images/li_icon_l.gif) no-repeat;
	background-position:1px 6px;
}

#recruit .article ul li ul li{
	padding-left:11px;
	background:url(../recruit/images/li_icon.gif) no-repeat;
	background-position:3px 8px;
}

#h2_g {
	width:185px;
	height:13px;
	text-indent:-9999px;
	background:url(../recruit/images/h2_g.gif) no-repeat;
	background-position:0 30px;
}

#h2_m {
	width:185px;
	height:13px;
	text-indent:-9999px;
	background:url(../recruit/images/h2_m.gif) no-repeat;
	background-position:0 30px;
}

#h2_i {
	width:185px;
	height:13px;
	text-indent:-9999px;
	background:url(../recruit/images/h2_i.gif) no-repeat;
	background-position:0 30px;
}

#h2_a {
	width:185px;
	height:13px;
	text-indent:-9999px;
	background:url(../recruit/images/h2_a.gif) no-repeat;
	background-position:0 30px;
}

#h2_x {
	width:185px;
	height:13px;
	text-indent:-9999px;
	background:url(../recruit/images/h2_x.gif) no-repeat;
	background-position:0 30px;
}

.article ol {
list-style: decimal;
list-style-position: inside;
}

#recruit .article ul li.type3 {
	padding-left:0;
	background:none;
}

.recruit_i_01 #subnavi li a.i_01,
.recruit_i_02 #subnavi li a.i_02,
.recruit_i_03 #subnavi li a.i_03,
.recruit_g_01 #subnavi li a.g_01,
.recruit_g_02 #subnavi li a.g_02,
.recruit_g_03 #subnavi li a.g_03,
.recruit_g_04 #subnavi li a.g_04,
.recruit_g_05 #subnavi li a.g_05,
.recruit_g_06 #subnavi li a.g_06,
.recruit_g_07 #subnavi li a.g_07,
.recruit_g_08 #subnavi li a.g_08,
.recruit_g_09 #subnavi li a.g_09,
.recruit_g_10 #subnavi li a.g_10,
.recruit_g_11 #subnavi li a.g_11,
.recruit_m_01 #subnavi li a.m_01,
.recruit_m_02 #subnavi li a.m_02,
.recruit_m_03 #subnavi li a.m_03,
.recruit_m_04 #subnavi li a.m_04,
.recruit_m_05 #subnavi li a.m_05,
.recruit_m_06 #subnavi li a.m_06,
.recruit_m_08 #subnavi li a.m_08,
.recruit_m_09 #subnavi li a.m_09,
.recruit_m_10 #subnavi li a.m_10,
.recruit_m_11 #subnavi li a.m_11,
.recruit_a_01 #subnavi li a.a_01,
.recruit_x_01 #subnavi li a.x_01
{
	width:175px;
	_width:185px;
	color:#ffffff;
	background:#0f96b4;
	padding-left:10px;
}


/*
----------------------------------------------------
WORKS
----------------------------------------------------*/
#works_contents .article {
	position:relative;
	margin-top:25px;
	border-top: #CCC 1px solid;
}

#works_contents h2 {
	z-index:-1;

}

.work_tag {
	position:absolute;
	right:0;
}

#cat, #s {
	width:131px;
}

#submit{
 background-image:url("../works/images/search.gif");
 background-repeat:no-repeat;
 border:none;
 width:131px;
 height:27px;
 margin-top:30px;
 text-indent: -9999px;
 cursor: pointer;
}

#sidebar_works h2 {
	margin:0 0 25px 0;
	padding:25px 0 4px 0;
}

#sidebar_works h3 {
	clear:both;
	margin:25px 0 5px 0;
}

#sidebar_works li {
	line-height:18px;
	font-size:11px;
}

.cb {
	padding-left:2px;
}

.works_count {
	padding:15px 0;
}

#works_contents h2 {
	float:left;
	margin-bottom:13px;
	font-size:14px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
}

#works_contents h2 span{
	font-size:11px;
	font-weight:normal;
}

#works_contents p {
	margin-bottom:11px;
	font-size:11px;
}

#works_contents strong {
	font-size:16px;
}

.work_tag li {
	float:left;
	margin-right:2px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:10px;
	font-weight:bold;
	padding:2px 6px;
	border:#333 1px solid;
}

.works_imglink {
	clear:both;
	float:left;
	padding-bottom:15px;
}

.works_info {
	float:right;
	width:365px;
}

.works_date {
	float:left;
}

.works_price {
	float:right;
}

.works_data {
	height:14px;
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:#999 1px dotted;
}

.works_content {
	clear:both;
}
.worksimg {
	width:120px;
	padding:2px;
	border:#CCC 1px solid;
}

#works_contents .works_copy {
	clear:both;
	margin-bottom:35px;
	text-align:center;
	font-size:10px;
	color:#666;
	background-color:#f3f3f3;
}

.tablenav {
	color: #2583ad;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #00019b;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:11px;
}

a.page-numbers:hover {
	color:white;
	background: #328ab2;
}

.tablenav .current {
	color: white;
	background: #328ab2;
	border-color: #328ab2;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
	font-size:11px;
}



/*
----------------------------------------------------

----------------------------------------------------*/
.page_tb {
	width:100%;
	margin-bottom:20px;
	border-collapse:collapse;
}

.page_tb th {
	width:120px;
	padding:8px;
	border:#000 1px solid;
	background:#036;
	color:#FFF;
}

.page_tb th.sub {
	color:#000;
	background:#9CC;
}

.page_tb td {
	padding:8px;
	vertical-align:top;
	border:#000 1px solid;
	background:#FFF;
}




/*	others
----------------------------------------------------
その他
----------------------------------------------------*/


.small {
	font-size:9px;
	}

.big {
	font-size:18px;
	font-family:"ヒラギノ角ゴ pro w6";
	}

.orange {
	color:#FF6600;
	}



.spacer {
	display:block;
	height:60px;
	}

.spacer2 {
	display:block;
	height:40px;
	}


.clear {
	clear:both;
	}

.postlink {
	font-size:10px;
	margin-top:40px;
	text-align:center;
	}

.alignleft {
	float:left;
	padding:2px;
	margin-right:20px;
	}

.alignright {
	float:right;
	margin:0 0 10px 20px ;
	padding:2px;
	}

.aligncenter {
	text-align:center;
	}

.red {
	color:#F00;
}

.vg li {
	margin-bottom:10px;
}


#skit {
	position:absolute;
	top:-10px;
	right:0;
	z-index:1000;
}

#skit a{
	display:block;
	width:160px;
	height:140px;
	background:url(../images/skit.png) no-repeat center top;
	text-indent:-9999px;
}

#skit a:hover{
	width:160px;
	height:140px;
	background:url(../images/skit_on.png) no-repeat;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}


/*	reset
----------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: left;
	line-height: 1.5;
}

/*	reset_2
----------------------------------------------------*/

html {
	overflow-y: scroll;
	font-size:100.01%;
}

body {
	font-size:0.8em;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}

h1 {
	font-size:0.9em;
	}

h2 {
	font-weight:normal;
	font-size:0.8em;
	}

h3,h4,h5,h6 {
	font-size: 1em;
	}

p {
	font-size:0.9em;
	}

ul {
	list-style-type: none
	}

a:link,
a:visited {
	text-decoration:none;
	overflow:hidden;
	outline:none;
	}

a:hover	{
	text-decoration:none;
	}

img{
	border: 0;
	vertical-align: bottom;
	}

address {
	font-style:normal;
	text-align:left;
	}

table {
	font-size:1em;
	}

/*	clearfix
----------------------------------------------------*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

* html .clearfix             { zoom: 1; } /* IE6 */

*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clearfix {overflow:hidden;}