@charset "UTF-8";

/* 共通項目 */

body{
	background-color: #CBF1FA;
	margin:0;
	/*background:url(../images/bg_base.jpg);*/
	/*background:#F1F1F1;*/
	background: url(../images/background.gif) repeat-x #ebf6fd;
	/*background: #fff url(../images/46d778f0.jpg) repeat;*/
	padding:0;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:180%;
	color:#4d4d4d;
	font-size:75%;
}

a{
	color:#d57b55;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

.red{ color:#C00;}
a.red :hover{ color:#C00;}


#discription{
	height:10px;
	padding:0 0 0 0;
	text-align:left;
	background:#000099;
}
#discription h1{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:1000px;
	height:10px;
	margin:0 auto;
	font-size:10px;
	color:#FFF;
}

#wrapper{
	width:1000px;
	margin:0 auto;
	padding:0 0 20px 0;
	text-align:left;
	background:#FFFFFF;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

/* ヘッダー */

#header{
	/*background:url(../images/bg_gheader.gif) no-repeat;*/
	width:960px;
	height:70px;
	margin:0 auto 10px auto;
}

#header #logo{
	width:378px;
	height:60px;
	float:left;
	margin:10px 0 0 10px;
	display:inline;
}
#header #fontsize{
	width:142px;
	height:20px;
	float:right;
	margin:30px 10px 0 0;
	display:inline;
}
#header #fontsize #title{
	float:left;
	margin:0;
	padding:0;
}
#header #fontsize ul{
	float:left;
	margin:0;
	list-style:none;
	width:75px;
	height:20px;
	padding:0;
}
#header #fontsize li{
	width:25px;
	height:20px;
	float:left;
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
}

/* 文字サイズ変更関連 */

body.fontL
	{
	font-size:100%;
	}
.fontL #small a{
	width:25px;
	height:20px;
	float:left;
	margin:0;
	display:block;
	text-indent:-9999px;
	background:url(../images/btn_small.gif) no-repeat;
}
.fontL #small a:hover{
	background:url(../images/btn_small_on.gif) no-repeat;
}
.fontL #middle a{
	width:25px;
	height:20px;
	float:left;
	margin:0;
	display:block;
	text-indent:-9999px;
	background:url(../images/btn_middle.gif) no-repeat;
}
.fontL #middle a:hover{
	background:url(../images/btn_middle_on.gif) no-repeat;
}
.fontL #large a{
	width:25px;
	height:20px;
	float:left;
	margin:0;
	display:block;
	text-indent:-9999px;
	background:url(../images/btn_large_on.gif) no-repeat;
}

body.fontM
	{
	font-size:85%;
	}
.fontM #small a{
	width:25px;
	height:20px;
	float:left;
	margin:0;
	display:block;
	text-indent:-9999px;
	background:url(../images/btn_small.gif) no-repeat;
}
.fontM #small a:hover{
	background:url(../images/btn_small_on.gif) no-repeat;
}
.fontM #middle a{
	width:25px;
	height:20px;
	float:left;
	margin:0;
	display:block;
	text-indent:-9999px;
	background:url(../images/btn_middle_on.gif) no-repeat;
}
.fontM #large a{
	width:25px;
	height:20px;
	float:left;
	margin:0;
	display:block;
	text-indent:-9999px;
	background:url(../images/btn_large.gif) no-repeat;
}
.fontM #large a:hover{
	background:url(../images/btn_large_on.gif) no-repeat;
}
	
body.fontS
	{
	font-size:75%;
	}
.fontS #small a{
	width:25px;
	height:20px;
	float:left;
	margin:0;
	display:block;
	text-indent:-9999px;
	background:url(../images/btn_small_on.gif) no-repeat;
}
.fontS #middle a{
	width:25px;
	height:20px;
	float:left;
	margin:0;
	display:block;
	text-indent:-9999px;
	background:url(../images/btn_middle.gif) no-repeat;
}
.fontS #middle a:hover{
	background:url(../images/btn_middle_on.gif) no-repeat;
}
.fontS #large a{
	width:25px;
	height:20px;
	float:left;
	margin:0;
	display:block;
	text-indent:-9999px;
	background:url(../images/btn_large.gif) no-repeat;
}
.fontS #large a:hover{
	background:url(../images/btn_large_on.gif) no-repeat;
}

body.fontd
	{
	font-size:75%;
	}
.fontd #small a{
	width:25px;
	height:20px;
	float:left;
	margin:0;
	display:block;
	text-indent:-9999px;
	background:url(../images/btn_small_on.gif) no-repeat;
}
.fontd #middle a{
	width:25px;
	height:20px;
	float:left;
	margin:0;
	display:block;
	text-indent:-9999px;
	background:url(../images/btn_middle.gif) no-repeat;
}
.fontd #middle a:hover{
	background:url(../images/btn_middle_on.gif) no-repeat;
}
.fontd #large a{
	width:25px;
	height:20px;
	float:left;
	margin:0;
	display:block;
	text-indent:-9999px;
	background:url(../images/btn_large.gif) no-repeat;
}
.fontd #large a:hover{
	background:url(../images/btn_large_on.gif) no-repeat;
}


#header #navi{
	width:402px;
	height:20px;
	float:right;
	margin:20px 0 0 0;
	display:inline;
}
#header #navi ul{
	margin:0;
	list-style:none;
	padding:0;
}
#header #navi li{
	float:left;
	margin:0 0 0 15px;
	padding:0;
	display:inline;
	list-style:none;
}

/* フッター */

#footer{
	width:1000px;
	margin:15px 0 0 0;
	clear:both;
	padding:25px 0 30px 0;
	border-top:#009 1px dotted;
	background:url(../images/bg_browndot.gif) repeat-x top left;
}
#footer #f_navi{
	width:402px;
	height:20px;
	float:left;
	margin:0;
	display:inline;
}
#footer #f_navi ul{
	margin:0;
	list-style:none;
	padding:0;
}
#footer #f_navi li{
	float:left;
	margin:0 0 0 30px;
	width:200px;
	padding:0 20px 0 0;
/*	display:inline;
*/	list-style:none;
}
#footer address{
	width:400px;
	height:18px;
	float:right;
	margin:0 20px 0 0;
	display:inline;
	font-style:normal;
	font-size:10px;
	text-align:right;
}

/* ぱんくず */

#pankuzu{
	background:url(../images/bg_pankuzu.gif) no-repeat;
	width:764px;
	height:30px;
	margin:0;
	padding:0;
	font-size:85%;
	color:#d57b55;
}
#pankuzu p{
	margin:0 0 0 10px;
	padding:5px 0 0 0;
}
#pankuzu a{
	color:#4b4b4b;
}
#pankuzu a:hover{
	color:#d57b55;
	text-decoration:none;
}

/* コンテンツ */

#contents{
	width:960px;
	margin:0 auto;
	clear:both;
	padding:0;
}

/* メインエリア */

#mainarea{
	width:764px;
	float:right;
	margin:0;
	padding:0;
}
#mainarea #mainimg{
	margin:0 0 20px 0;
	padding:0;
}
#mainarea #mainimg p{
	height:0px;
	margin:0;
	padding:0;
}

.first_visible{
display:none;
}
#mainarea #center_box{
	width:530px;
	float:left;
	margin:0;
	padding:0 0 10px 0;
}


/* お知らせ一覧 */
#mainarea h2{
	margin:0 0 10px 0;
	padding:0;
}

#mainarea #news_list{
	width:530px;
	height:860px;
	overflow:hidden;
	float:left;
	margin:0;
	padding:0 0 10px 0;
	border-bottom:1px solid #CCC;
	/*background:url(../images/bg_browndot.gif) repeat-x bottom left;*/
}

#mainarea #news_list .news_wrap{
	width:530px;
	height:840px;
	overflow:auto;
	margin:0;
	padding:0 0 10px 0;
}
#mainarea #news_list .news{
	width:510px;
	border-bottom:#009 1px dotted;
	background:url(../images/bg_browndot.gif) repeat-x bottom left;
	margin:0;
	padding:10px 0 10px 0;
}
#mainarea #news_list .news img{
	float:left;
	border:1px solid #CCC;
	padding:1px;
	width:86px;
}
#mainarea #news_list .news p{
	float: right;
	width:410px;
}
#mainarea #news_list .date{
	color: #FFF;
	font-size: 85%;
	padding: 2px 5px;
	line-height: 14px;
	background: #d57b55;
}
#mainarea #news_list a{
	font-size:120%;
	color:#4b4b4b;
	font-weight:bold;
	text-decoration:none;
}
#mainarea #news_list a:hover{
	color:#d57b55;
	text-decoration:underline;
}

/* お問い合せ */
#main_cont{
	width:764px;
	height:auto;
	margin:0;
	padding:0;
}




/* エントリースペース */

#entry_space{
	width:530px;
	margin:0 0 10px 0;
	padding:0;
	float:left;
	display:inline;
}
#entry_space h2{
	margin:0;
	padding:0;
}
#entry_space p{
	margin:0 0 10px 0;
	padding:0;
}
#entry_space h3{
	width:530px;
	height:30px;
	margin:0 0 10px 0;
	padding:5px 0 0 0;
	text-indent:10px;
	background:url(../images/bg_entrytitle.gif) no-repeat top left;
	color:#FFFFFF;
}
#entry_space .txt{
	width:490px;
	margin:0 0 0 20px;
	padding:0 0 20px 0;
	background:url(../images/bg_browndot.gif) repeat-x bottom left;
}
#entry_space .txt_noline{
	width:490px;
	margin:0 0 0 20px;
	padding:0;
	clear:both;
}
#entry_space .list_box_s{
	width:245px;
	height:140px;
	margin:0 0 5px 0;
	padding:0;
	background:url(../images/bg_browndot.gif) repeat-x bottom left;
	float:left;
}
#entry_space .list_box_s .cb_s_inner{
	width:225px;
	margin:0 0 0 10px;
	padding:10px 0 0 0;
	font-size:85%;
}
#entry_space .list_box_s .cb_s_inner .ex{
	width:130px;
	margin:0;
	padding:0;
	line-height:130%;
	
}
#entry_space .list_box{
	width:490px;
	margin:20px 0 0 20px;
	padding:0 0 10px 0;
	background:url(../images/bg_browndot.gif) repeat-x bottom left;
	clear:both;
}
#entry_space .list_box .category{
	color:#d57b55;
	font-size:85%;
	padding:0;
	float:right;
}
#entry_space .list_box .category a{
	color:#d57b55;
}
#entry_space .list_box .date{
	color:#d57b55;
	font-size:85%;
	padding:0;
	float:left;
}
#entry_space .list_box p{
	clear:both;
}
#entry_space .list_box a{
	font-size:120%;
	color:#4b4b4b;
	font-weight:bold;
	text-decoration:none;
}
#entry_space .list_box a:hover{
	color:#d57b55;
	text-decoration:underline;
}
#entry_space #cb_lead{
	width:230px;
	margin:0;
	padding:0;
	float:left;
}
#entry_space .list_box_cb{
	width:490px;
	margin:20px 0 0 20px;
	padding:0 0 10px 0;
	background:url(../images/bg_browndot.gif) repeat-x bottom left;
	clear:both;
}
#entry_space .cb_link{
	margin:0;
	padding:0 0 0 10px;
	background:url(../images/ico_arrow1.gif) no-repeat top left;
	font-weight:normal !important;
}

#entry_space .cb_info li{
	margin:0;
	padding:0 0 0 10px;
	background:url(../images/ico_arrow1.gif) no-repeat top left;
	line-height:150%;
}
#entry_space .cb_info a{
	text-decoration:none;
	color:#4b4b4b;
}
#entry_space .cb_info a:hover{
	color:#d57b55;
	text-decoration:underline;
}
#entry_space .cb_info{
	width:230px;
	margin:0;
	padding:0;
	list-style:none;
}
#entry_space .cb_img_s{
	margin:0;
	padding:0;
	float:right;
}
#entry_space .cb_img{
	width:241px;
	margin:0;
	padding:0;
	float:right;
}
#entry_inner{
	width:530px;
	margin:0;
	padding:0;
	background:url(../images/bg_entryspace.gif) repeat-y bottom left;
}
#entry_space .entory_space_bottom{
	width:530px;
	height:10px;
	background:url(../images/bg_entryspace_bottom.gif) no-repeat bottom left;
}

#entry_space .navi{
	width:490px;
	margin:0 auto;
	padding:10px 0 0 0;
	clear:both;
}
#entry_space .navi .prev_btn{
	width:200px;
	margin:0;
	padding:0;
	float:left;
}
#entry_space .navi .next_btn{
	width:200px;
	text-align:right;
	margin:0;
	padding:0;
	float:right;
}

#entry_space .navi .next_btn a{
	height:20px;
	color:#4b4b4b;
	text-decoration:none;
	display:block;
	background:url(../images/ico_next.gif) no-repeat bottom right;
	padding:0 23px 0 0;
}
#entry_space .navi .prev_btn a{
	height:20px;
	color:#4b4b4b;
	text-decoration:none;
	display:block;
	background:url(../images/ico_prev.gif) no-repeat bottom left;
	padding:0 0 0 23px;
}
#entry_space .navi a:hover{
	color:#d57b55;
}

/* 右サイド */

#mainarea #contents_right{
	width:224px;
	float:right;
	margin:0 0 10px 0;
	padding:0;
	display:inline;
}
#mainarea #contents_right2{
	width:224px;
	float:right;
	margin:39px 0 0 0;
	padding:0;
	display:inline;
}

/* サイドウェブマガジン一覧 */

#mainarea #magazine_list{
	width:224px;
	margin:0;
	padding:0;
}
#mainarea #magazine_list h2{
	width:224px;
	height:30px;
	background:url(../images/title_side_webmagazine.gif) no-repeat top left;
	margin:0 0 10px 0;
	padding:0;
	text-indent:-9999px;
}
#mainarea #magazine_list .magazine{
	width:224px;
	min-height:72px;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	clear:both;
	border-bottom:#009 1px dotted;
	background:url(../images/bg_greendot.gif) repeat-x bottom left;
}
#mainarea #magazine_list .magazine_inner{
	width:214px;
	margin:0;
	padding:0;
}
#mainarea #magazine_list .date{
	color:#FFF;
	padding:2px 5px;
	font-size:85%;
	background:#32a564;
}
/*#mainarea #magazine_list .magazine .txt{
	width:130px;
	float:right;
	margin:0;
	padding:0;
	display:inline;
}*/

#mainarea #magazine_list .magazine h3{
	margin:0;
	padding:2px 0;
	font-size:14px;
}
#mainarea #magazine_list .magazine .txt{
	width:210px;
	float:right;
	margin:0;
	padding:0;
	display:inline;
	line-height:16px;
}
#mainarea #magazine_list .magazine .sn{
	float:left;
	margin:0 10px;
	padding:0;
	border:1px solid #e6e6e6;
	display:inline;
	width:60px;
	height:60px;
}
#mainarea #magazine_list .magazine .sn img{
	width:60px;
	height:60px;
}
#mainarea #magazine_list a{
	color:#C00;
	text-decoration:none;
}
#mainarea #magazine_list a:hover{
	text-decoration:underline;
}

/* サイドお知らせ一覧 */

#mainarea #side_news_list{
	width:224px;
	margin:0 0 20px 0;
	padding:0;
}
#mainarea #side_news_list h2{
	width:224px;
	height:30px;
	background:url(../images/title_side_news.gif) no-repeat top left;
	margin:0 0 10px 0;
	padding:0;
	text-indent:-9999px;
}
#mainarea #side_news_list .news{
	width:224px;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	clear:both;
	background:url(../images/bg_browndot.gif) repeat-x bottom left;
}
#mainarea #side_news_list p{
	width:214px;
	margin:0 0 0 5px;
	padding:0 0 5px 0;
}
#mainarea #side_news_list .date{
	color:#d57b55;
	font-size:85%;
	padding:0;
}
#mainarea #side_news_list a{
	color:#4b4b4b;
	text-decoration:none;
}
#mainarea #side_news_list a:hover{
	color:#d57b55;
	text-decoration:underline;
}

/* 英語サイドお知らせ一覧 */

#mainarea #side_news_list_e{
	width:224px;
	margin:0 0 20px 0;
	padding:0;
}
#mainarea #side_news_list_e h2{
	width:224px;
	height:30px;
	background:url(../images/title_side_enews.gif) no-repeat top left;
	margin:0 0 10px 0;
	padding:0;
	text-indent:-9999px;
}
#mainarea #side_news_list_e .news{
	width:224px;
	margin:0 0 5px 0;
	padding:0 0 10px 0;
	clear:both;
	background:url(../images/bg_browndot.gif) repeat-x bottom left;
}
#mainarea #side_news_list_e p{
	width:214px;
	margin:0 0 0 5px;
	padding:0 0 5px 0;
}
#mainarea #side_news_list_e .date{
	color:#d57b55;
	font-size:85%;
	padding:0;
}
#mainarea #side_news_list_e a{
	color:#4b4b4b;
	text-decoration:none;
}
#mainarea #side_news_list_e a:hover{
	color:#d57b55;
	text-decoration:underline;
}

/* フッターリンク */

#bnr_space{
	width:764px;
	height:80px;
	background:url(../images/bg_footer_bnr.gif) no-repeat;
	margin:20px 0 10px 0;
	padding:0;
	clear:both;
}
#bnr_space ul{
	margin:0;
	padding:10px 0 0 10px;
}
#bnr_space li{
	width:180px;
	height:61px;
	float:left;
	margin:0 8px 10px 0;
	padding:0;
	display:inline;
}

