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


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

/* 全体基本設定 */
body {
	margin: 0;
	padding: 0;
	color: #666666;
	text-align:center;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(images/back_flowers.gif);
	background-repeat: repeat;
} 

p {
	line-height: 165%;
}

/*セカンドメニュー設定*/
ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
} 

li {
	display: block;
	width: 220px;
	margin-bottom: 3px;
	margin-top: 3px;
} 

li a {
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: -220px 0px;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 10px;
} 

li a:hover {
	color: #FF0000;
}

li a span {
	width: 160px;
	display: block;
}



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


/* メニュー設定 */
.menu {
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
} 

.menu a {
	text-decoration: none;
}

.menu a:link {
	color: #0069A9;
}

.menu a:visited {
	color: #6666CC;
}

.menu a:hover {
	color: #FF0000;
}

.menu a:active {
	text-decoration: none;
}

.menu #menulast {
	border-right: none;
}



/* 文字設定 */
h1 {
	color:#00469D;
	font-size:100%;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0071FF;
	padding-left: 5px;
	margin-bottom: 10px;
}

h2 {
	color:#404040;
	font-size:100%;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

h3 {
	color:#FF0000;
	font-size:100%;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF0000;
}

h4 {
	color:#00469D;
	font-size:14px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00469D;
}

h5 {
	color:#404040;
	font-size:100%;
}

h6 {
	color:#404040;
	font-size:100%;
}

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

.text10 {
	font-size: 10px;
}

.text14 {
	font-size: 14px;
}

.text10_red {
	font-size: 10px;
	color: #D42B51;
}

.text12_red {
	font-size: 12px;
	color: #D42B51;
}

.text14_red {
	font-size: 14px;
	color: #D42B51;
}

.text10_blue {
	font-size: 10px;
	color: #0066CC;
}

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

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

.text10_white {
	font-size: 10px;
	color: #FFFFFF;
}

.text12_white {
	font-size: 12px;
	color: #FFFFFF;
}

.text10_brown {
	font-size: 10px;
	color: #663300;
}

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

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

.text12_orange {
	font-size: 12px;
	color: #FF9900;
}

.text14_orange {
	font-size: 14px;
	color: #FF9900;
}


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


/* 画像 */
.img_t10 {
	padding-top: 5px;
}

.img_b10 {
	padding-bottom: 10px;
}

.img_bt10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.img_left {
	float: left;
	padding-right: 15px;
}

.img_right {
	float: right;
	padding-left: 15px;
}

/* 定義リスト */
dl {
 border:1px solid #D7D7D7;
 width:300px;
}
dt {
	float:left;
	width:100px;
	clear:both;
	font-weight:bold;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 10px;
}
dd {
	width:200px;
	margin-left:100px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7D7D7;
}


/* ベースセンター */
#box {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	border: 1px solid #FEDD6C;
	background-color: #FFFFFF;
}

#header {
	width: 770px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	padding-top: 5px;
}


#main {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#main_top {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#main_bottom {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#main_left {
	float: left;
	width: 300px;
}


#main_right {
	float: right;
	width: 450px;
}


#footer {
	text-align: center;
	width: 770px;
	clear: both;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 10px;
}

#box_2 {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	border: 1px solid #FEDD6C;
}



/* イメージのスライドショー */
#myslides {
	width: 760px;
	height: 390px;
    padding: 0;  
    margin:  0 auto;  
} 
 
#myslides img {  
    width: 760px;
    height: 390px;
    top:  0; 
    left: 0 
}

