@charset "utf-8";
/* CSS Document */

/*---------------------------*/
/* 共通設定*/
/*---------------------------*/

* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ",  "ＭＳ Ｐゴシック",  sans-serif;
	list-style-type: none;
}

img {
	border: none;
	clear: both;
}

p {
	color: #333;
	text-align: left;
}

strong {
	color: #F00;
	font-weight: bolder;
}

.strong2 {
	font-weight: bolder;
}


.cap {
	font-size: xx-large;
}

.comment {
	font-size: x-small;
	font-weight: lighter;
	color: #ffffff;
}

h1{
	font-size:1px;
	color: #FFF;
}

/*---------------------------*/
/* 大枠設定*/
/*---------------------------*/

body {
	font-size: small;
	color: #333;
	text-align: center;
	background-image: url(../images/back_ground.png);
	background-repeat: repeat-x;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
}

#header {
	width: 960px;
	height: 100px;
	text-align: left;
}

#header img {
	border-right: #000 solid 3px;
}

#main_visual {
	width: 960px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#navi {
	width: 960px;
	hight: 60px;
	margin-bottom: 40px;
	padding: 0px;
	text-align: center;
}

/*#navi img {
	margin-bottom: 20px;
	
}*/


#contents_box {
	width: 960px;
	height: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 0px;
}



#link_box {
	width: 960px;
	height:100px;
	margin-top: 20px;
	text-align: center;
	clear: both;
}

#link_box2 {
	width: 960px;
	height:100px;
/*	margin-bottom: 0px;
*/	text-align: center;
	clear: both;
}

#footer {
	width: 960px;
	height: 100px;
	margin-top: 20px;
	text-align: center;
	clear: both;
}

#blank {
	width: 960px;
	height:20px;
}

/*---------------------------*/
/* navi設定*/
/*---------------------------*/

#navi ul li {
	float: left;
}

/*---------------------------*/
/* contents_box設定*/
/*---------------------------*/

#1st_box {
	width: 960px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: left;
}

.following_box {
	width: 960px;
	height:auto;
	margin-top:0px;
	margin-bottom:0px;
}


.midashi_box {
	width: 500px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}

.midashi_style1 {
	border-bottom: 1px dotted #333;
	line-height: 2;
	font-size: 1.3em;
	color: #F00;
	padding-left: 10px;
	text-align: left;
	margin-bottom: 0px;
}

.midashi_style2 {
	background-color: #F00;
	color: #FFF;
	line-height: 1.5;
	font-size: 1.2em;
	padding-left: 10px;
/*	margin-bottom: 10px;*/
}

.text_box0 {
	width: 960px;
	height: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}

.text_box1 {
	width: 600px;
	height: 270px;
	margin-bottom : 0px;
	margin-top: 20px;
	padding: 0px;
	float: left;
	text-align: left;
}

.text_box1 ul li {
	float: left;
}

.text_box1 ul li img {
	padding-top: 20px;
	padding-right: 20px;
}

.img_box1 {
	width: 360px;
	height:270px;
	margin-top: 20px;
	text-align: right;
	float: right;
}
.img_box1 img {
	padding-top: 10px;
}


.text_box2 {
	width: 600px;
	height: 250px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: right;
	text-align: left;
}

.img_box2 {
	width: 360px;
	height: 250px;
	margin-top: 0px;
	margin-bottom: 0px
	padding-top: 10px;
	text-align: left;
	float: left;
}

.img_box2 ul li {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.text_box3 {
	width: 960px;
	height: auto;
	margin-bottom : 10px;
	margin-top: 10px;
	padding: 0px;
	float: left;
	text-align: left;
}

.text_box3 img {
	padding-top: 10px;
	padding-right: 6px;
}

.text_box3 ul li {
	float: left;
}



.text_box4 {
	width: 960px;
	height: auto;
	margin-bottom : 10px;
	margin-top: 10px;
	text-align: left;
}


/*---------------------------*/
/* link_box設定*/
/*---------------------------*/

#link_box ul li {
	float: left;
	padding-right: 30px;
	margin-bottom: 10px;
}
	
#link_box2 ul li {
	float: left;
	padding-right: 30px;
	margin-top: 10px;
}
		
	
	