@charset "Shift_JIS";
/*
----------------------------------------------------
Author:www.coral.co.jp
Update:2008.3.21
---------------------------------------------------- */


/* クリア */
* {
margin: 0;
padding: 0;
font-size: 100%;
font-weight: normal;
}

/* 全体基本設定 */
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	background-color: #ffffff;
	text-align:center;
	line-height: 170%;
}

h1,h2,h3,h4,h5,h6 {
	color:#333333;
	font-size:100%;
}

address {
	font-size: 10px;
	font-style: normal;
	color: #666666;
	padding-top: 5px;
}

.text12_right { 
	color: #696969; 
	font-size: 12px; 
	line-height: 170%; 
	text-align: right; 
}

.text10 { 
	color: #696969; 
	font-size: 10px; 
	line-height: 160%; 
}

.text_red10 { 
	color: #DC143C; 
	font-size: 10px; 
	line-height: 160%; 
}

.text_red12 { 
	color: #DC143C; 
	font-size: 12px; 
	line-height: 160%; 
}

.text12_brown {
	font-size: 12px;
	color: #663300;
}

.text14_brown {
	font-size: 14px;
	color: #663300;
}

.text12_blue {
	font-size: 12px;
	color: #0066CC;
}

.text14_blue {
	font-size: 14px;
	color: #0066CC;
}



/* リンク設定 */
a {
	text-decoration: none;
}
a:link {
	color: #006699;
}
a:visited {
	color: #6666CC;
}
a:hover {
	text-decoration: underline; color: #FF0000;
}
a:active {
	text-decoration: none;
}

/* メニュー */
ul {
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	letter-spacing: 0px;
	background-color: #FFFFFF;
	margin-top: 12px;
}

li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 8px;
	padding-left: 8px;
}

li a:link {
	color: #4682b4;
}

li a:visited {
	color: #666666;
}

li a:hover {
	color:#f90;
}

li#menulast {
	border-right: none;
}

/* CORAL設定 */
.coral {
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
.coral a {
	color: #666666;
}
.coral a:link {
	color: #666666;
}
.coral a:hover {
	text-decoration: underline; color: #666666;
}



/* ベースセンター */
#box {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(images/box_line.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#header {
	background-color: #FFFFFF;
	width: 900px;
	height: auto;
}

#menu {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	height: 45px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}


#main {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: none;
}

#main_left {
	width: 415px;
	text-align: left;
	float: left;
}

#main_right {
	float: right;
	width: 415px;
	clear: none;
}

#main_right_top {
	float: right;
	width: 415px;
	text-align: left;
	background-color: #FFFFFF;
}

#main_right_bottom {
	width: 415px;
	text-align: left;
	float: right;
	clear: none;
}

#main_right_bottom_left {
	float: left;
	width: 193px;
	text-align: left;
}

#main_right_bottom_right {
	float: right;
	width: 192px;
	text-align: left;
}

#footer {
	text-align: center;
	width: 900px;
	clear: both;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/* lever2 以降　ベースセンター */

#box2 {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(images/box2_line.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	clear: none;
}

#main2 {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	float: none;
}


#main_right2 {
	float: right;
	width: 415px;
	clear: none;
}


#main_left2 {
	width: 415px;
	text-align: left;
	float: left;
}

/* lever3 以降　ベースセンター */


#box3 {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#main3 {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	float: none;
}

#main_top{
	text-align: center;
	float: none;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}


#main_bottom{
	width: 840px;
	float: none;
	clear: none;
	margin-right: auto;
	margin-left: auto;
}


#main_bottom_right{
	float: right;
	width: 415px;
}


#main_bottom_left{
	float: left;
	width: 415px;
}


/* トップイメージのスライドショー */
#myslides {
	width: 400px;
	height: 456px;
	padding: 0;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
 
#myslides img {  
	width: 400px;
	height: 456px;
    top:  0; 
    left: 0 
}


