@charset utf-8;

/*
================
Content Body
================
*/

body{
	font-family: "ＭＳ　Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	color: #ffffff;
	text-align: center;
	font-size: 100%;
	background-color:#666666;
}

*{
	margin: 0px;
	padding: 0px;
}

/*リンクの設定*/
/*
a:link{
	color: #E72F79;
    text-decoration: underline;
}
a:visited{
	color: #E72F79;
    text-decoration: underline;
}
a:hover{
	color: #FA63BD;
    text-decoration: underline;
}
a:active{
	color: #FA63BD;
    text-decoration: underline;
}
*/
a:link,a:visited { text-decoration: underline }
a:link { color: #E72F79 }
a:visited { color: #FA63BD }
a:hover { color: #FA63BD; text-decoration: none }
.section a:link { color: navy }
.section a:visited { color: maroon }
.section a:hover { color: #ccf }

strong{
	background-color:#E72F79;
	font-size: 140%;
}
/*firefox リンク線*/
/*win*/
:focus{
    -moz-outline-style: none;
}

/*Mac*/
a{
    outline: none;
}

/*imgボーダー非表示*/
img{
	margin: 0px;
	padding: 0px;
    border: 0px;
}

/*テーブル設定*/
table,th,td{
    
}

/*フォントスタイルをノーマルに*/
address,em{
    font-style: normal;
}

/*コンテンツ詳細*/
.detailslink{
	text-align: right;
	line-height: 20px;
	padding-right: 10px;
}

p.imgstyle{
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size:0px;
}

/*===========
Main
===========*/

#main_box {
	text-align: left;
	width: 1024px;
	margin: 0 auto;
	display: block;
	background-image: url(back.gif);
	}

/*===========
Header
===========*/

#header {
	width: 1024px;
	height: 80px;
	}

#header img {
	float: left;
	}

#header p {
	color: #787878;
	line-height: 120%;
	background-color: inherit;
	float: right;
	margin: 0;
	padding-top: 16px;
	}

#header h2 {
	color: #ffffff;
	font-size: 100%;
	font-weight: normal;
	line-height: 120%;
	background-color: inherit;
	margin: 0;
	padding-top: 16px;
	float: right;
	}

#header_swf {
	width: 800px;
	height: 155px;
	clear: both;
	}

#header_menu {
	width: 800px;
	margin: 5px 0px;
	float: left;
	}

#header_bar {
	width: 780px;
	color: inherit;
	margin: 0px;
	padding: 3px 10px;
	background-color: #f5f5f5;
	border-top: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;
	}

#header_bar p {
	color: #3c2d2d;
	font-size: 12px;
	line-height: 110%;
	background-color: inherit;
	}

#content_box_wide {
	width: 1024px;
	height: 450px;
	}

.content_box_text {
	width: 750px;
	margin: 10px 20px;
	}

.content_box_text p{
	color: #333333;
	font-size: 14px;
	line-height: 200%;
	}

.content_box_text a{
    text-decoration: underline;
	}

#content_box_left {
	width: 220px;
	overflow: hidden;
	float: left;
	padding: 5px 0px 40px 50px;
	display: block;
	}

#content_box_left p{
	line-height: 160%;
	padding: 0px 10px;
}

#contact_box_prof {
	color: inherit;
	background-color: #f2f2f0;
	padding: 0px;
	margin: 0px;
	border: 1px solid #d5d5d5;
	}

#contact_box_banner {
	color: inherit;
	padding: 10px 0px;
	margin: 0px;
	}

#content_box {
	width: 924px;
	overflow: hidden;
	float: right;
	padding: 5px 50px 20px 50px;
	display: block;
	}

#content_box h2 {
	color: #FFFF00;
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	background-color: inherit;
	vertical-align: middle;
	margin: 10px 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	}

#content_box h3{
	font-size: 100%;
	font-weight: bold;
    color: #E72F79;
	border: 1px solid #E72F79;
	line-height: 160%;
	padding: 5px;
}

#content_box h4{
	font-size: 100%;
	font-weight: bold;
	line-height: 160%;
	border-bottom: 1px solid;
	padding: 5px;
}

#content_box p{
	line-height: 160%;
	padding: 0px 5px;
}

.content_sub{
	float: right;
	width: 924px;
}

.content_sub_right{
	float: right;
	width: 700px;
}

.content_sub_left{
	float: left;
	width: 224px;
	text-align: center;
	padding: 30px 0px;
}

.content_sub_text{
	float: right;
}

.content_top{
	float: right;
	width: 924px;
}

.content_top_right{
	float: right;
	width: 354px;
	padding: 30px 5px;
}

.content_top_left{
	float: left;
	width: 550px;
	padding: 30px 0px;
}

.content_top_text{
	float: right;
}

#content_box_detail {
	width: 824px;
	overflow: hidden;
	float: right;
	padding: 100px 50px 20px 150px;
	display: block;
	}

#content_box_detail table {
	border-collapse:collapse;
	border:1px solid #FFFFFF;
	font-size: 90%;
	width: 724px;
	}

#content_box_detail td {
	border-collapse:collapse;
	border:1px solid #FFFFFF;
	padding:5px;
	}

#content_box_detail h2 {
	color: #FFFF00;
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	background-color: inherit;
	vertical-align: middle;
	margin: 10px 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	}

#content_box_detail h3{
	font-size: 100%;
	font-weight: bold;
    color: #E72F79;
	border-bottom: 1px solid #E72F79;
	line-height: 160%;
	padding: 5px;
}

#content_box_detail h4{
	font-size: 100%;
	font-weight: bold;
	line-height: 160%;
	border-bottom: 1px solid;
	padding: 5px;
}

#content_box_detail p{
	line-height: 160%;
	padding: 0px 5px;
}

#content_box_details img{
	padding: 5px 10px;
}

#content_box_details img{
	padding: 5px 10px;
}

.content_detail{
	float: right;
	width: 924px;
}

.content_detail_right{
	float: right;
	width: 800px;
}

.content_detail_left{
	float: left;
	width: 124px;
}

.content_detail_text{
	float: right;
}

.content_detail_right_p{
	float: right;
	width: 400px;
}

.content_detail_left_p{
	float: left;
	width: 400px;
}


#footer_link {
	color: white;
	background-image: url(back.gif);
	width: 924px;
	overflow: hidden;
	clear: both;
	margin-top: 0;
	padding: 0px 50px;
	}
#footer_link A {
	text-decoration: underline;
	background-color: inherit;
	text-decoration: none;
	}

#footer_link A:hover {
	line-height: inherit;
	background-color: inherit;
	text-decoration: underline;
	}

#footer_link p {
	color: white;
	font-size: 12px;
	line-height: 110%;
	background-color: inherit;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#footer_copy {
	color: inherit;
	background-image: url(back.gif);
	width: 1024px;
	overflow: hidden;
	}

#footer_copy p {
	color: white;
	font-size: 10px;
	line-height: 110%;
	background-color: inherit;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 5px;
	}
