/*-----------------------
　全体のレイアウト用CSS
-------------------------*/

body {
	background-image: url(../img/wallppr090.gif);
	background-repeat: repeat;
}

/*-----------------------
　div.contents の設定
-------------------------*/
#contents {
	width: 820px;
	border: 1px solid #cccccc;
	margin: 0px;
	padding: 10px;
	font-family: times new roman, century, serif;
	background-color: #ffffff;
}

address {
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align: center;
	background-color: #666666;
	color: #ffffff;
	padding: 5 0 5 0px;
	boder: none;
	clear: both;
}

/*-----------------------
　h1の設定　−ここから−
--------------------------*/
h1 {
	border-left: 12px solid #00ff00;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-left: 0.5em;
	text-align: left;
}


/*------------------------------
　p.captionの設定　−ここから−
---------------------------------*/

.caption {
	font-size : 90%;	/* フォントサイズ */
	font-weight : bold;	/* フォントの太さ */
	color : black;	/* フォントの色 */
	background-color : white;	/* 背景の色 */
	text-align : center;	/* テキストのセンタリング */
	letter-spacing : 1px;	/* 文字間隔 */
	padding-left : 0px;	/* 左側の余白 */
	line-height : 1.5em;	/* 領域（行）の高さ＝フォントの１．５倍 */
	width : 220px;	/* 横幅 */
	border-left-width : 1em;	/* 左境界線をマークとして使用 */
	border-left-style : double;	/* 左境界線（マーク）の種類 */
	border-left-color : #CC0000;	/* 左境界線（マーク）の色 */
	border-right-width : 1em;	/* 右境界線 */
	border-right-style : double;	/* 右境界線の種類 */
	border-right-color : #CC0000;	/* 右境界線の色 */
	border-bottom-style : none;	/* 下境界線の種類 */
}

/*---------------------------
　(ページのトップへ戻る)の設定　−ここから−
------------------------------------------------*/
.p_link {
	font-family: arial, helvetica, sans-serif;
	text-align: right;
	font-size: 90%;
	margin: 10 10 0 0px;
	padding-bottom: 5px;
	clear: both;
}


/*--------------------------
  div　2段組の設定
-----------------------------*/

.side_menu {
	width: 154px;
	margin: 0px;
	padding: 10 2px;
	float: left;
	background-color: #ffffff;
	border-right: 1px solid #D1D1D1;
}

.side_main {
	width: 645px;
	margin-right: 0px;
	float: left;
	line-height: 1.5em;
	left: 155px;
	background-color: #ffffff;
}

.bottom {
	width: 800px;
	background-color: #ccff99;
	clear: both;
	font-size: 90%;
}

/*-----------------------------
 div_bottom　3カラムの設定
--------------------------------*/

.bottom1 {
	width: 300px;
	margin-top: 10px;
	margin-left: 0px;
	float: left;
	text-align: center;
}

.bottom2 {
	width: 250px;
	margin-top: 10px;
	margin-right: 0px;
	float: left;
	line-height: 1.2em;
	left: 300px;
}

.bottom3 {
	width: 250px;
	margin-top: 10px;
	margin-right: 0px;
	padding: auto;
	float: left;
	line-height: 1.2em;
	left: 550px;
}

/*--------------------------
  div.r50 の設定
-----------------------------*/
div.r50 {
	width: 600px;
	margin-left: 40px;
	line-height: 1.5em;
}
