@charset "utf-8";

/* 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/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/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/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:visited{text-decoration:none;color: #996699;}
a:hover{text-decoration:none;color: #6699cc;}
a:active{text-decoration:none;color: #cc3333;}

h1 {
margin:0 0 20px 0;
}
h1 img {
border:none;
}
h2 {
	background:url(../img/bg_h2.gif)  repeat-x left bottom;
	width:auto;
	height:18px;
	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;
	margin-top:30px;
	margin-bottom:10px;
	padding-left:10px;
	padding-bottom:5px;
	}
h2.graybase {
	background:url(../img/h3_bg_gray.gif) repeat-x bottom;
	border:1px solid #CCCCCC;
	margin-bottom:0px;
	width:auto;
	height:22px;
	padding: 3px 0 0 10px;
}
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:#0295A5;
	/*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_headerimage li {
	list-style:none;
	min-height:19px;
	background:url(../img/listheader.gif) no-repeat 0px 0px;
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 20px;
	font-weight:normal;
	}
	
.list_headerimage_circle {
	line-height:1.4em;
	list-style:none;
	margin: 10px 10px 10px 0;
}
.list_headerimage_circle li {
	background:url(../img/list_circle.gif) no-repeat left 3px;
	margin:10px 10px 5px 0;
	font-weight:normal;
	text-indent: -1px;
	padding-left: 17px;
}


.border_box {
	border:solid #CCCCCC 1px;
	padding: 5px 10px;
	margin: 10px 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;
}

/*--リストヘッダーイメージ～ヘルプ--*/
.list_header_help {
	margin:10px 0px 5px 0;
	}
	
.list_header_help li {
	list-style:none;
	background:url(../img/list_help_header.gif) no-repeat 0px 2px;
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 20px;
	font-weight:normal;
	font-size:90%;
	}
.list_header_help li ul li ul li {
	list-style:none;
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 20px;
	font-weight:normal;
	}

/*リスト入れ子*/
.list_header_help li ul {
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	}
.list_header_help li ul li {
	background:none;
	list-style:none;
	font-size:95%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	line-height: 1.4em;
	}
.list_header_help li ul li a:link {text-decoration:none; color: #666666;}
.list_header_help li ul li a:visited {text-decoration:none; color: #aaaaaa;}
.list_header_help li ul li a:hover {text-decoration:underline; color: #333333;}
.list_header_help li ul li a:active {text-decoration:none; color: #666666;}

/* スペース */
.mgbt li { margin-bottom: 10px !important; }
.sp10h { height: 10px; }

/* 見出し */
h2.title {
	background: none;
	border-top: none;
	border-bottom: #aaaaaa 1px solid;
	border-left: #aaaaaa 4px solid;
	boder-right: none;
	height: auto;
	min-height: 18px;
	_height: 18px;
}

h2.title span {
	font-weight: normal;
	font-size: 85%;
}
/* 対象ツール */
div.tool {
	border: 2px #0295a5 solid;
	font-size: 85%;
	padding: 5px;
	margin: 10px 0 0 0;
	height: auto;
	line-height: 100%;
}


div.att {
	color:#cc0000;
	border: 1px #cc0000 solid;
	font-size: 85%;
	padding: 5px;
	margin: 10px 0 0 0;
	height: auto;
	line-height: 100%;
}
/*注意ボックス*/
.cautionbox {
	padding:15px;
	border:1px solid #cd6f70;
}
.caution_red {
color:#CD6F70 !important;
}
.caution_red_bold {
color:#CD6F70 !important;
font-weight:bold;
}