@charset "utf-8";

/* CSS Document */

/* サイトマップ・お問い合わせ・個人情報保護方針のスタイルを記載 */


/* ------------------------------
 サイトマップ
------------------------------ */
#sitemapL {
	width:350px;
	float:left;
}

#sitemapR {
	width:350px;
	float:right;
}

#sitemap p.category1 {
	font-weight: bold;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #337CBD;
}

#sitemap p.category2 {
	font-weight: bold;
	margin: 0 0 0.5em 0;
	text-align: left;
}

#sitemap ul {
	margin: 0 0 2em 2em;
	padding: 0;
}

#sitemap ul li {
	margin: 0.2em 0;
	padding: 0;
}

#sitemap ul li ul {
	margin: 0 0 0 2em;
	padding: 0 0 0 0;
}

#sitemap ul li ul li {
	margin: 0.2em 0;
	padding: 0;
}

/* ------------------------------
 お問い合わせ
------------------------------ */
#support p img {
	vertical-align:text-bottom;
}

#support p.inquiry1 {
	text-align:center;
	margin:0 0 5px 0;
}
#support p.inquiry2 {
	text-align:center;
	margin:0 0 5px 0;
}
#support .box {
	width:400px;
	margin:0 auto;
}
#support table.inquiry1 {
	background:url(../images/support_box1_bg.gif) 0 0 repeat-y;
	width:400px;
	margin:0 auto;
}
#support table.inquiry2 {
	background:url(../images/support_box2_bg.gif) 0 0 repeat-y;
	width:400px;
	margin:0 auto;
}
#support table.inquiry1 th,
#support table.inquiry2 th {
	padding:0px 0px 0px 10px;
	width:120px;
}
#support table.inquiry1 td,
#support table.inquiry2 td {
	padding:5px 10px 5px 5px;
}
#support table.border {
	border:3px solid #8d6a53;
	border-collapse:collapse;
}
#support table.border td {
	border:1px solid #8d6a53;
	padding:5px;
}
#support table.border th {
	border:1px solid #8d6a53;
	background-color:#ffffcc;
	padding:5px;
	text-align:left;
	color:#4D4D4D;
}
#support table.border td input {
	margin-right:2px;
}
#support .color1 {
	color:#da4300;
}
#support .color2 {
	color:#83b709;
}
#support .causion {
	color:#BF1A20;
}
#support .indent {
	text-indent:-1em;
	padding-left:1em;
}





