@charset "shift-jis";

/* privacy_style
----------------------------------------------- */
div#mainContent ul li{
	margin-bottom:5px;
	margin-left:30px;
	list-style-type:circle;
}

/* form_style
----------------------------------------------- */
div#mainContent table.form{
	border:1px solid #CCCCCC;
	border-collapse:separate;
	border-spacing:1px;
	width:100%;
	margin-bottom:10px;
}
div#mainContent table.form th{
	padding:5px;
	border-left:3px solid #2075D2;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#D1E4F8;
	text-align:left;
}
div#mainContent table.form td{
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#FFF;
}
div#mainContent div.btSubmit{
	margin-bottom:10px;
	text-align:center;
}

/* form_style
----------------------------------------------- */
input,textarea{
	border:1px solid #CCC;
	padding:3px;
	background-color:#FFF;
}
input:hover,textarea:hover{
	border:1px solid #999;
}
input:focus,textarea:focus{
	border:1px solid #000;
}
textarea{
	font-size:12px;
}

/* link_style
----------------------------------------------- */
div#mainContent table.link{
	border:1px solid #CCCCCC;
	border-collapse:separate;
	border-spacing:1px;
	width:98%;
	margin-bottom:10px;
}
div#mainContent table.link th{
	padding:5px;
	border-left:3px solid #2075D2;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#D1E4F8;
	text-align:left;
	width:30%;
}
div#mainContent table.link td{
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#FFF;
	width:70%;
}
div#mainContent table.link2{
	border:1px solid #CCCCCC;
	border-collapse:separate;
	border-spacing:1px;
	width:98%;
	margin-bottom:10px;
}
div#mainContent table.link2 td{
	padding:5px;
	border-left:3px solid #2075D2;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#D1E4F8;
	text-align:left;
	width:33%;
}

/* sitemap_style
----------------------------------------------- */
div#mainContent ul.sitemap li{
	margin-bottom:10px;
	margin-left:30px;
	list-style-type:circle;
}
div#mainContent ul.sitemap li ul li{
	margin-bottom:5px;
	margin-left:50px;
	list-style-type:disc;
	border-bottom:none;
}
div#mainContent ul.sitemap li ul li ul li{
	margin-bottom:5px;
	margin-left:50px;
	list-style-type:square;
	border-bottom:none;
}

/* shop_style
----------------------------------------------- */
div#mainContent table.shop{
	border:1px solid #CCCCCC;
	border-collapse:separate;
	border-spacing:1px;
	width:98%;
	margin-bottom:10px;
}
div#mainContent table.shop th{
	padding:5px;
	border-left:3px solid #2075D2;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#D1E4F8;
	text-align:left;
	width:20%;
}
div#mainContent table.shop td{
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#FFF;
	width:50%;
}
div#mainContent table.shop th.title{
	padding:5px;
	border-left:3px solid #2075D2;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#98C1EF;
	text-align:left;
	width:100%;
}
div#mainContent table.shop td.img{
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#FFF;
	width:30%;
	text-align:center;
}

