@charset "utf-8";

/* リセットCSS記述 */

/* --HTML-- */
html {
background:#fff;
color:#333;
overflow-y:scroll;
}

/* --BODY-- */
body {
margin:0;
overflow:visible;
padding:0;
}

/* for IE7 */
*:first-child+html body {
font-family:'メイリオ';
font-size:75%;
}

/* for IE6 */
* html body {
font-size:75%;
}

/* --OTHER TAGS-- */
a img, fieldset, img {
border:0;
}

blockquote, dd, div, dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, input, li, ol, p, pre,
select, span, textarea, td, th, ul {
margin:0;
padding:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th, var {
font-style:normal;
font-weight:normal;
}

caption, th {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

/* for IE7 */
*:first-child+html code, kbd, pre, samp, tt {
font-size:108%;
}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

ol, ul {
list-style:none;
}

q:before, q:after {
content:'';
}

/* tables still need 'cellspacing="0"' */
table {
border-collapse:collapse;
border-spacing:0;
<span class="hilite">f</span>ont-size:100%;
}


/* clerfix */

div:after,
ul:after,
dl:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
} 

div,ul,dl{
	zoom:100%;
}

/* リセットCSS記述終了 */


/* 共通パーツ */

body{
 	margin:0;
	padding:0;
	background-color:#fff;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img{
	vertical-align:bottom;
}

.red{
	color:#f00;
}


/* 段落開始 */

#wrapper{
	width:900px;
	margin:0 auto;
}

#head{
	background-color:#000;
	color:#fff;
}

#pankuzu{
	float:left;
	font-size:x-small;
}

#mainbody{
	clear:both;
	margin-bottom:50px;
}

#mainbody2{
	clear:both;
	margin-bottom:50px;
}

#leftbody{
	float:left;
	width:200px;
	margin-right:20px;
}

#rightbody{
	float:left;
	width:680px;
}

#rightbody2{
	float:left;
	width:680px;
	padding-top:25px;
}

#footer{
	clear:both;
	padding-top:20px;
	*padding-top:10px;
	border-top-color:#ccc;
	border-top-style:solid;
	border-top-width:1px;
}

/* 共通ページ フッター内部 */

#footer address{
	clear:both;
	font-size:12px;
	text-align:center;
	font-style:normal;
}

#footer ul{
	width:580px;
	height:20px;
	margin:0 auto 15px;
	font-size:12px;
}

#footer li,
#footer li.none{
	float:left;
	margin:0 20px 0 0;
	padding-right:20px;
	border-right-color:#666;
	border-right-style:solid;
	border-right-width:1px;
}

#footer li.none{
	margin:0;
	padding:0;
	border:0px;
}

#footer li a{
	color:#666;
	text-decoration:none;
}

#footer li a:hover{
	color:#960;
	text-decoration:underline;
}


/* 共通ページ ヘッド内部 */

#head h1{
	float:left;
	padding:3px 0 3px 22px;
	font-size:x-small;
}

#head ul{
	float:right;
	padding:3px 26px 3px 0;
	font-size:x-small;
	width:309px;
}

#head ul li.menu{
	float:left;
	padding:0 10px;
	border-right-color:#fff;
	border-right-style:solid;
	border-right-width:1px;
}

#head ul li.none{
	float:left;
	padding-left:10px;
}

#head li a{
	color:#fff;
	text-decoration:none;
}

#head li a:hover{
	color:#fc0;
	text-decoration:underline;
}

#head h2{
	clear:both;
}

/* 共通ページ メニュー内部 */

#menu ul{
	height:65px;
}

#menu ul li{
	float:left;
}

/* 共通ページ パンくず内部 */

#pankuzu ul{
	margin-left:1em;
	width:500px;
	height:35px;
}

#pankuzu ul li{
	float:left;
	margin:5px 10px 0 0;
}

#pankuzu ul li a{
	color:#999;
	text-decoration:none;
}

/* 共通ページ レフトボディ内部 */

#leftbody h3{
	padding-bottom:5px;
}

#leftbody h4{
	margin:25px 0 5px;
}

#leftbody ul.side1{
	width:200px;
	color:#960;

}

#leftbody ul.side1 li.side1,
#leftbody ul.side1 li.side1a{
	width:150px;
	height:23px;
	padding:7px 0 0 50px;
	*height:21px;
	*padding:8px 0 0 50px;
	background-image:url(../images/bg_mark.gif);
	background-repeat:no-repeat;
	background-position:25px 10px;
	border-bottom-color:#ccc;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#ccc;
	border-top-style:solid;
	border-top-width:1px;
	border-collapse:collapse;
	font-size:15px;
}

#leftbody ul.side1 li.side1a{
	border-top-width:0;
}

#leftbody ul.side1 li.side2,
#leftbody ul.side1 li.side2_o{
	width:135px;
	height:23px;
	padding:7px 0 0 65px;
	*height:20px;
	*padding:8px 0 0 65px;
	font-size:13px;
}

#leftbody ul.side1 li.side2_o{
	background-image:url(../images/bg_over.gif);
	background-repeat:repeat;
}

#leftbody ul.side1 li.side1 a,
#leftbody ul.side1 li.side1a a,
#leftbody ul.side1 li.side2 a{
	color:#960;
	text-decoration:none;
}

#leftbody ul.side1 li.side1 a:hover,
#leftbody ul.side1 li.side1a a:hover,
#leftbody ul.side1 li.side2 a:hover{
	color:#9c0;
	text-decoration:none;
}


#leftbody ul.bannar{
	width:200px;
	margin-top:5px;
	padding-top:5px;
	*padding-top:0;
}
#leftbody ul.bannar li.bannar{
	margin-top:15px;
}

/* companyページ ライトボディ内部 */

#rightbody .profile{
	width:680px;
	padding-top:215px;
	background-image:url(../../company/images/company_bg.jpg);
	background-repeat:no-repeat;
}

#rightbody .profile p.t1,
#rightbody .profile p.t2{
	font-size:small;
	line-height:1.5;
	margin:0 30px 28px 25px;
}

#rightbody .profile p.t2{
	margin:0 30px 20px 25px;
}

#rightbody .profile li{
	margin:0 0 40px 365px;
}

#rightbody h3{
	float:right;
	margin-bottom:23px;
}

#rightbody table.tbl{
	clear:both;
	width:596px;
	margin:0 0 0 50px;
	border-collapse:collapse;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	line-height:1.4;
}

#rightbody .tbl th{
	width:120px;
	padding:8px 0;
	background-color:#f2f2f2;
	font-size:small;
	color:#666;
	text-align:center;
	vertical-align:top;
	border:1px solid #ccc;
}

#rightbody .tbl td,
#rightbody .tbl td.left,
#rightbody .tbl td.right{
	width:456px;
	padding:8px 0 8px 20px;
	text-align:left;
	font-size:small;
	letter-spacing:-0.05em;
	color:#333;
	border:1px solid #ccc;
}

#rightbody .tbl td.left{
	width:168px;
	vertical-align:top;
}

#rightbody .tbl td.right{
	width:218px;
	vertical-align:top;
}

#rightbody .tbl td.left{
	border-right-color:#fff;
}

#rightbody .tbl td.right{
	border-left-color:#fff;
}

/* infomationページ ライトボディ内部 */

#rightbody h3.t1{
	float:right;
	margin-bottom:15px;
}

#rightbody h3.t2{
	float:right;
	margin-bottom:20px;
}

#rightbody h4{
	clear:both;
	margin:0 0 10px 45px;
	font-size:small;
	font-weight:bold;
}

#rightbody p.t1{
	clear:both;
	margin:0 15px 15px;
	font-size:small;
	color:#000;
	line-height:1.5;
}

#rightbody p.t2{
	margin:0 0 5px 65px;
	font-size:small;
}

#rightbody p.t3{
	margin:0 0 20px 65px;
	font-size:small;
}

#rightbody p.t4{
	margin:0 0 0 65px;
	padding-bottom:45px;
	xmargin:0 0 0px 65px;
	font-size:small;
}

#rightbody table.tbl2{
	width:400px;
	margin:0 0 20px 60px;
	font-size:small;
}

#rightbody .tbl2 th{
	width:120px;
	text-align:center;
	vertical-align:top;
}

#rightbody .tbl2 th,
#rightbody .tbl2 td{
	padding:5px 0;
}

#rightbody table.tbl3{
	width:520px;
	margin:0 0 20px 45px;
	font-size:small;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
}

#rightbody .tbl3 th{
	width:200px;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}

#rightbody .tbl3 th,
#rightbody .tbl3 td{
	padding:2px 0;
}

#rightbody ul.disc{
	font-size:small;
	margin:0 0 0 75px;
	padding-bottom:50px;
	line-height:1.3;
}

#rightbody ul.disc2{
	font-size:small;
	margin:0 0 20px 75px;
	line-height:1.3;
}

#rightbody .disc li,
#rightbody .disc2 li{
	margin:0 0 5px 1em;
	text-indent: -.6em;   
}

#rightbody ul.number{
	font-size:small;
	margin:0 50px 0 30px;
	line-height:1.3;
}

#rightbody .number li{
	margin-left: 1em;
	text-indent: -1.3em;   
}

#rightbody .number li.bottom{
	margin-bottom:20px;
}

/* profileページ ライトボディ内部 */

#rightbody .cont{
	margin-bottom:15px;
	background-image:url(../../prof/images/sbar03.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#rightbody .cont h4.t1{
	clear:both;
	margin:0 0 20px 18px;
}

#rightbody .cont h4.t2{
	margin:0 0 20px 25px;
}

#rightbody .cont p.t1,
#rightbody .cont p.t2,
#rightbody .cont p.t3{
	margin:0 0 25px 18px;
	font-size:small;
	color:#666;
	line-height:1.5;
}

#rightbody .cont p.t2{
	margin-bottom:45px;
}

#rightbody .cont p.t3{
	margin:0 30px 25px 55px;
}

#rightbody .top li,
#rightbody2 .top li{
	width:655px;
	margin-bottom:25px;
	text-align:right;
	font-size:12px;
	color:#09c;
}

#rightbody ul.top a,
#rightbody2 ul.top a{
	color:#09c;
	text-decoration:none;
}

#rightbody ul.top a:hover,
#rightbody2 ul.top a:hover{
	color:#c00;
	text-decoration:underline;
}

/* サイトマップページ ボディ内部 */

#mainbody2 h3{
	padding-top:20px;
}

#mainbody2 h4{
	clear:both;
}

#mainbody2 ul.box1{
	width:750px;
	margin:30px 0 25px 120px;
}

#mainbody2 .box1 li,
#mainbody2 .box1 li.none{
	float:left;
	width:250px;
	margin-bottom:25px;
	font-size:small;
	text-decoration:underline;
}

#mainbody2 .box1 li.none{
	margin-bottom:0;
}

#mainbody2 .box1 li a{
	color:#960;
	text-decoration:underline;
}

#mainbody2 .box1 li a:hover{
	color:#c00;
	text-decoration:underline;
}

#mainbody2 .tbl{
	width:822px;
	margin:30px auto;
	font-size:small;
	color:#960;
}

#mainbody2 .tbl th{
	padding-bottom:5px;
}

#mainbody2 .tbl td{
	width:150px;
	height:30px;
	padding:1px 0 0 30px;
	background-image:url(../../sitemap/images/tbl_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#mainbody2 .tbl td.none{
	background:none;
}

#mainbody2 .tbl td a{
	color:#960;
	text-decoration:none;
}

#mainbody2 .tbl td a:hover{
	color:#c00;
	text-decoration:underline;
}

/* プライバシーポリシーページ ボディ内部 */

#rightbody2 h3{
	text-align:right;
	margin-bottom:15px;
}

#rightbody2 p.t1,
#rightbody2 p.t2,
#rightbody2 p.t3,
#rightbody2 ul.squ,
#rightbody2 h4{
	margin:0 20px 25px 15px;
	font-size:small;
	color:#666;
	line-height:1.4;
}

#rightbody2 p.t2{
	margin:0 20px 5px 45px;
}

#rightbody2 p.t3{
	margin:0 20px 25px 45px;
}

#rightbody2 h4{
	margin:0 20px 5px 15px;
}

#rightbody2 ul.squ{
	margin:0 30px 25px 45px;
	*margin:0 30px 25px 30px;
}

#rightbody2 .squ li{
	list-style-type:square;
	*margin-left:15px;
}

#rightbody2 .squ li.t2{
	margin:0 10px 0 1.6em;
	list-style-type:none;
	text-indent:-0.7em; 
}

/* お問い合わせページ ボディ内部 */

#mainbody3{
	clear:both;
	width:860px;
	margin:0 auto 50px;
}

#mainbody3 h3{
	padding-top:20px;
	text-align:center;
}

#mainbody3 h4{
	margin-left:310px;
	padding-top:20px;
	font-size:small;
	color:#333;
}

#mainbody3 p.redbottom{
	clear:both;
	margin:0 15px 0 295px;
	font-size:small;
	color:#f00;
	text-indent:-1em;
}

#leftbody2{
	float:left;
	width:264px;
	height:400px;
	margin-right:20px;
	background-image:url(../../inquiry/images/left_bg.gif);
	background-repeat:no-repeat;
}

#leftbody2 p.top,
#leftbody2 p.bottom{
	width:240px;
	margin:25px auto;
	font-size:small;
	color:#333;
	line-height:1.5;
}

#leftbody2 p.img{
	margin-bottom:25px;
	text-align:center;
}

#leftbody2 p.bottom{
	width:220px;
	margin:0 auto;
}

#rightbody3{
	float:left;
	width:568px;
	margin-bottom:15px;
	background-color:#ffffd6;
	border:1px solid #ccc;
}

#rightbody3 p.t1{
	margin:10px 0 15px;
	font-size:12px;
	color:#666;
	text-align:center;
	line-height:1.5;
}

#rightbody3 ul{
	width:230px;
	*width:250px;
	margin:0 auto 20px;
}

#rightbody3 li{
	float:left;
	margin-right:40px;
	*margin-right:20px;
}

#rightbody3 li.none{
	float:left;
	margin-right:0;
}

#rightbody3 .tbl,
#rightbody3 .tbl2{
	width:540px;
	margin:20px auto 0;
	border:1px solid #ccc;
	font-size:small;
	color:#666;
}

#rightbody3 .tbl td{
	padding:10px 0 5px;
}

#rightbody3 .tbl2 td.top{
	padding-top:10px;
}

#rightbody3 .tbl2 td.bottom{
	padding-bottom:15px;
}

#rightbody3 input.btn{
	width:130px;
}

