body {
	background: #ffffff;
	color: #333;
	font-family: "メイリオ", sans-serif;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	}
	
/*
p {
	font-size: 16px;
	line-height: 1.3em;
	margin: 0;
	padding: 3px 0;
	}
	
a, a:link {
	color: #333;
	text-decoration: none;
	}
	
a:hover {
	color: #666;
	text-decoration: underline;
	}
*/	
	
#wrapper {
	margin: 0 auto;
	width: 400px;
	}
	
/*
#header {
	background: url(img/header_bg.gif) center no-repeat;
	height: 150px;
	text-align: right;
	padding-right: 15px;
	}
*/

#content_wrap {
	background: url(img/content_bg.gif) center repeat-y;
	text-align: left;
	}
	
#footer {
	clear: both;
	color: #404040;
	background:url(img/footer_bg.gif) center no-repeat;
	height: 32px;
	padding: 8px 14px 0;
	text-align: right;
	}
	
/*　========== TEXT ===========　*/

.text_orange {
	color: #009900;
	}
	
/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(img_head.png) no-repeat left top;
	height: 150px;
	position: relative;
	width: 420px;
        background-position: 3px;
}

#header img {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 268px;
	height: 59px;
}

#header h1 {
	width:400px;
	font-size: 16px;
        font-weight: bold;
	color: #000080;
	line-height:110%;
	padding-top: 22px;
	padding-left: 30px;
	padding-right: 20px;
        text-align: left;
	font-weight:bold;
}

#header h2 {
	font-size: 16px;
	line-height: 1.3em;
	margin: 0;
	text-align: right;
	padding-right: 20px;
}

#content {
	padding: 15px 10px;
	}
	
#cont_right {
	float: right;
	margin-right: 15px;
	width: 400px;
	}
	
#cont_left {
	float: left;
	width: 400px;
	}

#cont_left h3 {
	background: url(img/navi_title_bg.gif) no-repeat top center;
	color: #8bbfd4;
	font-size: 13px;
	height: 30px;
	margin: 0;
	padding: 12px 0 0 20px;
	}
	
A.s     { 
              font-weight: 400 ; /* 文字の太さ */
              font-size:   8pt;  /* 文字の大きさ*/
        } 

