@charset "shift_jis";

/*-----------------------------------すべての要素を初期化*/
/*  
Copyright (c) 2006, Yahoo! Inc. All rights reserved.  
Code licensed under the BSD License:  
http://developer.yahoo.net/yui/license.txt  
version: 0.10.0  
*/  
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}  
html { height: 100%; margin-bottom: 1px; }
html {overflow-y:scroll;}
table{border-collapse:collapse;border-spacing:0;}  
fieldset,img{border:0;}  
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}  
ol,ul {list-style:none;}  
caption {text-align:left;}
input,textarea,select { font-family: inherit; font-size: inherit; font-weight: inherit; color: inherit; }
input,textarea,select { *font-size: 100%; }
input { _margin: -1px 0; }  
sup,sub { vertical-align: baseline; position: relative; }
sup { top: -4px }
sub { top: 4px }
th { vertical-align: top; font-weight: normal; text-align: left; }
td { vertical-align: top; }
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
q:before,q:after{content:'';}
hr { display: none;}
/*-----------------------------------回り込み解除*/
.clearBoth { clear: both; }
/*-----------------------------------imgoverを指マークに*/
.imgover { cursor:pointer; }
/*-----------------------------------imgの下の隙間をなくす*/
img { vertical-align:bottom; }
/*-----------------------------------基本セッティング*/
body{ font-family: "ＭＳ Ｐゴシック", "Osaka",arial,helvetica,clean,sans-serif; color: #595757; font-size: 12px; _font-size:83%; }
table { font-size:inherit; }
a { outline : 0 ;}
a { text-decoration: none; color: #ff0000;}
a:hover { text-decoration: underline; }
li,p,dl,dd { line-height: 1.6; }
td,th,h1,h2,h3,h4{ line-height: 1.5; }
strong,em { font-weight: bold; }
address { line-height: 1.5; }
/*-----------------------------------マージン*/
.marT5 { margin-top: 5px; }
.marT10 { margin-top: 10px; }
.marT15 { margin-top: 15px; }
.marT20 { margin-top: 20px; }
.marT30 { margin-top: 30px; }
.marB10 { margin-bottom: 10px; }
.marB15 { margin-bottom: 15px; }
.marB20 { margin-bottom: 20px; }
.marR10 { margin-right: 10px; }
.marR20 { margin-right: 20px; }
.marL5 { margin-left: 5px; }
.marL10 { margin-left: 10px; }
.marL20 { margin-left: 20px; }
/*-----------------------------------線*/
.border01 { padding-top: 20px; margin-top: 20px; border-top: 2px dotted #9e9e9e; }

/*-----------------------------------テキスト位置*/
.fRight { float: right;}
.fLeft { float: left;}
.txtLeft { text-align: left; }
.txtRight { text-align: right; }
.center { text-align: center; }
.middle {vertical-align: middle; }
.bottom {vertical-align: bottom; }
/*-----------------------------------リスト*/
.list01 li{	list-style-position: outside; list-style-type: decimal; margin: 5px 0 0 15px; line-height:1.2; }
.list02 li{	list-style-position: outside; list-style-type: disc; margin: 5px 0 0 15px; line-height:1.2; }
/*-----------------------------------リンク*/
.link01 a { color: #3c3c3c; }
/*-----------------------------------フォント設定*/
.normal { color: #333; font-weight: normal; font:12px;*font-size:small;*font:x-small; }
.small { font-size: 10px; _font-size: 83.3%; }
.large { font-size: 14px; _font-size: 116.6%; }
.xlarge { font-size: 16px; _font-size: 133.3%; }
.color01 { color:#ff0000; }
.color02 { color:#000; }
.color03 { color:#fc4128; }
.color04 { color:#595757; }
/*-----------------------------------外枠*/
#wrapper { width:940px; padding: 0px 7px; margin: 0 auto; margin-top: 10px; position: relative; background: url(../images/body_bk.gif) repeat-y ;}
/*-----------------------------------ヘッダー*/
#header { width:940px; height: 60px; position: relative; background:url(../images/header.gif) repeat-x top;}
#header h1 { position: absolute; top: 20px; left: 15px;}
#gourpLink {position: absolute; top: 30px; right: 20px;}
/*-----------------------------------メイン*/
#container { width: 905px; padding: 0 15px 20px 20px; position: relative; }
/*-----------------------------------メインナビ*/
#mainNav { width: 180px; position: relative; float: right; } 
#linkList { margin: 15px 0 10px; }
#linkList li { margin-bottom: 5px; }
/*-----------------------------------本文*/
#main { width: 705px; float: left; position: relative;}
#pagetitle { margin-bottom: 20px; }
.subtitle01 { font-weight: bold; font-size: 14px; color: #0b2f78;}
.textarea { margin: 15px 20px 20px 20px; position: relative; }
.textarea02 { margin: 15px 0 20px 0; position: relative; }
/*-----------------------------------テーブル*/
.table01 { width: 100%; }
.table01 th { padding: 10px 0; border-bottom: 1px dashed #0b2f78; border-right: 20px solid #fff;}
.table01 th span { background:url(../images/icn.gif) no-repeat left; padding: 0 0 0 20px; }
.table01 td { padding: 10px; border-bottom: 1px dashed #ccc;}
/*-----------------------------------フッター*/
#footer { border-top: 2px solid #0b2f78; padding: 5px 0 5px 20px; width: 920px;}
#copy { color: #fff; background:url(../images/footer.gif) repeat-x bottom; text-align: center; width: 940px; padding: 3px 0 0 0;}
/*-----------------------------------ページトップ*/
#pagetop { text-align: right; width: 930px; padding: 10px 10px 10px 0; position: relative; }
/*-----------------------------------clearfixハック*/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

.btn{
	color: #2E59A7;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 6px 3px 10px;
	border: 1px solid #2E59A7;
	background: #fff;
	display: inline-block;
}
.btn:after{
	content: url(../images/link.png);
	vertical-align: middle;
	display: inline-block;
	margin: -5px 0 0 20px;
}
.btn.pdf:after{
	content: url(../images/pdf.png);
}
