@charset "utf-8";



/* ----------------------------------------------------------------------------------------------------

	リセット

---------------------------------------------------------------------------------------------------- */
body,div,
ul,ol,li,
h1,h2,h3,
p {
	margin: 0;
	padding:0;
}
ul,ol,li {
	list-style: none;
}
img {
	border:0;
	vertical-align: text-bottom;
}
h1,h2,h3 {
	font-weight:normal;
}





/* ----------------------------------------------------------------------------------------------------

	全ページ共有デザイン

---------------------------------------------------------------------------------------------------- */
body {
	color: #000;
	background: #D2D3D8;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.4em;
	text-align: center;
	word-wrap: break-word;
}
a		{	color: #617222;}
a:hover {	text-decoration: none;}



#header,
#contents,
#footer {
	width: 100%;
	clear:both;
}
.inner {
	width: 930px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}



/* ヘッダー */
#header {
	height: 120px;
}



/* グローバルナビ */
#gnav {
	float: right;
	width: 600px;
	margin-top: 30px;
}
#gnav li {
	width: 150px;
	float: left;
}



/* コンテンツ */
#contents {
	background: #F1F1F1 url(../images/whiteblack.jpg) repeat;
	padding-top: 30px;
	border: 1px solid #EEE;
	border-left: 0;
	border-right: 0;
}
.box-960 {
	width: 960px;
}



/* フッター */
#footer {
	padding: 20px 0;
}
#footer .logo_s {
	float: left;
}
#footer .nav {
	float: right;
	margin-top: 15px;
}





/* ----------------------------------------------------------------------------------------------------

	全ページ共有テキスト装飾

---------------------------------------------------------------------------------------------------- */
h1 {
	width: 300px;
	float: left;
}





/* ----------------------------------------------------------------------------------------------------

	HOME

---------------------------------------------------------------------------------------------------- */
.box_LL,
.box_L,
.box_S,
.box_CSS3 {
	float: left;
	margin-right: 30px;
}
.box_LL,
.box_L,
.box_S {
	margin-bottom: 25px;
	padding-bottom: 5px;
}
.box_CSS3 {
	margin-bottom: 30px;
}
.box_S img,
.box_CSS3 img {
	width: 190px;
}
.box_inner {
	background: #FFF;
	padding: 10px;
	min-height: 190px;
}
		/* もっと大きいボックスで、ボックスの影を画像で制作したもの */
		.box_LL {
			width: 930px;
			background: url(../images/box_footer_L.png) no-repeat bottom center;
		}

		/* 大きいボックスで、ボックスの影を画像で制作したもの */
		.box_L {
			width: 450px;
			background: url(../images/box_footer_L.png) no-repeat bottom center;
		}

		/* 小さいボックスで、ボックスの影を画像で制作したもの */		
		.box_S {
			width: 210px;
			background: url(../images/box_footer_S.png) no-repeat bottom center;
		}

		/* 大きいボックスで、ボックスの影をCSS3で制作したもの */		
		.box_CSS3 {
			width: 210px;
			box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
		}

		a:hover .box_inner {
			background: url(../images/bg_grid_red.gif) repeat;
		}




/* インフォメーション（お知らせ） */
.info {
	height: 150px;
	overflow: auto;
	font-size: small;
}
		.info li a {
			color: #000;
			text-decoration: none;
		}

		.info li a span  {
			color: #FFF;
			background: #ee1a8b;
			padding: 0 5px;
			margin-right: 5px;
		}




