@charset "utf-8";
* {
	margin: 0;
	padding: 0
}
html {
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 100%;
	line-height: 1.5;
	
	/*background: url("../img/960_grid_12_col.png") repeat-y top center */
}
a { 
	color: black;
	font-weight: bold;
	text-decoration: none 
}
a:hover {
	color: #6c78ff;
	font-weight: bold;
	text-decoration: underline
}
ul, ol { list-style: none }
img { vertical-align: middle }


/* ↓↓文字サイズ指定 始まり↓↓ */
/*h1,h2,h3,h4,h5,h6 { margin-bottom: 0 }*/
h1 {
	font-size: 22px;
	line-height: 1.5		/* 36px */
}
h2 {
	font-size: 18px;
	line-height: 1.333		/* 24px */
}
h3 {
	font-size: 16px;
	line-height: 1.5		/* 24px */
}
h4 {
	font-size: 16px;
	line-height: 1.5
}
hgroup h2, h5, h6 {
	font-size: 16px;
	line-height: 1.5	/* 24px */
}
p, li, a { 
	font-size: 15px;
	line-height: 1.6
}
small, sub, sup { font-size: .78em }

/* ↑↑文字サイズ指定 終わり↑↑ */


/* ↓↓ 共通色設定 始まり↓↓ */
/* ↓↓ スクリプトダウンロードボタン設定 始め↓↓ */
#download {
	margin-bottom: 30px;
}
#download a {
	background-color:#3d9ecb;
}
#download a:hover {
	background-color:#1781b2;
}
/* ↑↑ スクリプトダウンロードボタン設定 終わり↑↑ */
/* ↓↓ コラムを見るボタン設定 始め↓↓ */
#goto_column a {
	background-color:#e49343;
}
#goto_column a:hover {
	background-color:#e57e16;
}
/* ↑↑ コラムを見るボタン設定 終わり↑↑ */

/* ↑↑ 共通色設定 終わり↑↑ */


/* ↓↓ サイトヘッダー 始まり↓↓ */
.site_header {
	width: 100%;
	height: auto;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-bottom: 5px;
	background-color: #222222
}


.site_header_content h1 {
	text-align: center;
	margin: 0;
	padding: 5px 0 0 0;
	color: #eeeeee
}


.site_header_content h2 {
	text-align: center;
	padding: 2px 0 0 0;
	color: #eeeeee;
	font-size: 0.9em;
	font-weight: 100
}

.site_header_content h1 span {
	color: #ff5555
}
/* ↑↑ サイトヘッダー 終わり↑↑ */

/* ↓↓ ページヘッダー 始まり↓↓ */
.page_header h1 { padding-bottom: 8px }
.page_header h2 {
	line-height: 1.6;
}
/* ↑↑ ページヘッダー 終わり↑↑ */

/* ↓↓ナビ 始まり↓↓ */
#menubtn {
		display: block;
		text-align: center;
		width: 100%;
		height: auto;
		padding-top: 10px;
		padding-bottom: 2px;
		color: #222222;
		
		background-color: rgb(215,215,215);
		/* old Fx 3.6 -> 15 */
		background: -moz-linear-gradient(top, rgb(240,240,240) 0%, rgb(215,215,215) 70%, rgb(225,225,225) 100%);
		/* Chrome, Safari4+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(240,240,240)), color-stop(70%, rgb(215,215,215)), color-stop(100%, rgb(225,225,225)));
		/* Chrome10+, Safari5.1+ */
		background: -webkit-linear-gradient(top, rgb(240,240,240) 0%, rgb(215,215,215) 70%, rgb(225,225,225) 100%);
		/* old Opera (11.1 to 12.0) */
		background: -o-linear-gradient(top, rgb(240,240,240) 0%, rgb(215,215,215) 70%, rgb(225,225,225) 100%);
		/* W3C */
		background: linear-gradient( to bottom, rgb(240,240,240) 0%, rgb(215,215,215) 70%, rgb(225,225,225) 100%);
	}
#menubtn:hover {
	background-color: rgb(235,235,235)
}


#menu { display: none }
nav {
	background-color: rgb(215,215,215);
		/* old Fx 3.6 -> 15 */
		background: -moz-linear-gradient(top, rgb(240,240,240) 0%, rgb(215,215,215) 70%, rgb(225,225,225) 100%);
		/* Chrome, Safari4+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(240,240,240)), color-stop(70%, rgb(215,215,215)), color-stop(100%, rgb(225,225,225)));
		/* Chrome10+, Safari5.1+ */
		background: -webkit-linear-gradient(top, rgb(240,240,240) 0%, rgb(215,215,215) 70%, rgb(225,225,225) 100%);
		/* old Opera (11.1 to 12.0) */
		background: -o-linear-gradient(top, rgb(240,240,240) 0%, rgb(215,215,215) 70%, rgb(225,225,225) 100%);
		/* W3C */
		background: linear-gradient( to bottom, rgb(240,240,240) 0%, rgb(215,215,215) 70%, rgb(225,225,225) 100%);
}

nav ul {
	list-style: none
}
nav ul li {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cfcfcf;
	border-left: 0;
	border-right: 0;
		
}
nav ul li a {
	text-align: center;
	display: block;
	padding: 8px 0;
	color: #444444;
	font-size: 14px;
	text-decoration: none;
	
}

nav ul li a.active {
		color: #eeeeee;
		
		background-color: rgb(95,95,95);
		/* old Fx 3.6 -> 15 */
		background: -moz-linear-gradient(top, rgba(0,70,128,1) 0%, rgba(24,94,152,1) 100%);
		/* Chrome, Safari4+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,70,128,1)), color-stop(100%, rgba(24,94,152,1)));
		/* Chrome10+, Safari5.1+ */
		background: -webkit-linear-gradient(top, rgba(0,70,128,1) 0%, rgba(24,94,152,1) 100%);
		/* old Opera (11.1 to 12.0) */
		background: -o-linear-gradient(top, rgba(0,70,128,1) 0%, rgba(24,94,152,1) 100%);
		/* W3C */
		background: linear-gradient( to bottom, rgba(0,70,128,1) 0%,rgba(24,94,152,1)100%);
	}
	
nav ul li a:not(.active):hover { 
		color: #444444;
		background-color: rgb(235,235,235);
	}

.stripe {
	width: auto;
	height: 5px;
	margin-bottom: 10px;
	background-color: rgba(24,94,152,1);
	box-shadow: 0px 1px 1px 1px rgb(180,180,180)
}
/* ↑↑ナビ 終わり↑↑ */


/* ↓↓ パンくずリスト 始まり ↓↓ */
.bread { margin-bottom: 10px }
.bread ol {
	list-style: none;
}
.bread li a {
	display: inline-block;
	padding: 8px 5px;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none
}

.bread li a:hover { background-color: #e0e0e0 }

.bread ol:after {
	content: "";
	display: block;
	clear: both
}
.bread li {
	float: left;
	width: auto
}
.bread li:after {
	content: '\003e';
	margin-left: 5px;
	margin-right: 5px;
	color: #888888
}
/* ↑↑ パンくずリスト 終わり↑↑ */



/* ↓↓ ページヘッダー 始まり ↓↓ */

.page_header {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	color: white;
	background: #32489e; /* Old browsers */
	background: -moz-linear-gradient(top,  #32489e 0%, #0d1151 60%, #071747 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #32489e 0%,#0d1151 60%,#071747 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #32489e 0%,#0d1151 60%,#071747 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32489e', endColorstr='#071747',GradientType=0 ); /* IE6-9 */
	
	margin-bottom: 30px;

}
.page_header_title {
	text-align: center
}
.page_header_summary {
	text-align: center;
	padding: 0 14px;
	font-weight: 100
}
/* ↑↑ ページヘッダー 終わり↑↑ */

/* ↓↓ コンテンツ 始まり↓↓ */
#contents {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0
}
/* ↑↑ コンテンツ 終わり↑↑ */

/* ↓↓ フッター 始まり↓↓ */
footer {
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 20px 0;
	background-color: #4d956b
}
/* ↑↑ フッター 終わり↑↑ */

/* ここに360~479pxのCSSを記述 */

@media (min-width : 480px) {
	/* ↓↓ナビ 始まり↓↓ */
	#menubtn { display: none }
	
	#menu { 
		display: block !important ;
	}
	nav ul {
		margin-left: 10px;
		margin-right: 10px;
		width: auto
	}
	
	nav ul li {
		width: 20%;
		float: left;
		border-top: 0;
		border-bottom: 0;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #cfcfcf;
		
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	
	nav ul:after {
		content: "";
		display: block;
		clear: both
	}
	/* ↑↑ナビ 終わり↑↑ */
	
	
}


/* ここに768~979pxのCSSを記述 */
@media (min-width : 768px) {
	/* ↓↓ ページヘッダー 始まり ↓↓ */

.page_header:after {
	content: "";
	display: block;
	clear: both
}

.page_header_title {
	float: left;
	padding: 0 0 0 20px;
	text-align: left;
	width: auto
}
.page_header_summary {
	float: right;
	padding: 0 20px 0 0;
	text-align: right;
	width: auto
}
/* ↑↑ ページヘッダー 終わり↑↑ */
	
}

/* ここに1024px以上のCSSを記述 */
@media (min-width : 980px) {
	nav ul {
		width: 940px;
		margin: 0 auto
	}
	#contents {
		width: 940px;
		margin: 0 auto
	}
	
	/* ↓↓ サイトヘッダー 始まり↓↓ */
	.site_header_content {
		width: 940px;
		margin: 0 auto
	}
	
	.site_header_content:after {
		content: "";
		display: block;
		clear: both
	}
	
	.site_header_main {
		float: left;
		padding: 12px 0 10px 10px;
	}
	
	.site_header_sub {
		float: right;
		padding: 28px 10px 0 0;
	}
	
	.site_header_main:after {
		content: "";
		display: block;
		clear: both
	}
	.site_header_main h1 {
		float: left;
		padding-left: 5px
	}
	/* ↑↑ サイトヘッダー 終わり↑↑ */
	/* ↓↓ フッター 始まり↓↓ */
	footer {
		width: 940px;
		margin: 0 auto
	}
/* ↑↑ フッター 終わり↑↑ */

}
/* ↑↑メディアクエリー 終わり↑↑ */

