@charset "Shift_JIS";
/*
----------------------------------------------------
Author:www.coral.co.jp
Update:2009.11.24
---------------------------------------------------- */


/* クリア */
* {
	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: 165%;
}

h1 {
	color : blue;
	font-size:14px;
  font-weight : nomal;
}

h2 {
	color : #D42B51;
	font-size : 15px;
	line-height: 190%;
	padding-left: 5px;
	border-left-width : 3px;
	border-left-style: solid;
	border-left-color: #336699;
  font-weight : bold;
}

h3 {
	color : #D42B51;
	font-size : 15px;
	font-weight: bold;
  line-height : 190%;
  padding-left : 5px;
  border-left-width : 3px;
  border-left-color : orange;
  border-left-style : solid;
}

h4 {
	color:#333333;
	font-size:100%;
}

h5 {
	color:#333333;
	font-size:100%;
}

h6 {
	color:#333333;
	font-size:100%;
}

address {
	font-size: 10px;
	font-style: normal;
	color: #666666;
}

.text_red {
	color: #D42B51;
}

.text_blue {
	color: #0066CC;
}

.text8 {
	font-size : 8px;
}

.text10 {
	font-size: 10px;
	line-height: 165%;
}

.text10_red {
	font-size: 10px;
	color: #D42B51;
	line-height: 165%;
}

.text12_red {
	font-size : 12px;
	color: #D42B51;
	font-weight: bold;
}

.text12_blue {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}

.text10_white {
	font-size: 10px;
	line-height: 165%;
	color: #FCFCFC;
}

.text12_white {
	font-size: 12px;
	font-weight: bold;
	color: #FCFCFC;
}

.text10_brown {
	font-size: 10px;
	color: #663300;
	line-height: 165%;
}

.text12_brown {
	font-size: 12px;
	color: #663300;
}

.text14_blue {
  font-size : 14px;
  color : blue;
}

.text16_red{
  font-size : 16px;
  font-weight : bold;
  color: #D42B51;
}

.text18_blue{
  font-size : 18px;
  font-weight : bold;
  color : #0066cc;
}

.text20_red{
  font-size : 20px;
  color : red;
  font-weight : bold;
}

.text_bold {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #444444;
}

.text_bold_white_center {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FCFCFC;
	text-align: center;
}

img {
border-style:none;
}

.mannaka {
text-align: center;
}

.infotext {
width: 360px;
}

.hidari {
text-align: left;
}


/* サイトマップ */
.sm_level1 {
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #6699CC;
	margin-top: 15px;
	margin-bottom: 15px;
}

.sm_level2 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #97C9EE;
	margin-left: 20px;
	padding-left: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.sm_level3 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ACD7FF;
	margin-left: 40px;
	padding-left: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.sm_level4{
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ACD7FF;
	margin-left: 60px;
	padding-left: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* リンク設定 */
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;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: none;
	letter-spacing: 0px;
}

li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
}

li#menulast {
	border-right: none;
}

/* 画像 */

.images1 {
	padding-bottom: 10px;
}

.image_left {
	float: left;
	margin-right: 10px;
}


.image_clear {
	clear: both;
}

.image_u10r10 {
	padding-right: 10px;
	padding-bottom: 10px;
}


/* テーブル */
table {
	margin-top: 10px;
}

th {
	text-align: left;
	padding-bottom: 5px;
	vertical-align: top;
	background-color: #CEE8FF;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 2px;
}

td {
	text-align: left;
	padding-bottom: 5px;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 2px;
}

.table_nomal {
	margin-top: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.table_nomal td {
	margin-top: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.table_kakaku {
	border: 2px solid #999999;	
	border-collapse:collapse;
	
}

.td_kakaku {
	padding: 4px;	
	border: 1px dotted #999999;
}

.table_didegi {
	border: 1px solid #CCCCCC;	
	border-collapse:collapse;
	padding: 5px;
	
}

.table_mokuteki {
	border: 2px solid #D42B51;
	border-collapse:collapse;
	width: 540px;
	
}
	
.table_comp {
	border: 1px solid #CCCCCC;	
	border-collapse:collapse;
	
}

.table_comp td, th{
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	padding: 5px;
	
}
	
	
/* ベースセンター */
#box {
	width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #DDDDDD;
}

#header {
	width: 1000px;
}

#header_left {
	float: left;
	width: 200px;
	text-align: right;
}

#header_right {
	float: right;
	width: 700px;
	margin-top: 5px;
}

#menu {
	width: 1000px;
	clear: both;
	text-align: center;
}

#flash {
	width: 1000px;
}

#main {
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#main_left {
	float: left;
	width: 180px;
}

#main_center {
	float: left;
	width: 360px;
	margin-left: 30px;
}

#main_right {
	float: right;
	width: 360px;
}

#footer {
	text-align: center;
	width: 1000px;
	clear: both;
}


/* レベル2用 */

#main_center_2 {
	float: left;
	width: 540px;
	margin-left: 30px;
}

#main_right_2 {
	float: right;
	width: 180px;
}

#main_right_3 {
	float: right;
	width: 750px;
}


/* メイン左で使用する枠 */

.waku_blue {
	width: 160px;
	border: 5px solid #6699CC;
	padding: 5px;
	margin-bottom: 10px;
}

.waku_purple {
	width: 160px;
	border: 5px solid #6666CC;
	padding: 5px;
	margin-bottom: 10px;
}

.waku_green {
	width: 160px;
	border: 5px solid #339999;
	padding: 5px;
	margin-bottom: 10px;
}


/* トップイメージのスライドショー */
#myslides {
	width: 1000px;
	height: 190px;
    padding: 0;  
    margin:  0 auto;  
} 
 
#myslides img {
	  
	width: 1000px;
	height: 190px;
    top:  0; 
    left: 0 
;
}

#myslides2 {
	width: 160px;
	height: 66px;
    padding: 0;  
    margin:  0 auto;  
} 
 
#myslides2 img {
	  
	width: 160px;
	height: 66px;
    top:  0; 
    left: 0;
}

#myslides3 {
	width: 360px;
	height: 30px;
    padding: 0;
    margin:  0 auto;
} 

#myslides3 img {
	width: 360px;
	height: 30px;
    top:  0 ;
    left: 0 ;
}
