@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
 font-family:
	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
	"メイリオ", Meiryo,
	Osaka,
	"ＭＳ Ｐゴシック", "MS P Gothic", 
	sans-serif;
}


/*IE 7に対するフォントの種類　*/

*:first-child+html * {
  font-family:
		"メイリオ",Meiryo,
		"MS Pゴシック","MS P Gothic",
		san-serif;
}

/*IE 6に対するフォントの種類 */

* html * {
  font-famiry:
		"メイリオ",Meiryo,
		"MS Pゴシック","MS P Gothic",
		sans-serif;
}


html { 
  overflow-y: scroll;
}

body {
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	background-color: #E1E1E1;
}


.clearfix {
 content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

/*Mac OS版IEには適用しない*/
*html .clearfix {
  height:1%;
}

*+html .clearfix {
  height:1%;
}
.clearfix {display:block;
}
/**/

.clear {
	clear: both;
}

.line {
	background-image: url(../images/hr.gif);
	background-repeat: no-repeat;
	padding: 15px 0px 0px;
	height: 3px;
	width: 660px;
	margin: -10px 0px 0px;
	background-position: center;
	clear: both;
}

.pdf {
	background-image: url(../images/ico_pdf.gif);
	background-repeat: no-repeat;
	padding-left: 1.8em;
}



/*======================
Main Container
======================*/
#wrap {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding: 0px;
	margin-top: 0px;

}



/*======================
Header
======================*/

#header {
}

#header h1 {
	background-image: url(../images/header_h1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 85px;
	width: 920px;
	display: block;
	text-indent: -9999px;
	font-size: 10px;
}

/*======================
Main Content
======================*/
#maincontent {
	float: right;
	width: 660px;
	margin: 0px;
	padding: 0px;
}

#maincontent p, #maincontent ul {
	font-size: 80%;
	color: #333333;
	line-height: 1.6em;
	margin-bottom: 20px;
	margin-left: 5px;
}

#maincontent p a {
	color: #669900;
	text-decoration: none;
}

#maincontent p a:hover {
	text-decoration: underline;
}


#maincontent .linkbox {
	width: 660px;
	background-color: #F8F8F8;
	padding: 0px;
	height: auto;
	margin-top: 20px;
	border: 1px solid #CCCCCC;
}

#maincontent .linkbox ul{
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 80%;
	color: #333333;
}
#maincontent .linkbox ul li{
	background-image: none;
	display: inline;
	margin-bottom: 1em;
}
#maincontent .linkbox ul li a{
	background-image: url(../images/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	padding-left: 8px;
	color: #666666;
	line-height: 2em;
	margin-right: 1.5em;
	margin-left: 1.5em;
}
#maincontent .linkbox ul li a:hover{
	text-decoration: underline;
	color: #669900;
}


#maincontent .section01 {
	overflow:hidden;
	width: 660px;
	margin-bottom: 5px;
}

#maincontent .section02 {
	overflow:hidden;
	width: 660px;
	margin-bottom: 5px;
	clear: both;
}

#maincontent .section03, .section04, .section05, .section06, .section07, .section08, .section09, .section10, .section11 {
	overflow:hidden;
	width: 660px;
	margin-bottom: 5px;
	clear: both;
}

span.doropcaps {
	float:left;
	margin:0 0.25em 0.25em 0;
	line-height:1;
	color:#333333;
	font-size:250%;
	font-weight: bold;
}



/*======================
Page Top
======================*/
#maincontent .pagetop {
	text-indent: -99999px;
}


#maincontent .pagetop a {
	overflow:hidden;
	background-image: url(../images/pagetop.gif);
	background-repeat: no-repeat;
	background-position: 0px -12px;
	height: 12px;
	width: 110px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	float: right;
}

#maincontent .pagetop a:hover {
	background-position: 0px 0px;
}



/*======================
Float
======================*/
.photo01 {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
}

.photo02 {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: both;
}

.photoin {
	margin-left: 10px;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
}




/*======================
Footer Parts
======================*/


#footer{
	width: 920px;
	font-size: 70%;
	color: #666666;
	margin-left: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	height: 50px;
	background-image: url(../images/footerline.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#footer address {
	color: #999999;
	font-style: normal;
	margin-left: 10px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 80%;
	text-align: center;
	padding-top: 10px;
}
