@charset "utf-8";

#contents_w {
	height: auto;
	width: 740px;
}

#header_w {
	background-image: url(../img/top-photo.jpg);/*ヘッダー画像*/
	height: 110px;
	width: 740px;
}
#contents_w #top-title {
	background-image: url(../img/top-title.gif);/*タイトル画像*/
	height: 28px;
	width: 720px;
	margin:30px auto auto 20px;
}


/*--------------------------------------------------------------------------------------------------------
コンテンツ1
--------------------------------------------------------------------------------------------------------*/
#contents_w #title01 {
	background-image: url(../img/title01.gif);/*コンテンツ1のタイトル画像*/
	height: 35px;
	width: 680px;
	margin:15px auto 15px 30px;
}

#contents_w h2 {
	border-left: 5px #933 solid;/*サブタイトル見出しポイントの色とサイズ*/
	font-size:16px;
	width: 665px;
	padding: 0 0 0 5px;
	margin: 0 auto;
}
#contents_w #box-all {
	height: auto;
	width: 680px;
	margin:0 auto;
}

#contents_w #box1 {
	height: auto;
	width: 460px;
	float: left;
	font-size:14px;
	line-height:22px;
	margin:20px 32px auto auto;
    padding-left:10px;
}
#contents_w #box2 {
	background-image:url(../img/contents1-photo.jpg);/*コンテンツ1のイメージ画像*/
	height: 213px;
	width: 178px;
	float: left;
	margin-top: 20px;
}


/*--------------------------------------------------------------------------------------------------------
コンテンツ2
--------------------------------------------------------------------------------------------------------*/
#contents_w #title02 {
	background-image: url(../img/title02.gif);/*コンテンツ2のタイトル画像*/
	height: 35px;
	width: 680px;
	margin:15px auto 15px 30px;
	clear: left;
}
#contents_w #box3 {
	background-image: url(../img/contents02-photo.jpg);/*コンテンツ2のイメージ画像*/
	height: 250px;
	width: 178px;
	float: left;
	margin-top: 20px;
}


/*--------------------------------------------------------------------------------------------------------
コンテンツ3
--------------------------------------------------------------------------------------------------------*/
#contents_w #title03 {
	background-image: url(../img/title03.gif);/*コンテンツ3のタイトル画像*/
	height: 35px;
	width: 680px;
	margin:15px auto 15px 30px;
}
#contents_w #tx01 {
	font-size:14px;
	line-height:22px;
	margin:0 auto;
	padding:20px 0 0 10px;
	width:670px;
}
#contents_w #log01 {
	background-image: url(../img/log01.jpg);/*コンテンツ3のイメージ画像*/
	height: 152px;
	width: 680px;
	margin:20px auto 0 auto;
}

/*--------------------------------------------------------------------------------------------------------
コンテンツ4
--------------------------------------------------------------------------------------------------------*/
#contents_w #title04 {
	background-image: url(../img/title04.gif);/*コンテンツ4のタイトル画像*/
	height: 35px;
	width: 680px;
	margin:15px auto 15px 30px;
}
#contents_w #box4 {
	background-image: url(../img/contents4-photo.jpg);/*コンテンツ4のイメージ画像*/
	height: 134px;
	width: 178px;
	margin-top: 20px;
	float: left;
}


/*--------------------------------------------------------------------------------------------------------
コンテンツ5
--------------------------------------------------------------------------------------------------------*/
#contents_w #title05 {
	background-image: url(../img/title05.gif);/*コンテンツ5のタイトル画像*/
	height: 35px;
	width: 680px;
	margin:15px auto 15px auto;
}
#contents_w #log02 {
	height: auto;
	overflow: hidden;
	width: 390px;
	margin: 30px auto;
}
#contents_w #log02 #btn_01 a {
	height: 115px;
	width: 390px;
	margin: 0 0 40px 0;
	background:url(../img/btn_01.jpg) no-repeat;
	display: block;
	text-decoration: none;
}
#contents_w #log02 #btn_02 a {
	height: 115px;
	width: 390px;
	margin: 0;
	background:url(../img/btn_02.jpg) no-repeat;
	display: block;
	text-decoration: none;
}
#contents_w #log02 #btn_01 a:hover,
#contents_w #log02 #btn_02 a:hover {
 background-position: 0 -115px;
}
.tx2 {
	font-size: 14px;
	font-weight: bold;
	color: #039;/*強調文章の文字色*/
}
