﻿* {
	margin:0px;
	padding:0px;
	font-family:Helvetica , Arial , Roboto , “Droid Sans”, “游ゴシック”, YuGothic,“ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”, “メイリオ”,Meiryo, sans-serif;
/*	font-family:“Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″,“Hiragino Mincho ProN”,“メイリオ”, Meiryo, serif;	*/
	font-size: 18px;
	line-height: 28px;
	vertical-align: baseline;
}

html {
	margin: 0;
	padding:0px;
	width: 100%;
	background-color: #DEF;
	overflow-y: scroll; /* 横ずれ防止用のスクロールバー強制表示 */
}

body {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 840px;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
}


#container {
	padding:0px;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 800px;
	background-color: #FFFFFF;
}

#header {
	width:100%;
	background-color: #FFFFFF;
	overflow : hidden; /* floatでmargin-topが効かなくなる症状の対処 */
}

#contents {
	margin-top: 20px;
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
}

#footer {
	margin-top: 20px;
	width:100%;
	background-color: #39F;
	color: #FFF;
	clear: both;
}



/*------ header ------*/

#header h1 {
	float: left;
	width: 400px;
}

#header .topics {
	float: right;
	margin-top: 40px;
	width: 400px;
	text-align: right;
	font-weight: bold;
	color: #F00;
}

#header ul.menu {
	clear: both;
	height: 42px;
	border-top: 2px solid #0CF;
	border-bottom: 2px solid #0CF;
}

#header ul.menu li {
	float: left;
	width: 145px;
	text-align: center;
	list-style-type: none;
}

#header ul.menu li.l_size {
	width: 220px;
}


#header ul.menu li a {
	color: #03F;
	font-size: 18px;
	line-height: 42px;
	text-decoration: none;
}

#header ul.menu li a:active, #header ul.menu li a:hover {
	color: #90F;
}

/*------ content ------*/

#contents h2 {
	padding: 8px 0 8px 8px;
	color: #FFF;
	background-color: #06F;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

#contents h3.h3_top {
	margin-top: 20px;
	padding: 8px 0 8px 8px;
	color: #FFF;
	background-color: #0CF;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

#contents h3 {
	margin-top: 20px;
	padding: 0 0 0 8px;
	color: #00E;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

#contents a.banner {
	display: block;
	margin: 20px 0 0 0;
	text-align: center;
	border: 1px solid #F60;
	background-color: #FED;
	color: #F60;
	font-size: 32px;
	line-height: 48px;
	text-decoration: none;
}

#contents a.banner:hover {
	color: #E00;
	background-color: #FFE;
}

#contents a.banner_s {
	display: block;
	margin: 20px 60px 20px 60px;
	text-align: center;
	border: 1px solid #F60;
	background-color: #FED;
	color: #F60;
	font-size: 24px;
	line-height: 36px;
	text-decoration: none;
	font-weight: bold;
}

#contents a.banner_s:hover {
	color: #E00;
	background-color: #FFE;
}




/*------ footer ------*/
#footer p.footer_link {
	text-align: right;
	margin-top: -36px;
	font-size: 12px;
	line-height: 16px;
}

#footer p.footer_link a {
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
}

#footer p.footer_copy {
	clear:both;
	text-align: center;
}


/*------ general tag ------*/
a {
	text-decoration: underline;
	color: #FF0000;
}

a:hover, a:active {
	color: #FF6666;
}

a:hover img, a:active img {
	opacity: 0.3;
}

p {
	padding: 8px 12px 16px 12px;
}

img {
	border-width: 0;
}

strong.red {
	color:#F00;
}


/*------ general class ------*/

.floatL_400 {
	width: 400px;
	float: left;
}

.floatR_380 {
	width: 380px;
	float: right;
}

.clearBoth {
	clear: both;
}


/*------ uketsuke ------*/

table.price_table {
	margin: 8px 12px 16px 12px;
	border: 1px solid #666;
	border-collapse: collapse;
}

table.price_table td {
	padding: 3px 24px 3px 24px;
	border: 1px solid #666;
	border-collapse: collapse;
}

table.price_table th {
	padding: 3px;
	border: 1px solid #666;
	background-color: #EEE;
	border-collapse: collapse;
}


/*------ uketsuke_form ------*/

.ng_data{
	border:1px solid #F00;
}

table.uketsuke_check_table {
	margin: 12px;
	border: 1px solid #666;
	border-collapse: collapse;
}

table.uketsuke_check_table td {
	padding: 6px;
	border: 1px solid #666;
	border-collapse: collapse;
}

table.uketsuke_check_table th {
	padding: 6px;
	border: 1px solid #666;
	background-color: #EEE;
	border-collapse: collapse;
}

