@charset "utf-8";
/* CSS Document */
@import url("menu.css");
@import url("contents.css");
@import url("clearfix.css");

*{
	margin:0;
	padding:0;
}


/*基本設定は以下に示す*/
/*----------------------------------------------------------*/
body{
	background:#CCC url(../images/body_back.gif) no-repeat center 115px;
	background-position:center 114px\9;
	text-align:center;
	color:#666;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 150%;
}

#wrap{
	width:960px;
	background:#fff;
	text-align:left;
	padding:0;
	margin:0 auto;
}

img{border:none;}

a    { text-decoration: none; color: #0712aa;}
a:hover   { text-decoration: underline; color: #07569F;}




/*------------------------------------------------------------
safari、FF対策
------------------------------------------------------------*/
li img,
dt img,
dd img,
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img{vertical-align:bottom;}


















/*header*/
/*------------------------------------------------------------*/
#logo{
}

#header h2{
	background:#9E1B06;
}

#navigation{
	padding:10px 0 5px;
	padding/*\**/:10px 0 4px\9;
}

#header ul#topnavi{
	float:right;
	list-style:none;
	text-align:right;
	padding:0 1em;
}

#header ul#topnavi li{
	margin:0 0.5em;
	list-style:none;
	display:inline;
}



/*main*/
/*------------------------------------------------------------*/
#main{
	padding:10px;
}



/*contents base*/
/*------------------------------------------------------------*/
#main #contents{
	width:670px;
	float:right;
	padding:10px 50px 0 0;
}

#main #contents a{
	text-decoration:underline;
}

#main #contents a:hover{
	text-decoration:none;
}

#main #contents h3{
	border-left:3px solid #63c;
	border-bottom:1px solid #63c;
	padding:0.2em 0 0.2em 1em;
	margin-bottom:0.5em;
}

/*text*/
#main #contents p{
	padding:0 0.5em 1em;
	margin:0 2.5em;
}



/*stamp*/
/*------------------------------------------------------------*/
#stamp{
	list-style:none;
	padding:0 15px 0 0;
}

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




/*footer*/
/*------------------------------------------------------------*/
#footer{
	display:block;
	padding: 10px 0;
	text-align: center;
	font-size:8pt;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-style:normal;
}

#footer ul{
	margin:0 0 10px;
	display: inline-block;
	border-right:1px solid #ccc;
	/display: inline;
	/zoom: 1;
}

#footer ul li{
	display: inline-block;
	padding:0 1em;
	list-style:none;
	border-left:1px solid #ccc;
	/display: inline;
	/zoom: 1;
}

#footer address{
	border-top:2px solid #C00;
	display:block;
	padding: 10px 0 0;
	text-align: center;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}



/*pagetop*/
/*------------------------------------------------------------*/
.pagetop{
	display:block;
	margin:0 20px;
	text-align:right;
}

.pagetop dfn{
	font-style:normal;
	display:inline-block;
	background:url(../images/navi_gotop.gif) no-repeat left center;
	padding-left:12px;
}

.pagetop a {color:#666;}

.pagetop a:hover{color:#800;}*/















/* =======================================

	Text Decorations CSS

========================================== */

/*align*/
/*------------------------------------------------------------*/
.cet{text-align:center;}
.rit{text-align:right;}
.let{text-align:left;}


/*border*/
/*------------------------------------------------------------*/
.dob{border-bottom:1px dotted #d1d1d1;}
.dot{border-top:1px dotted #d1d1d1;}
.dor{border-right:1px dotted #d1d1d1;}
.dol{border-left:1px dotted #d1d1d1;}
.dotborder{border:1px dotted #d1d1d1;}
.border{border:1px solid #d1d1d1;}


/*padding*/
/*------------------------------------------------------------*/
.pab{padding-bottom:1em;}
.pat{padding-top:1em;}
.par{padding-right:1em;}
.pal{padding-left:1em;}
.pad{padding:1em;}

/*margin*/
/*------------------------------------------------------------*/
.mab{margin-bottom:1em;}
.mat{margin-top:1em;}
.mar{margin-right:1em;}
.mal{margin-left:1em;}
.maboth{margin:auto;}


/*float*/
/*------------------------------------------------------------*/
.flet{float:left;}
.frit{float:right;}


/*display*/
/*------------------------------------------------------------*/
.block{display:block;}
.inline{display:inline;}
.inlineblock{display:inline-block;}


/*color*/
/*------------------------------------------------------------*/
.red{color:red;}
.blue{color:blue;}
.orange{color:orange;}
.rose{color:#d66;}
.fBlue2 { color: #0033CC;}
.fRed { color: #FF0000;}
.fBlue { color: #288CC8;}

/*pdf*/
/*------------------------------------------------------------*/
.pdf{
	display:inline-block;
	background:url(../../images/pdf01.gif) no-repeat right top;
	padding:0 1.5em 0.1em 0;
	vertical-align:top;
}
.pdf2{
	display:inline-block;
	background:url(../../images/pdf01.gif) no-repeat right top;
	padding:0 1.5em 0.1em 0;
	vertical-align:top;
}

/*clear*/
/*------------------------------------------------------------*/
.clear{clear:both;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0.1%;
	line-height:0;
	visibility: hidden;
	clear: both;
}
.clearfix {display: inline-block;}
* html .clearfix{height: 0.1%;}

/* Hides from IE-mac \*/
* html .clearfix {height: 0.1%;}
.clearfix {display: block;}
 /* End hide from IE-mac */
/*big*/
/*------------------------------------------------------------*/
.big{font-size:1.5em; !imoprtant}
