@charset "utf-8";
/* CSS Document */

/*============================================
	基本構造
============================================*/
body {
	background:url(../image/bg.jpg) center repeat-y;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#1E383E;
	text-align:center;
	}
#wrapper {
	width:760px;
	margin:0 auto;
	text-align:left;
	}
#head {
	background:url(../image/head_bg.gif) repeat-x;
	height:82px;
	padding:0px 20px;
	}
#main {
	clear:both;
	_height: 1%; /* Hack for Win IE6 */
	background:url(../image/main_bg.jpg) repeat-y center;
	margin:0 auto;
	overflow:hidden;
	padding:0 15px 20px 20px;
	}
#side {
	float:right;
	width:200px;
	margin:15px 0px 0 auto;
	}
#foot {
	clear:both;
	padding-bottom:30px;
	padding-top:6px;
	border-top:#669999 solid 1px;
	text-align:center;
	color:#5C7285;
	}


/*============================================
	装飾
============================================*/
.line_set {
	display:block;
	}
.center {
	text-align:center;
	}
.fllt {
	float:left;
	}
.flrt {
	float:right;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color:#7192BD;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color:#7192BD;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color:#7192BD;
	}


/*============================================
	ヘッダ
============================================*/
#sitelogo {
	float:left;
	margin:12px 0px 0px 0px;
	width:350px;
	}
#sitelogo h1 {
	font-size:13px;
	margin:4px auto 0 0;
	color:#666633;
	font-weight:600;
	}
#headtel {
	float:right;
	width:215px;
	text-align:right;
	margin:25px 0 0 auto;
	}


/*============================================
	サイドバー
============================================*/
#side .box {
	background:#f5f5f5;
	border:#CCCCCC solid 1px;
	margin-bottom:20px;
	}
	
#side .box1 {
	margin:5px auto;
	width:190px;
	background:#FFFFFF;
	border: #CCCCCC solid 1px;
	}
#side .box p {
	margin:8px 3px;
	font-size:0.6em;
	line-height:160%;
	}
#side ul {
	margin:0px 10px 20px 0px;
	font-weight:600;
	}
#side li {
	font-size:0.8em;
	border-top:#7192BD dotted 1px;
	padding:8px 20px;
	list-style:square inside;
	}
#side .foot {
	border-bottom:#7192BD dotted 1px;
	}
#side .info {
	width:190px;
	margin:0px auto 10px auto;
	}
#side .info h4 {
	background:url(../image/side_info.jpg) no-repeat;
	height:21px;
	text-indent:-9999px;
	}
#side .info p {
	border:#7192BD solid 1px;
	padding:8px 10px;
	line-height:140%;
	font-size:80%;
	}


/*============================================
	フッタ
============================================*/
#foot h5 {
	font-weight:600;
	font-size:0.7em;
	}
#foot p {
	font-size:0.7em;
	margin-top:5px;
	line-height:120%;
	}


/*============================================
	メイン基本
============================================*/
#main_l h2 {
	background:url(../image/h2.gif) repeat-x;
	padding-top:8px;
	text-indent:12px;
	height:30px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:600;
	}
#main_l h3 {
	background:url(../image/h3.gif) repeat-x;
	padding:5px;
	text-indent:15px;
	height:25px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:600;
	margin-top:20px;
	}
#main_l h4 {
	margin-top:20px;
	text-indent:5px;
	font-size:80%;
	line-height:160%;
	}
#main_l {
	float:left;
	width:490px;
	margin:15px auto 0 0;
	}
#main_l p{
	font-size:80%;
	line-height:160%;
	margin:3px 10px;
	}


/*============================================
	メイン・会社情報
============================================*/
.company {
	margin:20px 30px;
	font-size:80%;
	border-bottom:#7192BD dotted 1px;
	}
.company dt {
	float:left;
	width:5em;
	padding:4px 3px;
	border-top:#7192BD dotted 1px;
	}
.company dd {
	_height: 1%; /* Hack for Win IE6 */
	margin:0 0 0 5.5em;
	padding:4px 3px;
	border-top:#7192BD dotted 1px;
	}


/*============================================
	メイン・スタッフ紹介
============================================*/
#main_l .stuff {
	_height: 1%; /* Hack for Win IE6 */
	margin:10px;
	overflow:hidden;
	}
#main_l .stuff img {
	float:left;
	margin-right:15px;
	}
#main_l .stuff h4 {
	font-size:96%;
	font-weight:600;
	margin:15px 0 8px 0;
	}
.stuff_txt {
	text-indent:200px;
	}
#main_l h3 {
	font-size:0.8em;
	font-weight:600;
	}


/*============================================
	Privacy
============================================*/
.privacy ol {
	margin:5px 0px 10px 30px;
	}
.privacy ol li {
	list-style:decimal;
	font-size:80%;
	line-height:140%;
	}
.privacy ul {
	margin:5px 0px 10px 30px;
	}
.privacy ul li {
	list-style:disc;
	font-size:80%;
	line-height:140%;
	}
