@charset "UTF-8";

/* formatting style
---------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-image: url(../images/common/greenback.jpg);
	background-repeat: repeat;
}
hr {
	display: none;
}

/* link style
---------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

/* basic layout
---------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 980px;
}
#header {
	width: 980px;
}
#header_menu1 {
	background-image: url(../images/common/title_back.jpg);
	background-position: top;
	width: 980px;
	position: relative;
}
#header_menu1 #login {
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: visible;
}
#header_menu1 #present {
	position: absolute;
	right: 33px;
	top: 75px;
	width: 250px;
	text-align: right;
	visibility: visible;
	font-size: 11px;
}
#header_menu2 {
	background-image: url(../images/common/headmenu_back.jpg);
	background-repeat: repeat-x;
	width: 980px;
	position: relative;
	height: 44px;
}
#header_menu2 #home_button a {
	background-image: url(../images/common/headmenu_home.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 44px;
	width: 124px;
	text-indent: -9999px;
	position: absolute;
	left: 29px;
	visibility: visible;
}
#header_menu2 #home_button a:hover {
	position: absolute;
	left: 29px;
	top: 0px;
	background-image: url(../images/common/headmenu_home_f2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 44px;
	width: 124px;
}
#header_menu2 #search {
	position: absolute;
	top: 0px;
	height: 44px;
	background-image: url(../images/common/search_back2.jpg);
	background-repeat: repeat-x;
	right: 441px;
	background-position: left;
	text-align: right;
	padding-left: 25px;
	visibility: visible;
}
#header_menu2 #font_size {
	position: absolute;
	right: 263px;
	font-size: 12px;
	color: #FFFFFF;
	top: 10px;
	width: 13em;
	visibility: visible;
}
#header_menu2 #font_size a {
	font-size: 12px;
	color: #FFFFFF;
}
#header_menu2 #mail_button a {
	position: absolute;
	top: 0px;
	right: 140px;
	background-image: url(../images/common/headmenu_mail.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 44px;
	width: 106px;
	text-indent: -9999px;
	visibility: visible;
}
#header_menu2 #mail_button a:hover {
	position: absolute;
	top: 0px;
	right: 140px;
	background-image: url(../images/common/headmenu_mail_f2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 44px;
	width: 106px;
	text-indent: -9999px;
}
#header_menu2 #sitemap_button a {
	position: absolute;
	top: 0px;
	right: 33px;
	background-image: url(../images/common/headmenu_sitemap.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 44px;
	width: 107px;
	visibility: visible;
}
#header_menu2 #sitemap_button a:hover {
	position: absolute;
	top: 0px;
	right: 33px;
	background-image: url(../images/common/headmenu_sitemap_f2.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 44px;
	width: 107px;
}
#home #header_menu2 #home_button a {
	background-image: url(../images/common/headmenu_home_f2.jpg);
	background-repeat: no-repeat;
}
#mail #header_menu2 #mail_button a {
	background-image: url(../images/common/headmenu_mail_f2.jpg);
	background-repeat: no-repeat;
}
#sitemap #header_menu2 #sitemap_button a {
	background-image: url(../images/common/headmenu_sitemap_f2.jpg);
	background-repeat: no-repeat;
}

/* 左メニュー
---------------------------*/

#left {
	width: 211px;
	float: left;
	padding-left: 17px;
	padding-top: 25px;
	padding-bottom: 20px;
}
#leftmenu {
	width: 211px;
	float: left;
	background-color: #EEEEEE;
	margin-bottom: 0px;
}
#leftmenu ul li {
	list-style: none;
}
#leftmenu ul li a {
	text-decoration: none;
	background-image: url(../images/common/left_menuback.gif);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 178px;
	padding-left: 33px;
	font-size: 16px;
	color: #222222;
	vertical-align: middle;
	padding-top: 6px;
}
#leftmenu a:hover {
	background-image: url(../images/common/left_menuback_f2.gif);
}
#jacm #leftmenu #mJacm a,
#topics #leftmenu #mTopics a,
#shuhou #leftmenu #mShuhou a,
#opinion #leftmenu #mOpinion a,
#rokudantai #leftmenu #mRokudantai a,
#info #leftmenu #mInfo a,
#gappei #leftmenu #mGappei a,
#link2 #leftmenu #mLink2 a,
#pastnews #leftmenu #mPastnews a {
	background-image: url(../images/common/left_menuback_f2.gif);
}
#ad {
	float: left;
	padding-top: 20px;
	width: 211px;
	display: block;
}
#kojinjouhou a {
	color: #0000FF;
	margin-top: 20px;
	display: block;
	width: 100%;
	float: left;
}


/* メインコンテンツ
---------------------------*/

#main_top {
	width: 715px;
	padding-top: 25px;
	padding-bottom: 20px;
	float: right;
	padding-right: 17px;
}
#main {
	width: 685px;
	float: right;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-right: 31px;
}

/* フッター
---------------------------*/

#goto_top {
	text-align: right;
	clear: both;
	padding-bottom: 10px;
	padding-right: 17px;
}
#goto_top2,
.goto_top2 {
	text-align: right;
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
}
#get_acrobat a {
	text-align: right;
	color: #999999;
	font-size: 10px;
	display: block;
	padding-bottom: 10px;
	float: right;
	padding-right: 20px;
}
#footer {
	clear: both;
	width: 980px;
	color: #FFFFFF;
	background-color: #555555;
	text-align: center;
	padding-top: 5px;
	font-size: 80%;
	padding-bottom: 7px;
}
#footer_notice {
	line-height: 1.2;
	color: #999999;
	text-align: left;
	padding-left: 20px;
	padding-top: 0px;
	font-size: 90%;
	padding-bottom: 10px;
	display: block;
	float: left;
}
address {
	clear: both;
}

/* foreign_link Style
---------------------------*/

#foreign_link {
	width: 74px;
	position: absolute;
	left: 620px;
	top: 25px;
}
#foreign_link ul li {
	list-style: none;
	font-size: 12px;
}
#foreign_link ul li a {
	text-indent: -9999px;
	display: block;
}


#nEnglish a {
	background-image: url(../images/common/foreign_e.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 18px;
	width: 74px;
}
#nEnglish a:hover {
	background-image: url(../images/common/foreign_e.jpg);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}
#foreign_e #nEnglish a {
	background-image: url(../images/common/foreign_e.jpg);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}


#nFrench a {
	background-image: url(../images/common/foreign_f.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 18px;
	width: 74px;
	margin-top: 0px;
}
#nFrench a:hover {
	background-image: url(../images/common/foreign_f.jpg);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}
#foreign_f #nFrench a {
	background-image: url(../images/common/foreign_f.jpg);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}



#nChinese a {
	background-image: url(../images/common/foreign_c.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 18px;
	width: 74px;
}
#nChinese a:hover {
	background-image: url(../images/common/foreign_c.jpg);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}
#foreign_c #nChinese a {
	background-image: url(../images/common/foreign_c.jpg);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}


#nKorean a {
	background-image: url(../images/common/foreign_k.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 74px;
}
#nKorean a:hover {
	background-image: url(../images/common/foreign_k.jpg);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}
#foreign_k #nKorean a {
	background-image: url(../images/common/foreign_k.jpg);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}

