
/* ============================ 基本設定 ============================ */
html { margin : 0; padding : 0; }
body {
	margin: 0;
	scrollbar-arrow-color: #555555;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #dcdcdc;
	scrollbar-face-color: #ffffff;
	scrollbar-darkshadow-color: #999999;
	scrollbar-3dlight-color: #efefef;
	scrollbar-track-color: #efefef;
 	font-family: 'ＭＳ Ｐゴシック', Gothic, sans-serif, Osaka;
	background-color: #ffffff;
	text-align: center;
	}
body, td { color: #555555; 	/*←文字色*/ }
#bg {	
width: 680px;
text-align: center; margin: 0 auto;
background: url(images/spacerbg.gif) repeat-y center top; }

div, p, form, input, h1, h2, h3, h4, table {margin: 0; padding: 0; }
input, textarea, select {margin: 0; padding: 0;}
img  {border: none; }
hr.divider { display: none; }
td { padding: 0; vertical-align: top; } 
.center { text-align:center; }
.line  { line-height: 1.5; }
.large {font-size: 120%; font-weight: bold;}
.small {font-size: 70%; font-weight: normal; font-style: normal;}
em, strong { font-weight: bold; font-style: normal;}
ul {margin: 0; padding: 0; list-style: none;}
ul.disc { margin: 0; padding: 0; list-style: disc outside;}

/* ============================ 背景画像 ============================ */
#layout00 { background: url(images/spacer.gif) no-repeat ; }
/*↑背景無しの場合、これを指定*/

/*↓背景画像*/
#layout01 { background: url(images/01.jpg) no-repeat 300px bottom; }
#layout02 { background: url(images/02.jpg) no-repeat 300px bottom; }
#layout03 { background: url(images/03.jpg) no-repeat 300px bottom; }
#layout04 { background: url(images/04.jpg) no-repeat 300px bottom; }

/* ============================ リンク文字色 ============================ */

a:link, a:visited, a:active { text-decoration: none; color: #6c6c6c; }
a:hover { color: #a2b2c9;}

/* ============================ 文字ポイント色 ============================*/
.color { color: #b0c4de;}

/* ============================ 枠組み ============================ */
#header, .spacerbg, #footer {
	margin: 0 auto; padding: 0; width:680px;
	font-size: 85%;		/*←文字のサイズ*/
	}

/* ============================ Header Area ============================ */
#header {
	background: #ffffff url(images/header.gif) no-repeat; 
	height:170px; 
	}
#header p.text{ text-align: left; padding: 30px 10px 0 40px; }
#header p.img { text-align: left; padding: 35px 0 0 20px; }

/*============================ 上部メニュー ============================*/
#menulink { 
	width: 640px;
	margin: 0 auto;
	text-align: center;
	height: 70px;
	background: #ffffff url(images/menulink.gif) no-repeat center top;
	}
#menulink p {
	margin-top: 3px;
	float: left; 
	}

#menulink a {
	width: 160px;
	display: block;
	padding: 10px 0 10px 0;
	}

/* ============================ Contents Area ============================ */
.spacerbg {
	background: #ffffff url(images/spacerbg.gif) repeat-y; 
	clear: both;
	}

/* ============= Table ============= */

/* ▼左側のセル */
td.left {
	width: 250px;
	padding: 10px 0 20px 20px;
	text-align: right;
	}
td.left2 {
	width: 200px;
	padding: 20px 0 20px 20px;
	text-align: right;
	}


/* ▼右側のセル */
td.right {
	width: 390px; 
	padding: 20px 40px 20px 40px;
	}
td.right2 {
	width: 440px; 
	padding: 20px 40px 20px 40px;
	}

td.right p, td.right2 p{
line-height: 1.5; margin-bottom: 10px;
}
td.right p em, td.right2 p em{
color: #a6b2bb; letter-spacing: 1px;
}

/* ================ 見出し＋本文 ================ */

/* ▼見出し */
div.heading {
	width: 560px;
	margin: 0 auto;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px dotted;
	border-left: 1px solid;
	border-color: #cccccc;
background: url(images/heading.gif) no-repeat;
	}
div.heading p{ 
	color: #777777;		/*見出しの文字色*/
	text-align:left; 
	line-height:1.5; 
	padding:10px 20px 10px 20px;
	}

/* ▼見出し下の本文 */
div.htext, #topics {
	width: 560px;
	margin: 0 auto;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #cccccc;
	margin-bottom: 30px;
	}

div.htext p, #topics p {
	line-height:1.5; 
	text-align:left; 
	padding:15px 20px 15px 20px; 
	}

div.htext form {
	text-align:left; 
	padding:5px 20px 15px 20px; 
	}


/* ▼文章 */
.text{
 	line-height:1.5; 
	text-align: left; 
	}

.text2{
	padding: 10px 30px 20px 70px; 
	text-align:left; 
	line-height: 1.5;
	}


/* =========== トピックス（フロート） ========= */
#topics {
	height: 100px;
	overflow: auto;
	}
.topictext{
	width: 540px; 
	padding-bottom: 15px;
	text-align: left;
	}

.topictext p {
	padding-bottom: 5px;
	line-height: 1.5;
	}

/* ============================ Footer Area ============================ */
#footer
	{
	background: #ffffff url(images/footer.gif) no-repeat center top; 
	height: 100px;
	clear: both;
	}

#footer p { 
	padding: 20px 0 0 0; 
	text-align: center; 
	color: #777777;
	}

#footer p.copyright 
	{ padding: 25px ; float: left; }
#footer p.linkhome 
	{ padding: 25px ; float: right; }

