@charset "utf-8";

/*初期化*/
*{
	margin: 0px;
	padding: 0px;
}
a {
	color: #AC3835;
	text-decoration: underline;
}
a:hover {
	color: #82C522;
	text-decoration: underline;
}


a img{border:0;}

/*レイアウト設定*/
body {
	background-color: #F5F3EA;
	background-image: url(../image/basic_img/back_ground.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}

#main {
	margin: 0px auto;
	padding: 0px;
	float: none;
	width: 800px;
	float: auto;
}

#header_contents{
	clear: both;
	height: 128px;
}

#main_contents {
	background-color: #FFFFFF;
	clear: both;
	width: 800px;
}

#main_contents:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#image_contents {
	background-color: #FFFFFF;
	padding-top:1px;
	clear: both;
}
#left_contents { /*widthは各ページスタイルシートに依存する*/
	float: left;
}

#right_contents {/*widthは各ページスタイルシートに依存する*/
	float: left;
}
#about_company {
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding: 10px;
	background-color: #FFFFFF;
}


#footer_contents {
	clear: both;
	background-color: #333333;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	border-left: 10px solid #FFFFFF; 
	border-right: 10px solid #FFFFFF; 
}
/*フォントの設定*/

*{
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

/*ヘッダー部分の設定*/
#header_contents h1 {
	background-image: url(../image/basic_img/title_rogo.jpg);
	background-repeat: no-repeat;
	height: 96px;
	width: 194px;
	float:left;
	display: inline;
}

#header_contents h1 a {
	display:block;
	height: 96px;
	width: 194px;
	text-indent: -9999px;
}

div.telarea {
	text-align: right;
	padding-bottom: 13px;
}
.headsubnavi {
	clear: both;
	display: block;
	margin: 0px 0px 0px 350px;
	padding: 0px;
	height: 29px;
}
.headsubnavi li {
	list-style: none;
	display: inline;
	float: left;
	margin: 6px 0px 1px 15px;
	padding: 0px;
}
.headsubnavi a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0px 0px 0px 15px;
	background-image: url(../image/basic_img/navi_point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	font-size: 10px;
}

ul.headnavi {
	padding: 0px;
	margin: 0px;
}
ul.headnavi li {
	display: inline;
	list-style-type: none;
	float: left;
}

/*メイン部分*/

.maintext {
	padding: 10px;
	width: 520px;
}

/*worepress共通*/
.navi_alignleft {
	float: left;
	width: 250px;
}
.navi_alignright {
	text-align: right;
	float: right;
	width: 250px;
}

.wp-caption-text, .wp-caption-dd{
	font-size:10px;
}
.alignleft {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}.alignright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.gallery-caption {
	width: 150px;
	text-align: left;
}
.clearCL {
	clear: both;
}
