﻿@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:110%;
	font-family:inherit;
	vertical-align:baseline;
}
:focus{
	outline:0;
}
body{
	line-height:1;
	color:#999;
	background:white;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:12px;
	*font-size:78%;
	line-height:150%;
}
ol,ul{
	list-style:none;
}
img{
	vertical-align:bottom;
}
table{
	border-collapse:separate;
	border-spacing:0;
}
caption,th,td{
	text-align:left;
	font-weight:normal;
}
.center{
	text-align:center;
}
.fl{
	float:left;
	margin:0 15px 5px 0;
}
.fr{
	float:right;
	margin:0 0 5px 15px;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

body{	
	min-width:1000px;
	background:url(../images/cmn_bg.gif) center top repeat-y;
	color:#999;
	line-height:175%;
}

#wrapper{
	width:900px;
	margin:0 auto;
}

#header{
	height:80px;
	position:relative;
}

#header dl dt{
	position:absolute;
	top:12px;
	left:0;

}

#header dl dt a{
	color:#ff9c00;
	font-size:250%;
	line-height:175%;
	margin-right:10px;

}


#header dl dt a:hover{
	text-decoration:none;
}

#header dl dd{
	position:absolute;
	top:6px;
	left:0;
	font-size:84%;
	line-height:150%;

}

#gnav{
	width:900px;
	height:46px;
	background:url(../images/cmn_gnav_bg.gif) 0 0 repeat-x;
	overflow:hidden;
	position:absolute;
	top:60px;
	left:0;
}

#gnav li{
	height:42px;
	float:left;
	padding:2px 0;
}

#gnav li a{
	height:33px;
	background:url(../images/cmn_gnav_line.gif) right top no-repeat;
	color:#fff;
	font-size:117%;
	line-height:175%;
	font-weight:bold;
	display:block;
	padding:9px 20px 0 20px;
}

#gnav li a:hover{
	color:#f7d69e;
	text-decoration:none;
}

#container{
	width:900px;
}

#container:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#left{
	width:200px;
	float:left;
}

#right{
	width:680px;
	float:right;
}

#footer{
	border-top:1px #dcdcdc solid;
	padding:15px 0 20px 0;
}

#fnav{
	text-align:center;
	margin-bottom:8px;
}

#fnav li{
	display:inline;
	background:url(../images/cmn_arw.gif) left center no-repeat;
	padding-left:15px;
	margin-right:12px;
}

#fnav li a{
	color:#555;
}

#fnav li a:hover{
	color:#999;
	text-decoration:none;
}

#copy,
#copy2{
	font-size:100%;
	line-height:150%;
	text-align:center;
	margin-bottom:0;
}

a{
	color:#ff9c00;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

p{

font-size:120%;
line-height:180%;
}

p.catch{
	color:#ff9c00;
	font-size:250%;
	line-height:175%;
}

p.catch span{
	color:#ffcc00;
}


h1 {text-align:right;}


h2{
	position:absolute;
	top:12px;
	left:0;

	color:#ff9c00;
	font-size:200%;
	line-height:175%;
	margin-right:10px;

}






h3{
	background:url(../images/cmn_h2_bg.gif) left bottom repeat-x;
	color:#ff9c00;
	font-size:150%;
	line-height:150%;
	font-weight:bold;
	padding:6px 0 6px 15px;
	margin-bottom:8px;
}

h4{
	background:url(../images/cmn_h3_bg.gif) left bottom repeat-x;
	color:#ff9c00;
	font-size:134%;
	line-height:150%;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:8px;
}

h5{
	background:url(../images/cmn_h4_bg.gif) left center no-repeat;
	color:#ff9c00;
	font-size:117%;
	line-height:150%;
	font-weight:bold;
	padding-left:15px;
	margin-bottom:5px;
}

h6{
	color:#ff9c00;
	font-size:117%;
	line-height:150%;
	font-weight:bold;
	margin-bottom:3px;
}

#go_top{
	text-align:right;
	margin:60px 0 0 0;
}

#go_top a{
	background:url(../images/cmn_go_top_arw.gif) left center no-repeat;
	color:#ff9c00;
	padding-left:13px;
}

#go_top a:hover{
	color:#ffcc00;
	text-decoration:none;
}


/****** rightコンテンツ ******/

#right #bread{
	margin-bottom:10px;
}

#right .cont{
	width:680px;
	overflow:hidden;
	margin-bottom:20px;
}

#right ul.list01{
	margin-bottom:20px;
}

#right ul.list01 li{
	background:url(../images/cmn_arw.gif) 0 0.6em no-repeat;
	padding-left:17px;
	margin-bottom:3px;
}

#right ol.list02{
	list-style-type:decimal-leading-zero;
	*list-style-type:decimal;
	margin:0 0 30px 2em;
	_margin:0 0 30px 1.8em;
}

#right ol.list02 li{
	margin-bottom:3px;
}

#right .table_wpr{
	background:url(../images/cmn_cont_bg.gif) 0 0 repeat;
	padding:10px;
	margin-bottom:20px;
}

#right .table_wpr table{
	width:100%;
	background-color:#fff;
	border-bottom:1px #ccc solid;
	border-right:1px #ccc solid;
}

#right .table_wpr table th,
#right .table_wpr table td{
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
	padding:5px 15px;
	vertical-align:middle;
}

#right .table_wpr table th{
	background-color:#f8f1e6;
	text-align:center;
}

#right .table_wpr table.table01 th{
	width:33%;
}

#right .table_wpr table.table02 th{
	width:50%;
}

#right .table_wpr table.table03 th{
	width:33%;
}

#right .table_wpr table.table04 th{
	width:25%;
}

/****** leftコンテンツ ******/

#left .ttl{
	width:190px;
	height:29px;
	background:url(../images/cmn_l_h.gif) 0 0 repeat-x;
	color:#fff;
	font-size:117%;
	line-height:150%;
	font-weight:bold;
	padding:7px 0 0 10px;
}

#left #lnav{
	margin-bottom:20px;
}

#left #lnav li a{
	height:1%;
	background:#efefef url(../images/cmn_lnav_bg_off.gif) left bottom repeat-x;
	color:#444;
	font-size:117%;
	line-height:150%;
	margin-bottom:1px;
	display:block;
}

#left #lnav li a:hover{
	background:#efefef url(../images/cmn_lnav_bg_on.gif) left bottom repeat-x;
	color:#999;
	text-decoration:none;
}

#left #lnav li a span{
	background:url(../images/cmn_l_arw_off.gif) left center no-repeat;
	padding:8px 3px 8px 15px;
	display:block;
}

#left #lnav li a:hover span{
	background:url(../images/cmn_l_arw_on.gif) left center no-repeat;
}

#left .bn{
	margin-bottom:20px;
}

#left .bn li{
	font-size:0;
	line-height:0;
	margin-bottom:5px;
}


/****** トップページ ******/

.free{
	background:url(../images/cmn_cont_bg.gif) 0 0 repeat;
	padding:10px;
	margin-bottom:20px;
}

.free dl{
	background-color:#fff;
	padding:6px 15px 15px 15px;
}

.free dl dt{
	color:#ff9c00;
	font-size:250%;
	line-height:150%;
}

ul.topics{
	height:200px;
	overflow:auto;
	overflow-x:hidden;
	padding-right:15px;
	margin-bottom:20px;
}

ul.topics li{
	width:100%;
	overflow:hidden;
	border-bottom:1px #ccc dotted;
	padding:8px 0;
}

ul.topics li span.day{
	width:10em;
	background:url(../images/cmn_arw.gif) left center no-repeat;
	padding-left:22px;
	float:left;
	display:block;
}

ul.topics li span.txt{
	margin-left:10em;
	padding-left:25px;	
	display:block;
}


.gaiyou{
	color:#929286;

	line-height:125%;
	font-weight:normal;
	margin-top: 5px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 30px;
	padding:13px 10px 10px 10px;
	background: #FFFFD2;
	border: 1px dashed #929286;
        word-break: break-all
}

.gaiyou p {
	font-size:90%;
	line-height:130%;

}