
/* ----- BODY設定 ----- */
body {
	margin:12px;
	padding:0;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	color:#5b6768;
	background-image: url(../pic/bg.gif);
}

#wrap {
	background:#ffffff;
	margin:0 auto;
	width:1000px;
}

/*----- ヘッダー -----*/

#header {
	height:360px;
	margin:0 auto;
}
.head {
	width:1000px;
	height:380px;
	margin:0 auto;	
}

a {
	color:#743b1d;
}

}

a:hover {
	color:#ed5201;
}

h1 {
	font-size:36px;
	color:#0ff5f5;
	margin:0;
	padding:140px 0;
	font-family: sans-serif;
	text-shadow:  4px 4px 4px #005e88;
	text-align: center;
}

.image {	
	background-position:center;
	height:380px;
	background-image: url("../pic/headimg.png");
	background-repeat: no-repeat;
}

/*----- ライン -----*/
	
#border {
	width:1000px;
	height:25px;
	margin:0;
	background:#30dded;
}

h2{
	font-size:13px;
	color:#fff;
	margin:0;
	padding:0 10px 0 0;
	text-align: right;
}

h2 a {
	color:#fff;
	text-decoration:none;
}

h2 a:hover {
	color:#005e88;
}

/*----- メインテキスト -----*/

#text {
	float:left;
	margin:	20px 0 10px 3px;
	width:555px;
	line-height:165%
}

#text a {
	color:#01b3c2;
	text-decoration:none;
}

#text a:hover {
	color:#015076;
}

#text p{
	margin:10px -20px 0 2px;
	line-height:165%;
	font-size:15px;
	}

/*----- サイドメニュー -----*/

#menu {
	float:left;
	margin:25px 0 0 -1px;
	width:400px;
	height:500px;
}

#menu ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	height:600px; 
}

#menu li{ 
	display: inline; 
	padding: 0; 
	margin: 0; 
	line-height:16px;
	vertical-align:middle;
}
	
#menu a{
	display: block; 
	width: 390px;
	height:42px;
	margin: 1px;
	border-bottom: 2px dotted #1dcad9;
	background-color: #fff;
	text-decoration: none;
	color: #24caec;
	padding:26px 0 0 44px;
	width: 330px;
	margin:5px;
	font-size: 16px;
	font-weight:bold;
	text-shadow:  1px 1px 1px #0b5a76;
}

#menu li a:hover{
	background: url(../pic/flower.png) no-repeat left center;
	background-color: #fff;
	color:#3080ed;
	text-shadow:  1px 1px 1px #04192e;
	border-bottom: 2px dotted #1366d7;
}

/*----- フッター部分 -----*/

#footer {
	clear:both;
	width:1000px;
	height:25px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background:#5fe5f1;
	margin:0 0 50px 0; 
}

footer p {
	font-size:13px;
	}
	