@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;
}

p {
	color: #333;
}

strong {
	color: #F00;
}

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

/*body {
	font-size: small;
	color: #333;
	text-align: center;
	background-image: url(../img/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: 30px;
	padding: 0px;
	text-align: center;
}

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

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

#link_box2 {
	width: 960px;
	height:auto;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
}

#footer {
	width: 960px;
	height: 100px;
	text-align: center;
	clear: both;
}*/

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

/*#navi ul li {
	float: left;
}*/

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

/*#1st_box {
	width: 960px;
	height: 200px;
	margin-bottom: 30px;
	text-align: left;
}

.following_box {
	width: 960px;
	height: 250px;
	margin-top: 30px;
}

.midashi_box {
	width: 500px;
	margin: 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: 10px;
}

.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: 0px;
	padding: 0px;
	text-align: left;
}*/

.text_box0 img {
	float: right;
	clear: right;
}

.text_box0 p {
	float: left;
}

/*.text_box1 {
	width: 600px;
	height: auto;
	margin : 0px;
	padding: 0px;
	float: left;
	text-align: left;
}

.img_box1 {
	width: 360px;
	height:auto;
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: right;
}

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

.img_box2 {
	width: 360px;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
}

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

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

/*---------------------------*/
/* 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;
}
		*/