@charset "UTF-8";

/*---------------------------------------------

基本スタイルシート

---------------------------------------------*/

/* ▼全体 */

* html {font-family: 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', 'Osaka‐等幅', sans-serif, Verdana;}

body {background: #7ff6d0;}

p {
	color: #0b6651;
	line-height: 130%;
}

a {color: #3286d2;}

a:hover {
	color: #f00;
	text-decoration: underline;
}

input, textarea {font-size: 84%;}

#wrapper {text-align: center;}

.img {text-align: center;}

/* ▼ヘッダ */

#header_back {background: #fff url(../img/header_back.gif) top repeat-x;}

#header {
	width: 740px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	margin-left: 5px;
	padding-top: 2px;
	padding-bottom: 10px;
	font-size: 71%;
	font-weight: normal;
}

h1 a {color: #08483f;}

h1 a:hover {
	color: #08483f;
	text-decoration: underline;
}

#logo {
	width: 400px;
	height: 60px;
}

#white_back {background: #fff;}

/* ▼メニュー */

#menu {
	width: 740px;
	height:35px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/menu_back.gif) top no-repeat;
}

#menu ul {margin: 0 13px;}

#menu li {float: left;}

#menu li a {
	display: block;
	width: 102px;
	height: 24px;
	_height:30px; /* IE用ハック */
	padding-top: 6px;
	color: #fff;
	font-size: 96%;
	font-family: Verdana, 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', 'Osaka‐等幅', sans-serif;
	font-weight: bold;
	text-align: center;
	background: url(../img/menu_btn.gif) top right no-repeat;
}

#menu li a:hover {
	color: #d05c8e;
	text-decoration: none;
	background: url(../img/menu_btn.gif) bottom right no-repeat;
}

/* ▼フッター */

#footer_back {background: #fff url(../img/footer_back.gif) bottom repeat-x;}

#footer {
	width: 740px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}

p#seo {padding-top: 20px;}

p#seo a {color: #08483f;}

p#seo a:hover {
	color: #08483f;
	text-decoration: underline;
}

p#copyright {
	padding-top: 20px;
	color: #08483f;
	font-size: 90%;
	font-weight: bold;
}

/*---------------------------------------------

Font Size

32px 200～203
30px 188～190
28px 175～178
26px 163～165
24px 150～153
22px 138～140
20px 125～128
19px 119～121
18px 113～115
17px 107～109
16px 100～103
15px 94～96
14px 88～90
13px 82～84
12px 75～78
11px 69～71 *
10px 63～65 *

* IE6,7では，文字コードをUTF-8以外の日本語コードShift_JISやEUC-JPにするか，font-familyで最初に日本語フォントを指定しないと，日本語フォントが指定どおりの大きさにならない。

---------------------------------------------*/

