@charset "utf-8";
/* リセット */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;letter-spacing:0;}
h1,h2,h3,h4,h5{font-size:100%;}
ol,ul{list-style:none;}

/*共通毎回入力*/
html{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Osaka－等幅",sans-serif;
}

body{
	font-size:13px;
	color:#333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka－等幅", sans-serif;
}

body div{
	margin:0 auto;
}


img{
	border-style:none;
	vertical-align: top;
}

.style1 {
	font-size: 16px;
	color: #FF0000;
}

.style2 {
	font-size: 14px;
	font-weight:bolder;
	
}



/*ここから*/

#header{
	color:#666;
	height:80px;
	width:900px;
	background: #FFFFFF url(img/index_img-01.jpg) no-repeat;
	font-size: 11px;
}


#header p{
	text-align:left;
	font-size:11px;
	text-indent: 25px;
}




#navi{
	width:900px;
	height:30px;
}

#navi li {
	float: left;
	position: relative;
	text-align:center;
	height: 30;
}

#navi li a{
	color:#FFF;
	}
	
#navi li a:hover{
	color:#FF9;
}

#content-02 {

	width:900px;
	font-size: 20px;
}
#left-02 {

	width:260px;
	float:left;
}
#light-02 {

	width:640px;
	float:right;
}


#content{
	width:900px;
	font-size: 20px;
}

#left{
	width:200px;
	float:left;
}

#light{
	width:680px;
	float:right;
	font-size: 13px;
	line-height: 1.5em;
}

#light img {
	margin-top: 10px;
	margin-bottom: 10px;
}


#footer{
	clear:both;
	width:900px;
	color:#666;
	height:50px;
	background: url(img/foot_01.jpg) no-repeat right;
	border-top: thin dashed #400000;
	border-bottom: thin dashed #400000;
}
.pr_link {
	padding: 2px;
	height: auto;
	width: 190px;
	font-size: 11px;
	line-height: 1.3em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer_link {
	padding: 0px;
	height: auto;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 11px;
	line-height: 1.3em;
}
.float_clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.link_page_box {
	height: auto;
	width: 600px;
	border-bottom: 1px solid #3333CC;
	margin: 15px;
	padding: 5px;
}
