/* CSS Document */

/*共通*/
* {
	margin:0;
	padding:0;
background-color:transparent;
font-size:100%;
font-style:normal;
text-decoration:none;
}
html {height:100%;}
body{
	border:0;
	height:100%;
	line-height:160%;
	background:#f1f2f4 url(../img/common/bg_default.jpg) 0px -80px repeat-x;
	font-size:80%;
	font-family:sans-serif;
	color:#333333;
	margin: 0;
	}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -45px auto;
	text-align:left;
	width:740px;
	background:#ffffff;
}
.header {
	margin:0 auto;
	width:auto;
	height:30px;
	background:#cfd0d4 url(../img/common/bg_header.gif) bottom left;
	text-align:right;
	font-size:90%;
	padding: 3px 0 12px 0;
	}
.headertext {
	font-size:90%;
	color:#ffffff;
	margin:0 10px 0 0;
	}
.footer {
	margin:0 auto;
	width:740px;
	height:30px;
	background:#cfd0d4 url(../img/common/bg_footer.gif) top left;
	text-align:center;
	font-size:90%;
	padding: 15px 0 0 0;
	}
.footertext {
	font-size:90%;
	color:#ffffff;
	margin:6px 0 0 0;
	}
.contents_width {
	width:565px;
	margin:0 auto;
	height: 100%;
}
.push {/* footer area setting */
	height: 80px;
}
a:link{text-decoration:underline;color: #3366cc;}
a:active{text-decoration:none;color: #cc3333;}
a:visited{text-decoration:none;color: #996699;}
a:hover{text-decoration:none;color: #6699cc;}

h1 {
margin:0 0 20px 0;
}
h1 img {
border:none;
}
h2 {
	/*background:url(../img/common/bg_h2.gif)  repeat-x left bottom;*/
	border:#CCCCCC solid;
	border-width:0 0 1px 5px;
	width:auto;
	height:auto;
	color:#777777;
	font-size:110%;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	line-height: 1em;
	padding: 0 0 5px 5px;
	margin: 30px 0 10px 0;
	}
h2.graybase {
	background:url(../img/common/h2_bg_gray.gif) repeat-x bottom;
	border:1px solid #CCCCCC;
	margin-bottom:0px;
	width:auto;
	height:19px;
	padding: 6px 0 0 10px;
	line-height: 1em;
}
h3 {
	font-weight:bold;
	margin:15px 0 -10px 0;
}
h3.underline {
	font-weight:bold;
	margin:25px 0 10px 0;
	color:#666666;
	border-bottom:dotted #CCCCCC 1px;
	width:auto;
	line-height: 1.2em;
}
h4 {
	font-weight:bold;
	color:#7A654B;
	/*color:#00A5BE;*/
	/*color:#666666;*/
	margin:15px 0 -10px 0;
}
h5 {
/*color:#666666;*/
font-style:normal;
	margin:15px 0 -10px 0;
}
p {
margin:10px 0;
}
img {
margin:5px 0;
}
img.image_line {
border:solid #666666 1px;
padding:10px;
}
.goto_top {
text-align:right;
}
.goto_top span {
font-size:80%;
}
/*テーブルシンプルライン*/
.table_simple_line table {
margin:5px 0;
}
.table_simple_line table {
font-size:85%;
color:#666666;
}
th {
	border:solid #CCCCCC 1px;
	border-width:0 1px 1px 0;
	padding:3px 5px;
	background:#eeeeee;
	text-align: center;
}
.table_simple_line table {
border:solid #CCCCCC 1px;
border-width:1px 0 0 1px;
}
.table_simple_line table td {
border:solid #CCCCCC 1px;
border-width:0 1px 1px 0;
padding:3px 5px;
}
.table_simple_line table td.graybox01 {
background:#E0E0E0;
}

/*--リストヘッダーイメージ--*/
.list_headerimage {
	margin:2px 0px 5px -1px;
	}
	
.list_headerdot li {
	list-style:none;
	min-height:19px;
	background:url(../img/common/header_dot.gif) no-repeat 0px 0px;
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 20px;
	font-weight:normal;
	}
.border_box {
	border:solid #CCCCCC 1px;
	padding: 5px 10px;
	margin: 0px 0 10px 0;
}
.text_red {
	color:#990000;
	margin: 0 5px 0 0;
	font-weight: bold;
}

/*--規約--*/
ul.list_header_math {
	padding:0 0 0 25px;
}
ul.list_header_math li {
	list-style:decimal;
}
ul.list_header_math02 {
	padding:0 0 0 10px;
}
ul.list_header_math02 li {
	list-style:none;
}
ul.list_header_math03 {
	padding:0 0 0 20px;
}
ul.list_header_math03 li {
	list-style:disc;
}
.wakubox01 {
	width:auto;
	padding:10px 10px 10px 10px;
	border:1px solid #ccc
}
.pad_top5 {
padding-top:5px;
}
.pad_top10 {
padding-top:10px;
}
.pad_top20 {
padding-top:20px;
}
.pad_top40 {
padding-top:40px;
}
