/* CSS Document */

/*タグの再設定*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,img,input,p,blockquote{
	margin:0;
	padding:0;
}

img {
	border: 0px;
}

img a {
	border: 0px;
}

address,caption,cite,code,dfn,em,th,var,h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #000;
}

ol,ul {
	list-style:none;
}

a {
	text-decoration: none;
}

/*全体のレイアウト*/

body {
	width: 100%;
	height: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	text-align: center;
	background-color: #F4F5E9;
	background-position: top center;
	background-repeat: repeat-y;
	position: relative;
}

#wrapper {
	width: 950px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/wrapper_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#header {
	width: 950px;
	height: 60px;
	position: relative;
}

#left {
	width: 304px;
	height: 940px;
	float: left;
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
}

#contents {
	width: 646px;
	height: auto;
	padding-bottom: 100px;
	float: right;
	position: relative;
}

.float_clear {
	width: 100%;
	height: 0px;
	clear: both;
}

/*ヘッダー*/

#header h1 a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 270px;
	height: 40px;
	background-image: url(../images/header_logo.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	top: 17px;
	left: 614px;
}

#header h2 {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 250px;
	height: 20px;
	background-image: url(../images/header_text.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	top: 24px;
	left: 17px;
}

/*左カラム*/

#left_main_navi li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 160px;
	height: 19px;
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
}

#l_m_navi1 {
	top: 0px;
}

#l_m_navi2 {
	top: 26px;
}

#l_m_navi3 {
	top: 52px;
}

#l_m_navi4 {
	top: 78px;
}

#l_m_navi5 {
	top: 104px;
}

#left_sub_navi li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 160px;
	height: 16px;
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
}

#l_s_navi1 {
	top: 280px;
}

#l_s_navi2 {
	top: 306px;
}

#l_s_navi3 {
	top: 332px;
}

#copyright {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 150px;
	height: 25px;
	background-image: url(../images/copyright.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	top: 375px;
	left: 24px;
}

#company_pic_btn {
	width: 204px;
	height: 102px;
	position: absolute;
	top: 441px;
	left: 30px;
}

#company_pic_btn li {
	display: inline;
	float: left;
	margin: 0px 6px 6px 0px;
}

#company_pic_btn li a {
	display: block;
	width: 45px;
	height: 45px;
	background-color: #FFF;
}

#company_pic_btn li a img {
	padding: 1px;
	border: 1px solid #999;
}

/*コンテンツ*/

/*コンテンツタイトル*/

#contents h3 {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 646px;
	height: 70px;
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 33px;
}

/*コンテンツ本文*/

.contents_text {
	padding-left: 40px;
	padding-right: 20px;
	padding-bottom: 30px;
	font-size: 13px;
	line-height: 200%;
}

.contents_text a {
	color: #F60;
}

.contents_text a:hover {
	color: #F30;
}



