/* CSS Document */
body{
	margin:0px;
	padding:0px;
	width: 100%;
	text-align: center;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.9;
	background-image: url(../images/bg_body.gif);
	background-repeat:repeat;
	}
#wrapper{
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
	width:840px;
	text-align:center;
}

#container{
	width:800px;
	margin:0px auto;
	padding:0px;
	background-color:#FFFFFF;
	background-image: url(../images/bg_contents.gif);
	background-repeat: repeat-y;
}


#header{
	width:800px;
	margin:0px;
	padding:0px;
	position:relative;
}

.bt_contact{
	position:absolute;
	width:175px;
	height:70px;
	top:15px;
	right:15px;
	margin:0px;
	padding:0px;
}
/* コンテンツ部分 */
#contents{
	width:800px;
	height:100%;
	margin:0px;
	padding:0px;
	
}

/* 左側 */
#left_side{
	float:left;
	margin:0px;
	padding:0px;
	width:170px;
	background-image: url(../images/bg_left_menu.gif);
	background-repeat: repeat-y;
	height:100%;
}

#left_side dl{
	margin:0px;
	padding:0px 0px 0px 10px;
	line-height:1.5;
	text-align:left;
}
#left_side dd{
	margin:0px;
	padding:0px 0px 0px 10px;
	line-height:1.7;
}
.leftmenu{
	color:#666666;
}
.leftmenu a{
	text-decoration: none;
	color:#666666;
}
.leftmenu a:hover{
	text-decoration: none;
	color: #FF6600;
}


/* 右側 */
#right_side{
	width:630px;
	height:100%;
	float:right;
	margin:0px;
	padding:0px 0px 30px 0px;
	text-align:left;
	font-size: 12px;
	line-height: 128%;
	color: #333333;
}
#right_side p{
	margin:0px;
	padding:0px;
}
.section{
	margin:0px;
	padding:10px 20px;
	text-align:left;
}



/* パンくずナビ部分 */
.pankuzu1{
	float:right;
	width:780px;
	height:15px;
	text-align:right;
	margin:0px;
	padding:10px 20px 0px 0px;
	background-image: url(../images/bg_pankuzu.gif);
	background-repeat:repeat-x;
	font-size:12px;
	color: #CC0000;
}
.pankuzu1 a{
	text-decoration:none;
	color: #CC0000;
	font-size:12px;
}
.pankuzu1 a:hover{
	text-decoration:none;
	color:#FF6600;
	font-size:12px;
}

.pankuzu2{
	width:610px;
	height:15px;
	text-align:right;
	vertical-align:middle;
	margin:0px;
	padding:5px 20px 5px 0px;
	background-image: url(../images/bg_pankuzu.gif);
	background-repeat:repeat-x;
	font-size:12px;
	color: #CC0000;
}
.pankuzu2 a{
	text-decoration:none;
	color:#CC0000;
	font-size:12px;
}
.pankuzu2 a:hover{
	text-decoration:none;
	color:#FF6600;
	font-size:12px;
}

/* フォント */

.text_13px_red {
	font-size: 13px;
	line-height: 110%;
	color: #990000;
	font-weight: bold;
}
p.red_line{
	font-size: 13px;
	line-height: 110%;
	color: #990000;
	font-weight: bold;
	border-bottom-style:dotted;
	border-bottom-color: #990000;
	border-bottom-width:1px;
	width:560px;
	margin:0px;
	padding:0px;
}
.text_13px_wite {
	font-size: 13px;
	line-height: 110%;
	color: #FFFFFF;
	font-weight: bold;
}

.viwe {
	font-size: 13px;
	line-height: 110%;
	color: #CC6600;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:right
	
}


/* フッター部分 */
#footer{
	clear:both;
	font-family: Times New Roman, Times, serif;
	letter-spacing:0.1em;
	font-size:11px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat;
	width:800px;
	height:130px;
	line-height:1;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
}


/* コピーライト部分 */
#copyright{
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/bg_footer2.gif);
	background-repeat:no-repeat;
	height:41px;
	margin:0px;
	padding:25px 0px 0px 0px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	
}


/* contact usページ写真部分 */
.section p.contact_photo{
	font-size:10px;
	line-height:1.2;
	margin-top:5px;
}
 
