@charset "UTF-8";
/* CSS Document */

/*	body
------------------------------*/

body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color:#eee;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a {
	text-decoration: none;
	color: #06F;
}

a:link, a:visited {
	color: #06F;
}

a:hover {
	color: #3CF;
}

/*	フォント設定
------------------------------*/

header {
	text-align:center;
	padding:20px;
	background:#85A522;
	background: -moz-linear-gradient(top, #85A522, #5E7713);
	background: -webkit-linear-gradient(top, #85A522, #5E7713);
	background: linear-gradient(#85A522, #5E7713);
	color: #000;
}

h2 {
	font-size: 100%;
	font-style: inherit;
}

header h3 {
	font-size: 100%;
	margin:5px;
	padding:0px;
	filter: dropshadow(color=#333333,offX=0,offY=5);
	-webkit-border-radius: 0px 0px 30px 30px / 0px 0px 30px 30px;
	-moz-border-radius: 0px 0px 30px 30px / 0px 0px 30px 30px;
	border-radius: 0px 0px 30px 30px / 0px 0px 30px 30px;
}

h4{
	margin:2px 0;
	padding:4px;
	color: #FFF;
	background-color: #234faf;
}

h4.other{
	margin:2px 0;
	padding:4px;
	color: #FFF;
	background-color: #E7292D;
}



/* Wrapper / Containerの設定
------------------------------*/

#wrapper {
	width: 100%;
}

.container1 { 
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/*	ヘッダ
------------------------------*/

#header {
	background-image:url(../img/bg_img.png);
	background-color: #39F;
	color: #222;
	font-size: 120%;
	height: 200px;
}

#header_logo {
	background-image:url(../img/title_img.png);
	width: 940px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

/*	グローバルナビゲーション
------------------------------*/

#globalNavi {
	background-color: #e7fffc;
	height: 28px;
}

#globalNavi ul {
	margin: 0;
    padding: 0;
    list-style: none;
}

#globalNavi ul li {
    float:right;
    border-right:1px solid #fff;
	width: 120px;
}

#globalNavi ul li a {
    display: block;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    text-decoration: none;
	line-height: 2.3;
	font-size: 75%;
}

#globalNavi ul li a:link,
#globalNavi ul li a:visited {
    background-color: #222;
}

#globalNavi ul li a:hover {
    color: #222;
	background-image:url(../img/bg_stripe_navi.png);
}

/*	ページタイトル
------------------------------*/

#pageTitle {
	background-image:url(../img/bg_stripe.png);
	width: 100%;
	margin-bottom: 20px;
	background-color: #39F;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*	フッタ
------------------------------*/

#footer {
	margin-top: 60px;
	background-color: #222;
	color: #fff;
	font-size: 75%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

#footer a {
	text-decoration: none;
}

#footer a:link, a:visited {
	color: #3CF;
}

#footer a:hover {
	color: #FFF;
}
	

/*	回りこみをクリア
------------------------------*/

.clearfloat {
	clear:both;
    height:0;
}