@charset "EUC-JP";

/*全体*/

* {
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border: 0;
	vertical-align: bottom;
}

.clearfix:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}  
.clearfix { display: inline-table; }  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */

/*/全体*/


/*共通*/

body {
	font-size:16px;
	color: #333;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
/*	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;*/
	background-color: #e7ebee;
	-webkit-text-size-adjust: 100%;
	background-image:url(../images2/body_bg.png);
}

input,
textarea,
select {
	font-size: 18px;
	padding:5px;
	border-color:#999;
	-webkit-appearance: none;
}

/*/共通*/


/*ヘッダ */

#wrapper {
	width:1000px; 
	margin:0 auto; 
	background-color:#fff; 
	box-shadow: 0 0 4px #666;
}

#header {
	width:950px; 
	height:75px; 
	margin:0 auto;
}
#header h1 {
	float:left;
	width:243px;
	height:48px;
	margin:13px 0 0 0;
	line-height:100%;
	background:url(../images2/header_logo.png) no-repeat 0 0;
	text-indent:-9999px;
}
#header h1 a {
	display:block;
	width:100%;
	height:100%;
}
#header h1 a:hover{
	background-color:#FFF;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#header_menu {
	width:212px;
	height:14px;
	margin:6px 0 0 0;
	background:url(../images2/language_bg.png) no-repeat 0 0;
	float:right;

	font-size:0;
	line-height:0;
}
#header_menu li {
	float:left;
	margin:0 0 18px 0;
	list-style-type:none;
}
/*#header_menu li a {
	text-decoration:none;
	color:#999;
	font-style: italic;
}*/
#header_menu li a:hover {
	background-color:#FFF;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
/*	color:#c30;
	text-decoration:underline;*/
}

#header_menu form {
	clear:both;
	float:right;
	position:relative;
}
#header_menu input[type="text"] {
	display:block; 
	width:180px; 
	padding:3px;  
	font-size:14px; 
	line-height:100%;
	border:1px solid #ccc;
	border-radius: 4px;
	-webkit-right-radius: 4px;
	-moz-border-radius: 4px;  
}
#header_menu input[type="submit"] {
	position:absolute;
	bottom:0;
	right:0;
	width:35px; 
	height:100%;
	padding:5px;  
	font-size:12px; 
	line-height:100%;
	color:#fff;
	border:none;
	border-radius: 0px;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;  
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;  
	cursor: pointer; 
/*	text-indent:-9999px;
	background-image:url(../images2/icon_search.png);*/
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center center;
	background-color:#999;
}


/*ヘッダドロップダウンメニュー*/
/*#header ul {
	width:1000px;
	display: none;
	text-align:left;
	list-style-type:none;
	position: absolute;
}
#header #header_left ul {
	top:40px;
	left:-40px;
}
#header #header_right ul {
	top:40px;
	left:-40px;
}
#header ul li {
	background-color:#fff;
	font-size:16px;
	line-height:100%;
	border-bottom:1px solid #ccc;
}
#header ul li a{
	text-decoration:none;
	color:#666;
	display:block;
	width:100%;
	height:100%;
	padding:13px 10px;
}


#header span:hover,
#header ul li a:hover{
	background-color:#FFF;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}*/

/*/ヘッダ */


/*メインイメージ */

#main_img{
	width:1000px; 
	height:300px; 
	margin:0 auto;
}

/*/メインイメージ */


/*グローバルメニュー */

#menu{
	width:1000px; 
	height:51px; 
	margin:0 auto; 
	padding:0;
	box-shadow: 0 0 4px #333;
	background:url(../images2/menu_bg.png) repeat-x 0 1px;
	position: relative;
	z-index:100;

	font-size:0;
	line-height:0;
}
#menu ul {
	list-style-type:none;
}
#menu li {
	width:125px; 
	height:51px; 
	float:left; 
	text-indent:-9999px;
	list-style-type:none;
	box-sizing:border-box;
}
#menu li.tenji {
	background:url(../images2/menu_tenji.png) no-repeat center center;
}
#menu li.event {
	background:url(../images2/menu_event.png) no-repeat center center;
}
#menu li.collection {
	background:url(../images2/menu_collection.png) no-repeat center center;
}
#menu li.matsuri {
	background:url(../images2/menu_matsuri.png) no-repeat center center;
}
#menu li.school {
	background:url(../images2/menu_school.png) no-repeat center center;
}
#menu li.reserch {
	background:url(../images2/menu_reserch.png) no-repeat center center;
}
#menu li.kodaibunka {
	background:url(../images2/menu_kodaibunka.png) no-repeat center center;
}
#menu li.guide {
	background:url(../images2/menu_guide.png) no-repeat center center;
}
#menu li a {
	display:block;
	width:100%;
	height:100%;
}
#menu li a:hover{
	background-color:#FFF;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

#menu li ul.submenu {
}
#menu li ul.submenu li{
	overflow: hidden;
	width: 125px;
	height:50px; 
	height: 0;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	background:url(../images2/menu_bg.png) repeat-x 0 0;
}
#menu li ul.submenu li a{
}
#menu li ul.submenu li.josetsu a {
	background:url(../images2/menu_tenji_josetsu.png) no-repeat center center;
}
#menu li ul.submenu li.kikaku a {
	background:url(../images2/menu_tenji_kikaku.png) no-repeat center center;
}
#menu li ul.submenu li a:hover{
	background-color: rgba( 255, 255, 255, 0.2 );
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#menu li:hover ul.submenu li{
	overflow: visible;
	height: 50px;
	border-top: 1px solid #ccc;
}
#menu li:hover ul.submenu li:last-child{
	border-bottom: 1px solid #ccc;
}


/*/グローバルメニュー */


/*コンテンツ*/

#contents {
	width:950px; 
	margin:30px auto 0 auto;
}

/*コンテンツメイン*/
#contents #main{
	width:700px; 
	float:left;
}

#main .main_midashi {
	height:30px;
	font-size:18px;
	line-height:180%;
	font-weight:normal;
	background:url(../images2/contents_midashi_bg.png) repeat-x 0 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;  
	box-shadow: 0 1px 4px #666;
}
#main .main_midashi span{
	float:right;
	font-size:12px;  
}
#main .main_midashi a{
	display:block;
	width:100%;
	height:100%;
	padding:0 10px 0 10px;
	color:#fff;
	text-decoration:none;
}
#main .main_midashi a:hover span{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#contents #main .tenji {
	position:relative;
	margin:20px 0 20px 0;
	padding:0 0 0 0;
	border-bottom:1px dotted #ccc;
}
#contents #main .tenji p.tenji_banner {
	float:left;
	margin:0 20px 20px 0;
}
#contents #main .tenji p.tenji_banner a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#contents #main .tenji p.tenji_status {
	font-size:12px;
	color:#666;
}
#contents #main .tenji p.tenji_midashi {
	font-size:18px;
	line-height:120%;
	font-weight:bold;
	color:#103f6f;
}
#contents #main .tenji p.tenji_midashi a{
	color:#103f6f;
	text-decoration:none;
}
#contents #main .tenji p.tenji_midashi a:hover{
	color:#c30;
	text-decoration:underline;
}
#contents #main .tenji p.tenji_date {
	font-size:16px;
	margin:0 0 20px 0;
}
/*#contents #main .tenji a.more {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
#contents #main .tenji a.more:hover{
	background-color:#fff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}*/

#contents #main dl.news {
	margin:15px 0 0 0; 
	padding:0 0 15px 0; 
	border-bottom:1px dotted #ccc;
}
#contents #main dl.news dt {
	width:21%; 
	font-size:16px;
	line-height:140%;
	color:#666;
	float:left;
}
#contents #main dl.news dd {
	padding:0 0 0 21%;
	font-size:18px;
	line-height:140%;
}
#contents #main dl.news dd a {
	color:#103f6f;
	text-decoration:none;
}
#contents #main dl.news dd a:hover {
	color:#c30;
	text-decoration:underline;
}



/*コンテンツサイドメニュー*/
#contents #side{
	width:215px; 
	float:right;
}

#contents #side ul.banner li{
	list-style-type:none;
	margin:0 0 10px 0;
}
#contents #side ul.banner li a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#contents #side h3.application {
	font-size:14px;
	line-height:100%;
	font-weight:normal;
	margin:15px 0 0 0;
	padding:5px 8px;
	color:#fff;
	background-color:#673300;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;  
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;  
}
#contents #side ul.application {
	border:1px solid #673300;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;  
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;  
}
#contents #side ul.application li {
	margin:8px;
	padding:0 0 5px 18px;
	font-size:14px;
	line-height:100%;
	list-style-type:none;
	background:url(../images2/icon_pdf_red.png) no-repeat 0 0px;
	border-bottom:1px dotted #673300;
}
#contents #side ul.application li:last-child {
	border-bottom:0;
	padding-bottom:2px;
}
#contents #side ul.application li a {
	color:#673300;
	text-decoration:none;
}
#contents #side ul.application li a:hover {
	color:#c30;
	text-decoration:underline;
}

#contents #side ul.shop li {
	width:106px;
	margin:15px 0 0 0;
	padding:5px 0 10px 0;
	font-size:14px;
	line-height:100%;
	list-style-type:none;
	border:1px solid #ccc;
	text-align:center;
	float:left;
	position:relative;
}
#contents #side ul.shop li:first-child {
	margin-right:3px;
}
#contents #side ul.shop li img {
	margin:0;
	padding:0 0 10px 0;
}
#contents #side ul.shop li a.more {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
#contents #side ul.shop li a.more:hover{
	background-color:#fff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#contents #side ul.osusumeguide {
	margin:15px 0 0 0;
	border-top:1px solid #e0e0e0;
}
#contents #side ul.osusumeguide li {
	width:215px;
	height:50px;
	margin:5px 0 5px 0;
	padding:14px 0 0 50px;
	font-size:14px;
	line-height:100%;
	color:#666;
	list-style-type:none;
	border-bottom:1px solid #e0e0e0;
	position:relative;
}
#contents #side ul.osusumeguide li.osusume {
		background:url(../images2/side_icon_osusume.png) no-repeat 0 0;
}
#contents #side ul.osusumeguide li.quiz {
		background:url(../images2/side_icon_quiz.png) no-repeat 0 0;
}
#contents #side ul.osusumeguide li.worksheet {
		background:url(../images2/side_icon_worksheet.png) no-repeat 0 0;
}
#contents #side ul.osusumeguide li.screen {
		background:url(../images2/side_icon_screen.png) no-repeat 0 0;
}
#contents #side ul.osusumeguide li a.more {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
#contents #side ul.osusumeguide li a.more:hover{
	background-color:#fff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#contents #side ul.mailmagazine {
	margin:15px 0 0 0;
}
#contents #side ul.mailmagazine li {
	width:215px;
	margin:5px 0 5px 0;
	padding:5px 0 5px 30px;
	font-size:14px;
	line-height:100%;
	color:#7389a3;
	list-style-type:none;
	border:1px solid #abbbcc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;  
	position:relative;
}
#contents #side ul.mailmagazine li.mailmag {
		background:url(../images2/side_icon_mailmag.png) no-repeat 0 0;
}
#contents #side ul.mailmagazine li.rekihakunews {
		background:url(../images2/side_icon_rekihakunews.png) no-repeat 0 0;
}
#contents #side ul.mailmagazine li.passport {
		background:url(../images2/side_icon_passport.png) no-repeat 0 0;
}
#contents #side ul.mailmagazine li.catalog {
		background:url(../images2/side_icon_catalog.png) no-repeat 0 0;
}
#contents #side ul.mailmagazine li a.more {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
#contents #side ul.mailmagazine li a.more:hover{
	background-color:#fff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#contents #side p.qrcode {
	margin:25px 0 0 0;
	padding:10px;
	font-size:12px;
	line-height:140%;
	color:#666;
	border:1px solid #ccc;
}
#contents #side p.qrcode img {
	margin:0 10px 0 0;
	float:left;
}

/*/コンテンツ*/


/*バナー*/

#banner {
	width:1000px; 
	margin:50px auto 0 auto; 
	padding:25px 0 0 0;
	clear:both;
	background-color:#0c2f53;
}
#banner ul {
	width:950px; 
	margin:0 auto 0 auto; 
	background-color:#fff;
}
#banner li {
	margin:20px 0 20px 25px;
	width:160px;
	font-size:12px;
	line-height:120%;
	color:#999;
	float:left;
	list-style-type:none;
}
#banner li img {
	margin:0 0 5px 0;
}
#banner li img:hover{
	background-color:#fff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#banner li a.arrow{
	display:block;
	text-decoration:none;
	padding:0 0 0 10px;
	color:#999;
	background:url(../images2/arrow_02.png) no-repeat 1px 3px;
}
#banner li a.arrow:hover{
	color:#c30;
	text-decoration:underline;
}

/*/バナー*/


/*フッタ*/

#footer{
	width:1000px; 
	margin:0 auto;
	background-color:#0c2f53;
	position:relative;
}
#footer p.info{
	width:950px; 
	margin:0 auto 20px auto; 
	padding:25px 0 0 0;
	font-size:14px;
	line-height:180%;
	color:#fff;
	background-color:#0c2f53;
}
#footer p.info span{
	font-size:16px;
	font-weight:bold;
}

#footer #link {
	position:absolute; 
	top:25px; 
	right:0;
	color:#fff;
	font-size:14px;
	line-height:180%;
}
#footer #link ul {
	float:left;
	list-style-type:none;
	margin:0 25px 0 0;
}
#footer #link ul a {
	color:#fff;
	text-decoration:none;
}
#footer #link ul a:hover {
	text-decoration:underline;
}


#footer p.copyright {
	width:950px; 
	margin:20px auto 0 auto; 
	padding:20px 0 25px 0;
	font-size:12px;
	color:#ccc;
	border-top:1px solid #49637e;
}

/*/フッタ*/


/*ページトップ*/

p.pagetop {
	display: none;
	position: fixed;
	bottom: 200px;
	right: 0px;
}
p.pagetop a {
	display: table-cell;
	width: 60px;
	height: 60px;
	background-color: #000;
	text-align: center;
	vertical-align:middle;
	color: #fff;
	font-size: 24px;
	line-height: 100%;
	text-decoration: none;
/*	border-top-left-radius: 10px;  
	-webkit-border-top-left-radius: 10px;  
	-moz-border-radius-topleft: 10px;  
	border-bottom-left-radius: 10px;  
	-webkit-border-bottom-left-radius: 10px;  
	-moz-border-radius-bottomleft: 10px;  */
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*/ページトップ*/







/*----------レスポンシブ（モバイル）----------*/ @media screen and (max-width: 640px) {
/*----------レスポンシブ（モバイル）----------*/ }