﻿@charset "utf-8";

/*-----------------------------------------------------------------
Base
-----------------------------------------------------------------*/
body{
	font-size:90%;
	/*font-family: Arial,'ＭＳ Ｐゴシック',sans-serif;*/
	font-family:'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	_font-family:'ＭＳ Ｐゴシック';
	color: #333;
	margin: 0px;
	padding:0px;
	line-height:1.5;
	text-align:center;
	background-color: #FFF;
}

html {
	overflow-y: scroll;
}

h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd{
	margin: 0px;
	padding:0px;
	text-align:left;
}

body a {color: #0500D5; text-decoration:underline;}
body a:link {color: #0500D5; text-decoration:none;}
body a:visited {color: #433EFF; text-decoration:none;}
body a:hover {color: #00004D; text-decoration:none;}
body a[name]:hover {color: #333; text-decoration:none;}

a:focus{
	outline:none;
}

img{
	border:0px;
	vertical-align:bottom;
}

.left{text-align:left;}
.right{text-align:right; margin-right:7px;}
.right p{text-align:right;}
.center{text-align:center;}
.center p{text-align:center;}

/*-----------------------------------------------------------------
Font
-----------------------------------------------------------------*/
.red{color:#FF0000;}
.green{color:#00CC33;}
.brown{color:#990000;}
.small_unit {font-size:0.8em; vertical-align:top;}
.big{font-size:120%;}
.ex_big{font-size:150%;}
.small{font-size:80%;}
.ex_small{font-size:70%;}
.underline{text-decoration:underline;}
.bold{font-weight:bold;}

/*-----------------------------------------------------------------
Space
-----------------------------------------------------------------*/
.mt5{margin-top:5px;}
.mb5{margin-bottom:5px;}
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}
.mt15{margin-top:15px;}
.mb15{margin-bottom:15px;}
.mr15{margin-right:15px;}
.mr10{margin-right:10px;}
.mr5{margin-right:5px;}
.mr40{margin-rightt:40px;}
.mb20{margin-bottom:20px;}
.mt20{margin-top:20px;}
.pl10{padding-left:10px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl45{padding-left:45px;}
.pl55{padding-left:55px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pb10{padding-bottom:10px;}
.pb25{padding-bottom:25px;}
.pr25{padding-right:25px;}
	
/*-----------------------------------------------------------------
Float
-----------------------------------------------------------------*/
.f_right{
	float:right;
	margin:0 0 5px 15px;
}
.f_left{
	float:left;
	margin:0 15px 5px 0;
}
.f_clear:after{
	content: ".";
	display: block;
	height: 0;
	line-height:0;
	clear: both;
	visibility: hidden;
}
.f_clear { display: inline-block; }
/* MacIE begin \*/
*+html div.f_clear{height: 1%;}

* html div.f_clear{height: 1%;}

.f_clear {display: block;}
/* Mac IE end */

/*-----------------------------------------------------------------
Table
-----------------------------------------------------------------*/
table{
	border-spacing:0;
	border-collapse:collapse;
	empty-cells:show;
	margin-left:auto;
	margin-right:auto;
	line-height:1.5;
	font-size:90%;
}
td{
	text-align: left;
}
/*table border_ON*/
table.b_on{
	border-top:1px solid #97AEAD;
	border-left:1px solid #97AEAD;
	background:#FFF;
	margin-top:10px;
	margin-bottom:5px;
}
.b_on td,.b_on th{
	border-right:1px solid #97AEAD;
	border-bottom:1px solid #97AEAD;
}
.b_on td{
	padding:5px 8px;
	text-align:left;
	vertical-align:middle;
}
.b_on td.td_center{
	text-align:center;
}
.b_on th{
	background:#C0E7AD;
	padding:3px 8px;
}
.b_on th.th_left{
	text-align:left;
}
.b_on th.rightgreen{
	background-color:#ECF8E7;
}

.b_on th.gray{
	background-color:#ddd;
}

.b_on th.blue{
	background-color:#D7E7FF;
}

.b_on th.rightblue{
	background-color:#EEF4FF;
}

.b_on th.pink{
	background-color:#FFE1EB;
}

.b_on th.white{
	background-color:#FFF;
}

.b_on th.yellow{
	background-color:#FFFFCC;
}

.b_on td.rightgreen{
	background-color:#ECF8E7;
}

.b_on td.blue{
	background-color:#D7E7FF;
}

.b_on td.rightblue{
	background-color:#EEF4FF;
}

.b_on td.pink{
	background-color:#FFE1EB;
}

.b_on td.yellow{
	background-color:#FFFFCC;
}

.nowrap{
	white-space: nowrap;
}

/*-----------------------------------------------------------------
Title
-----------------------------------------------------------------*/
h2{
	font-size: 1em;
	font-weight: normal;
	padding:0px;
	margin-bottom:15px;
}

h3{
	width: 577px;
	height:55px;
	font-size: 1.2em;
	background:url(../img/h3_bg.jpg) no-repeat;
	padding:15px 0px 0px 50px;
	margin:10px 0px 10px 0px;
}

h4{
	width: 577px;
	font-size: 1em;
	background:url(../img/h4_bg.gif) 9px 7px no-repeat;
	padding:0px 0px 5px 26px;
	margin:20px 0px 10px 0px;
	border-bottom: 1px dashed #CC0000;
}

/*-----------------------------------------------------------------
List
-----------------------------------------------------------------*/
dl{
	margin:0;
}
dt{
	font-weight:bold;
	margin:0;
}
dd{
	margin:0;
}

ol{
	margin:0 0 0 30px;
}
ol li{
	margin:0 0 3px 0;
}
ol.normal{
	margin:15px 0 15px 50px;
}

ul.normal{
	margin:15px 15px 15px 50px;
}

dl.normal_dl{
	margin-bottom:15px;
}

dl.normal_dl dd{
	margin-left:15px;
	margin-bottom:10px;
}

dl.circle_dl{
	margin-bottom:15px;
	padding-left:10px;
}

dl.circle_dl dt{
	background:url(../img/circle.gif) 5px no-repeat;
	padding-left: 20px;
	color:#990000;
}

dl.circle_dl dd{
	margin-left:20px;
}

dl.circle_dl dd dl{
	margin-left:20px;
}

dl.circle_dl dd dl dt{
	background:none;
	color:#333;
}

dl.circle_dl dd dl dd{
	margin-left:20px;
	margin-bottom:0px;
}

ul.arrow_li{
	padding:5px 5px 15px 20px;
}

ul.arrow_li li{
	background:url(../img/arrow_1.gif) 5px no-repeat;
	list-style-type:none;
	padding:3px 0px 3px 18px;
	border-bottom: 1px dashed #CC0000;
}
ul.arrow_li2{
	padding:0px 5px 0px 20px;
}

ul.arrow_li2 li{
	background:url(../img/arrow_1.gif) 5px no-repeat;
	list-style-type:none;
	padding:3px 0px 3px 18px;
	border-bottom: 1px dashed #CC0000;
}
ul.arrow_li3{
	padding:0px 5px 0px 5px;
}

ul.arrow_li3 li{
	background:url(../img/arrow_1.gif) 5px no-repeat;
	list-style-type:none;
	padding:3px 0px 3px 18px;
}
ol li{
	margin:0 0 3px 0;
}

/*-----------------------------------------------------------------
Common
-----------------------------------------------------------------*/
/*--P--*/
p{
	margin:0px;
}

p.normalP{
	margin:0px 11px 16px 5px;
}

p.normalP2{
	margin:0px 11px 16px 28px;
}

p.notice{
	padding:0px 11px 0px 5px;
	margin-left: 1em;   
    text-indent: -1em; 
}

p.indent{
	margin:0px 11px 16px 5px;
    text-indent: 1em; 
}

/*--pageup--*/
.pageup{
	clear:both;
	width: 577px;
	padding:10px 0px 15px 0;
}

.pageup p{
	text-align: right;
	font-size: 80%;
}

/*-----------------------------------------------------------------
枠
-----------------------------------------------------------------*/
#framework{
	width:812px;
	margin-left:auto;
	margin-right:auto;
	background:url(../img/bg.jpg) 0px repeat-y;
}

/*-----------------------------------------------------------------
共通
-----------------------------------------------------------------*/
#header{
	width: 750px;
	margin:0 auto;
	border-bottom:2px solid #FE0000;
}

#logo{
	float: left;
	padding: 13px 0 0 0px;
}

#header_r{
	width:300px;
	float:right;
	padding: 10px 0px 15px 0px;
	text-align: right;
}

#search{
	padding: 0px;
}

#search form{
	padding: 0px 0px 5px 0px;
	margin:0;
}
#path{
	width:750px;
	margin:10px auto 0px auto;
	height: 31px;
	font-size:80%;
	background:url(../img/path_bg.gif) 0px repeat-x;
}
#path dl {
	padding-top:8px;
	padding-left: 5px;
}

#path dl dt{
	float: left;
	font-weight: normal;	
}

#wrapper{
	width:750px;
	margin:0 auto;
	_zoom: 1;   /*回り込み回避*/
	overflow: hidden;   /*回り込み回避*/
}

* html #wrapper {
    height: 1%;      /*回り込み回避*/
}  

/*--------------------
l_side
--------------------*/
#l_side{
	width: 150px;
	float: left;
	margin-top:10px;
}

#textsize{
	width:148px;
	height:28px;
	border: 1px solid #990000;
	background-color:#E0D1D1;
}
#textsize p{
	padding:3px 0px 0px 3px;
}
#textsize img{
	margin-left:5px;
}

#l_side dl{
	margin: 10px 0px;
	border: 1px solid #990000;
}

#l_side dl dt{
	border-top: 1px solid #990000;
}

#l_side dl dt.list_top{
	border-top:none;
}

#l_side dl dd{
	border-top: 1px solid #990000;
}

#l_side ul{
}

#l_side ul li{
	margin-bottom:10px;
	list-style-type:none;
}

#l_side ul li a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}


/*--------------------
r_side
--------------------*/
#r_side{
	width: 577px;
	float:right;
	margin-top:10px;
	overflow: hidden;   /*回り込み回避*/
	_zoom: 1;   /*回り込み回避*/
}
/*--------------------
footer
--------------------*/
#footer{
	width:750px;
	margin:0 auto;
}

#footer ul{
	text-align: right;
	padding: 15px 0px 8px 30px;
	border-bottom: 5px solid #990000;
}

#footer ul li{
	display:inline;
	font-size:80%;
	background:url(../img/sq_1.gif) 0px no-repeat;	
	padding: 0px 15px 0px 9px;
}

#footer ul li.last{
	padding: 0px 0px 0px 9px;
}

#copyright{
	font-size:75%;
	background-color:#E0D1D1;
	padding: 3px 0px;
}

#copyright p{
	text-align: center;
}
