body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	background-color: #333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: top;}
	
/* リンク色--------------------------*/

a:link {
	color: #003399;
	text-decoration: underline;
}

td, th {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	text-align: left;
}
.shadow_l {
	background-image: url(images/shadow_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 10px;
	background-color: #333333;
}
.shadow_r {
	background-image: url(images/shadow_r.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 10px;
	background-color: #333333;
}
.shadow_bott {
	background-image: url(images/shadow_bott.gif);
	background-repeat: no-repeat;
	height: 10px;
	background-color: 4c4c4c;
}
#wrapper {
	background-color: #FFFFFF;
	height: auto;
	width: 770px;
	text-align: left;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#wrapper #header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 750px;
}

#wrapper #flash {
	background: #000000;
	height: 518px;
	width: 750px;
	border-top: 1px solid #FFFFFF;
}


/* コンテンツ CSS setting ----------------------------------*/
#wrapper #contents {
	width: 750px;
}
#wrapper #contents #left_contents {
	width: 150px;
	float: left;
}
#wrapper #contents #right_contents {
	width: 600px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #003399;
	float: left;
}

/* フッター CSS setting ----------------------------------*/
#wrapper #footer {
	width: 720px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#wrapper #footer td {
	vertical-align: top;
}
#wrapper #footer .foot_left {
	width: 523px;
	margin-bottom: 20px;
}
#wrapper #footer .foot_left .foot_logomark {
	width: 71px;
}
#wrapper #footer .foot_right {
	width: 202px;
	text-align: right;
}
.fmark_pad {
	padding-right: 10px;
}
#wrapper #footer ul {
	list-style: none;
	margin: 3px 0px 0px 0px;
	padding: 0px;
}
#wrapper #footer li {
	display: inline;
}
#wrapper #footer a:link {
	color: #666666;
	text-decoration: none;
}
#wrapper #footer a:visited {
	color: #666666;
	text-decoration: none;
}
#wrapper #footer a:hover {
	color: #003399;
	text-decoration: underline;
}

/* カウンター設置 CSS setting ----------------------------------*/
.count {
	display: inline;
	text-align: left;
	vertical-align: top;
	float: left;
}


/* その他 CSS setting ----------------------------------*/
.pagetop {
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	text-align: right;
}
.sp5 {
	margin-bottom: 5px;}
.sp10 {
	margin-bottom: 10px;}
.sp15 {
	margin-bottom: 15px;}
.sp20 {
	margin-bottom: 20px;}

.clear{
	clear: both;
	font-size: 0px;  /*** カラdivを入れると余白ができてしまうための回避 ***/
	line-height: 0px;  /*** カラdivを入れると余白ができてしまうための回避 ***/
}
.txt14b {
	font-size: 14px;
	font-weight: bold;
}
.txt14bb {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.banner {
	text-align: right;
	vertical-align: top;
	float: right;
}
