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

/*== 3カラム ==*/

#container {
	position: relative;
	margin: 0px;
}

#left_col {
	width: auto;
	position: relative;
	float: none;
}

#glnavi {
	margin: 0px 0px 15px 0;
}

.main {
	margin: 0px;
}


/*==== コンテンツエリア ====*/


/*== メインビジュアル ==*/

#main_visual {
	border: none;
	margin-bottom: 12px;
	background: #d9e8fd url(../img/index/main_bg.png) repeat-x top;
	zoom: 1;
}

#main_menu:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

#main_visual .wrapper {
	background: url(../img/index/main_visual.jpg) no-repeat right top;
	min-height: 118px;
	background-size: 100px;
}

#main_visual p {
	float: left;
	padding: 0px 100px 10px 10px;
}

/*#main_visual .map {
	float: right;
	width: 1px;
	height: 118px;
}
#main_visual .map img {
	display: none;
}*/

#contents p {
	line-height: 1.4em;
	font-size: 90%;
}

/*== メインバナーメニュー ==*/

#main_menu {zoom: 1;margin-bottom: 5px;}
#main_menu:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

#main_menu h2 {
 	border-top: none;
	border-right: none;
	border-bottom: none;
	margin-bottom: 10px;
	font-size: 80%;
	text-align: center;
	font-weight: normal;
}


#main_menu a {
	display:block;
	height: auto;
	font-size: 90%;
	overflow: hidden;
	text-decoration: none;
	background: none;
	padding-top: 70px;
	margin-left: 2%;
	line-height: 1.3em;
	color: #444;
}

#main_menu a:hover {background: none}

#main_menu a img {
	margin-left: 7px;
}

#main_menu a span {display: inline;}
#main_menu a img {display: none;}

#main_menu h2#menu1 {
	float: left;
	width: 25%;
	background: url(../img/index/main_btn1_s.png) no-repeat center top;
	background-size: 65px;
}
#main_menu h2#menu2 {
	float: left;
	width: 25%;
	background: url(../img/index/main_btn2_s.png) no-repeat center top;
	background-size: 65px;
}
#main_menu h2#menu3 {
	float: left;
	width: 25%;
	background: url(../img/index/main_btn3_s.png) no-repeat center top;
	background-size: 65px;
}
#main_menu h2#menu4 {
	float: left;
	width: 25%;
	background: url(../img/index/main_btn4_s.png) no-repeat center top;
	background-size: 65px;
}


/*==== 注目情報 ====*/


#attention {
	border-left: 3px solid #fec024;
	background: #fff9c4;
	padding: 6px 0 2px;
	margin: 0 5px 15px;
}

#attention .title {
	padding: 6px 10px 2px;
	font-size: 100%;
	font-weight: bold;
	color: #333;
}
#attention p {
	margin: 6px 10px;
	font-size: 80%;
	line-height: 1.4em;
}

/*==== 新着情報 ====*/



#new .title {
	width: 30%;
	margin-left: 5px;
}

#new .update {
	font-size: 80%;
	width: 60%;
	margin: 6px 5px 0 0;
}

#new .menu li a:hover {
	text-decoration: none;
}


/*タブ切換え*/

/*#new .box {
	border: 1px solid #9ebdea;
	margin: 12px 0px;
}
#new .menu {
	position: relative;
	min-height: 42px;
}

#new .menu li {
	position: absolute;
	width: 25%;
	background: #eaf1fd;
}
.menu li a {
	display: block;
	text-align: center;
	font-size: 80%;
	color: #222;
	text-decoration: none;
	border-bottom: 1px solid #9ebdea;
	border-left: 1px solid #9ebdea;
}
#new .menu li a:hover {
	text-decoration: underline;
}

#new .menu li a:visited {
	color: #222;
}

#new .menu li#tab1 a {border-left: none;}

#new .menu li a span {
	display: block;
	padding: 10px 0 10px;
	cursor: pointer;
}



#new .menu li#tab1 {top: 0; left:0;}
#new .menu li#tab2 {top: 0; left:25%;}
#new .menu li#tab3 {top: 0; left:50%;}
#new .menu li#tab4 {top: 0; left:75%;}



#new .menu li#tab2 {
	background: #fff;
	font-weight: bold;
}
#new .menu li#tab2 a {
	border-bottom: 1px solid #fff;
}


#new li .category {
	display: none;
}*/


/*新着5件*/

.new_txt {
	margin: 15px 0px 10px;
	font-size: 80%;
}

.new_txt li {
	margin-bottom: 0.8em;
	zoom: 1;
	line-height: 1.5em;
	padding:  0 5px 5px;
	border-bottom: 1px solid #D9D9D9;
}


.new_txt span.date {
	display: block;
	float: left;
	width: 18%;
}

.new_txt li span.txt {
	display: block;
	float: left;
	width: 81%;
	margin-left: 1%;
}






#contents .reader {
	margin: 15px 10px;
}

/*==== 左エリア ====*/

/*== 初めての方へ ==*/

#beginner h3 {
	margin: 10px 5px;
}


#beginner ul {
	margin: 12px 8px;
	font-size: 85%;
}
