@charset "shift_jis";

/* 基本設定
--------------------------------------------------*/
body {
	color: #333333;
	background-color: #9bb6fc;
	margin: 0px;
	padding: 0px;
	font-size: 78%;
	line-height: 135%;
	font-family: "ヒラギノ角ゴ Pro W4", hirakakupro-w4,'ＭＳ Ｐゴシック',Sans-serif;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

table{
	border: 0;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, address, form {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
}

input{
	margin: 0;
	padding: 0;
}

div{
	margin: 0;
	padding: 0;
	border: 0;
}


/* 共通設定
--------------------------------------------------*/
#bodyArea{
 	background: url(../images/body_bg.gif) repeat-x top;
}

#mainArea{
	background-color: #ffffff;
	width: 820px;
	margin: auto;
	text-align: left;
}

#headArea{
	background: url(../images/head_bg.gif) repeat-x top;
	padding: 0 20px;
}

.headLogo{
	padding-top: 20px;
	line-height: 0.1em;
}

.inBody{
	margin: 15px 20px 0 20px;
}

#footArea{
	padding: 25px 0 20px 0;
	width: 780px;
}


/* トップ設定
--------------------------------------------------*/

.topBody{
	margin: 15px 0 0 20px;
}

.topNavi li{
	list-style: none;
	line-height: 0.1em;
}

.topDotline{
	background: url(../../images/dotline.gif) no-repeat 50%;
	height: 3px;
}

.topNews ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.topNews li.data{
	color: #666666;
	margin-top: 5px;
	font-weight: bold;
}

.topNews li.txt{
	margin: 0;
	padding: 0 0 10px 15px;
	border-bottom: solid 1px #cccccc;
}

.topLinkArea{
	background-color: #eeeeee;
	padding: 11px;
}


/* 下層設定
--------------------------------------------------*/
.inDotline{
	background: url(../images/inNaviDot.gif) no-repeat 50%;
	height: 3px;
}

.tblSet{
	border-top: #1a3a8d solid 1px;
	padding-top: 2px;
}

table.tblSet01 th{
	padding: 6px 10px;
	background-color: #eaf6ff;
	vertical-align: top;
	text-align: left;
}

table.tblSet01 td.txt{
	padding: 6px 10px;
	vertical-align: top;
	width: 440px;
}

table.tblSet02 th{
	padding: 6px 10px;
	background-color: #eaf6ff;
	vertical-align: top;
	text-align: left;
}

table.tblSet02 td.txt{
	padding: 6px 10px;
	vertical-align: top;
	width: 340px;
}

.tblline{
	background: url(../images/tblline.gif) repeat-x 50%;
	height: 3px;
	line-height: 0em;
}

.olBlock{
	border: #e3e4e4 solid 3px;
	padding: 10px 20px;
	display:block;
	background-color: #ffffff;
}

.olBlockTxt{
	background: url(../images/outline_img01.gif) no-repeat 0 2px;
	padding-left: 17px;
	margin: 10px 0;
}

.dotLine{
	height: 5px;
	background: url(../images/dotline01.gif) repeat-x 50%;
}

.mesBlock{
	border: #70b3fb solid 1px;
	width: 573px;
	display:block;
}

.mesBlockin{
	border: #e3f0fe solid 3px;
	padding: 5px;
	display:block;
}

.serBlock{
	background-color: #f7f8f8;
	padding: 20px 0;
}

.honbun p{
	margin-bottom: 1.3em;
}

.priMidashi{
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.priTxt{
	margin-left: 18px;
	margin-bottom: 1.3em;
}

td.borderGray{
	border-bottom:solid 1px #E5E5E5;
}

.update{
	background-color:#000099;
	color:#fff;
	padding:4px 6px 1px 6px;
	vertical-align:text-top;
}

/* フォント設定
--------------------------------------------------*/
.txtsmall{
	font-size: 90%;
	line-height: 100%;
}

.txtlarge{
	font-size: 115%;
}

.txtRed{
	color: #ff0000;
}

.txtYellow{
	color: #efd610;
}

.txtBlue{
	color: #1366d6;
}

.txtNavy{
	color: #1A3A8D;
}

.txtQuoq{
	color: #141478;
}

.txtPurple{
	color: #404aa0;
}

.txtBold{
	font-weight:bold;
}


/* マージン設定
--------------------------------------------------*/
.mt5{
	margin:5px 0 0 0;
}

.mt10{
	margin:10px 0 0 0;
}

.mt15{
	margin:15px 0 0 0;
}

.mt20{
	margin:20px 0 0 0;
}

.mt30{
	margin:30px 0 0 0;
}

.ml10{
	margin:0 0 0 10px;
}

.ml13{
	margin:0 0 0 13px;
}

.ml15{
	margin:0 0 0 15px;
}

.ml20{
	margin:0 0 0 20px;
}

.mtb3{
	margin:3px 0;
}
.mb10{
	margin:0 0 10px 0;
}

.mtl1010{
	margin:10px 0 0 10px;
}

.mtl2010{
	margin:20px 0 0 10px;
}



/* パディング設定
--------------------------------------------------*/
.pd3{
	padding: 3px;
}

.pd5{
	padding: 5px;
}

.pd10{
	padding: 10px;
}

.pdl5{
	padding:0 0 0 5px;
}

.pdr10{
	padding:0 10px 0 0;
}

.pdr1010{
	padding:0 10px 10px 0;
}


/* align設定
--------------------------------------------------*/
.alignLeft{
	text-align: left;
}

.alignCenter{
	text-align: center;
}

.alignRight{
	text-align: right;
}

.marginCenter{
	margin-left: auto;
	margin-right: auto;
}

.valineCenter{
	vertical-align: text-bottom;
}


/* リンク設定
--------------------------------------------------*/
a:link{
	color:#0000CC;
}
a:visited{
	color:#660099;
}
a:active{
	color:#CC0000;
}

a.linkSet{
	padding: 0 0 0 8px;
	background: url(../images/icon_arrow.gif) no-repeat 0 3px;
}


/* その他クラス設定
--------------------------------------------------*/
.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.floatClear{
	clear:both;
	line-height: 1px;
}

.cellNowrap{
	white-space: nowrap;
}

.noImageSpace{
	line-height: 0.1em;
}

.photoRight{
	float:right;
	padding: 0 0 10px 15px;
}


/* 非表示設定
--------------------------------------------------*/
.hidden {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
