body{
	/* ページの背景色 */
	background-color:#f0f8ff;
	
	/* ページの背景画像 */
	background-image:url("../img/back.gif");
}


/* htmlの構造 ================================================================*/

/* 外側の枠 */

/* ページタイトルロゴ ===============================================================*/
div#header_space{
	width:720px;
	height:80px;
	
	margin-left:auto;
	margin-right:auto;
	
}


/* 画像とか--------------------------------------------- */
div#main_space{
	width:720px;
	height:440px;
	
	margin-left:auto;
	margin-right:auto;
	
	border:1px solid #cccccc;
	
	background-color:#ffffff;
}

/* メニュー部分 */
div#navigation{
	width:720px;
	
	margin-left:auto;
	margin-right:auto;
	
	border:1px solid #cccccc;
	
	text-align:center;
	
	font-size:10px;
	font-weight:100;
	font-family:verdana,arial,osaka,serif;
	color:#cccccc;
	
	background-color:#ffffff;
	
	margin-top:10px;
	padding:10px 0px;
}

/*メニュー部分のリンク設定 */
div#navigation A:link{
	color:#50b7c1;
	text-decoration:none;
	background-color:#ffffff;
}

div#navigation A:visited{
	color:#76becc;
	text-decoration:none;
	background-color:#ffffff;
}

div#navigation A:hover{
	color:#ffffff;
	text-decoration:none;
	background-color:#f7acbc;
}



/* 画像とか =================================================*/
/* トップページに表示されている画像を変更するにはここをいじります。 */
/* 表示できる画像のサイズは450×420px固定です。 */
div.index_img{
	width:470px;
	height:440px;
	
	text-align:left;
	float:left;
	
	
	padding:0px;
	margin:0px;
	
	background-image:url("../img/img_index.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	
}


/* インフォメーション表示ブロック =========================================== */
div.information_space{
	float:right;
/*	overflow: hidden;*/
	
	width:245px;
	
	margin:0px;
	padding:0px;
	
	text-align:left;
	font-size:85%;
	
}

/* インフォメーション日付け部分指定 */
.str_date{
	font-size:10px;
	font-weight:bold;
	font-family:verdana,arial,osaka,serif;
	
	color:#b2d235;
	text-align:right;
	
	margin:5px 0px;
}


/* インフォメーション本文指定 */
.str_info{
	font-size:10px;
	font-weight:100;
	font-family:verdana,arial,osaka,serif;
	
	
	margin:0px;
	padding:10px;
}

.str_info_inner{
	padding:10px;
	line-height:2.3em;
	
	color:#999999;

}



/* メインコンテンツ部分========================================================== *

/* ヘッダ画像部分指定 */
/* ヘッダに表示されている画像を変更するにはここをいじります。 */
/* 表示できる画像のサイズは700×180px固定です。 */

div#contents_header{
	width:720px;
	height:200px;
	
	margin-left:auto;
	margin-right:auto;
	
	border:1px solid #cccccc;
	
	text-align:center;
	
	font-size:10px;
	font-weight:100;
	font-family:verdana,arial,osaka,serif;
	color:#cccccc;
	
	background-color:#ffffff;
	
	/* 画像設定 */
	background-image:url("../img/img_contents.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	

	
}


/* メインコンテンツ　大枠設定 */
div#contents_space{
	width:720px;
	
	margin-left:auto;
	margin-right:auto;
	
	border:1px solid #cccccc;
	
	text-align:left;	
	background-color:#ffffff;
	
	margin-top:10px;
}

div#contents_space div.str_info{
	font-size:100%;
}


div.inner_box{
	padding:20px;
}

div.str_inner{
	padding:10px;
	margin:10px 0px;
}


div.contents_footer{
	text-align:right;
	
	background-image:url("../img/line.gif");
	background-position:center top;
	background-repeat:repeat-x;
	
	margin:30px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}

div.contents_footer_mail{
	text-align:center;
	width:720px;
	
	
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	
}