@charset "Shift_JIS";
/* ========BASIC======== */
*{
				
		font-family : Arial;
color:#333;
}

BODY{		
				
	margin:0;
	font-size : 14px;
	text-align:center;
	line-height:1.7em;
	letter-spacing:0.3px;
	background:#F0F0F0 url(../image/bg.jpg) repeat-x left top;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
}

br{
				
		letter-spacing:normal;
}

a{
				
		color:#333;
text-decoration:none;
}

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

img{
				
		border:0;
}

h1,h2,h3,h4,h5,h6{
				
		margin:0;
}

/* ========TEMPLATE FRAMEWORK======== */
div#wrapper{		
				
	width:782px;
	margin:0 auto;
	text-align:left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B4B4C5;
	border-bottom-color: #B4B4C5;
	border-left-color: #B4B4C5;
}

div#header{		
				
	width:760px;
	height:auto;
	margin-bottom:10px;
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../image/logo_bg.gif);
	background-repeat: no-repeat;
}

div#menu{		
				
	width:760px;
	height: 40px;
	padding-bottom: 12px;
	background-image: url(../image/menu_shadow.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: hidden;
	clear: both;
}

div#contents{
				
		width:760px;
clear:both;
margin:0 10px;
}

div#main{		
				
	width:540px;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
}

div#side{		
				
	width:200px;
	float:right;
	height: auto;
}

div#footer{		
				
	width:780px;
	clear:both;
	background:#fff;
	overflow: hidden;
}

/* ========HEADER CUSTOMIZE======== */

.header_logo {		
				
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 64px;
}
.language {		
				
	float: right;
	padding: 20px 20px 0px 0px;
}
.language a{		
				
	color: #CCCCCC;
	font-size: 80%;
	padding-left: 10px;
}
.lang_nolink {		
				
	color: #7C7C7C;
	font-size: 80%;
	padding-left: 10px;
}
/* ========MENU CUSTOMIZE======== */
div#menu ul {		
				
	margin:0;
	padding:0;
	background-image: url(../image/header/menu_back.gif);
	background-repeat: no-repeat;
}

div#menu li {
				
		list-style-type:none;
float:left;
text-align:center;
margin:0;
padding:0;
}

div#menu li a{		
				
	display:block;
	width:152px;
	height: 40px;
	text-indent: -9999em;
}

div#menu li#tn1 a {		
				
	background: url(../image/header/menu_1.gif) no-repeat;
}
div#menu li#tn1 a:hover{		
				
	background: url(../image/header/menu_1h.gif) no-repeat;
}
div#menu li#tn2 a {		
				
	background: url(../image/header/menu_2.gif) no-repeat;
}
div#menu li#tn2 a:hover {		
				
	background: url(../image/header/menu_2h.gif) no-repeat;
}
div#menu li#tn3 a {		
				
	background: url(../image/header/menu_3.gif) no-repeat;
}
div#menu li#tn3 a:hover {		
				
	background: url(../image/header/menu_3h.gif) no-repeat;
}
div#menu li#tn4 a {		
				
	background: url(../image/header/menu_4.gif) no-repeat;
}
div#menu li#tn4 a:hover {		
				
	background: url(../image/header/menu_4h.gif) no-repeat;
}
div#menu li#tn5 a {		
				
	background: url(../image/header/menu_5.gif) no-repeat;
}
div#menu li#tn5 a:hover {		
				
	background: url(../image/header/menu_5h.gif) no-repeat;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
div#h1{		
				
	line-height:60px;
	padding:0 10px;
	text-align: center;
}

div#main a{
				
		color:#0080B0;
}

div#main a:hover{
}

div#main h2 {
}

div#main h3 {
				
		margin-bottom:2px;
}

div#main p{
				
		margin:0 0 0.5em;
}

/* ========SIDE CONTENTS CUSTOMIZE======== */
div#side_menu {		
				
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}

div#side h2 {		
				
	font-size:1em;
	color:#fff;
	font-weight:bold;
	padding-bottom: 5px;
}

div#side_menu ul {
				
		margin:0;
padding:0;
}

div#side_menu li {		
				
	list-style-type:none;
	padding-left:15px;
	background:url(../image/arrow_icon.gif) no-repeat left 0.25em;
	margin-bottom: 8px;
	margin-top: 5px;
}
div#side_menu li a{		
				
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1.1em;
	display:block;
	width:165px;
}
div#side_menu li a:hover{
				
		color:#5100A2;
}

div#side_menu a:hover img{		
				
	opacity:0.8;
	filter: alpha(opacity=80);
}

/* ===NEWS & TOPICS=== */
div#news_box{		
				
	margin-top: 10px;
	background-image: url(../image/side/news_inner.gif);
	background-repeat: repeat-y;
	padding-bottom: 10px;
}

div#news_box p{		
				
	margin: 0px 10px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}
div#news_box p a{		
				
	line-height: 1.5em;
	font-size: 90%;
}
div#news_box p a:hover{		
				
	color:#5100A2;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
}
div#news_box_bottom{		
				
	background-image: url(../image/side/news_bottom.gif);
	background-repeat: no-repeat;
	height: 34px;
	background-position: bottom;
}
div#news_more{		
				
	text-align: right;
	margin-right: 10px;
}
/* ========FOOTER CUSTOMIZE======== */
div#totop{
				
		text-align:right;
padding:10px 22px 0 0;
}

div#footerMenu{		
				
	padding:10px 0;
	text-align: center;
	margin-right: auto;
	margin-bottom: auto;
	background-image: url(../image/footer_border.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#footerMenu ul{
				
		margin:0;
padding:0;
list-style:none;
}
div#footerMenu li{
				
		display:inline;
margin:0 0 0 10px;
padding-left:8px;
background:0 url(../image/arrow.gif) no-repeat 8px;
}

div#footerMenu a{		
				
	color:#666666;
	font-family: "Times New Roman", Times, serif;
}

div#footerMenu a:hover{		
				
	color:#999999;
	border-bottom:1px solid #999999;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

address{		
				
	color:#666666;
	text-align:center;
	font-size:0.8em;
	font-style: normal;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 40px;
}

DIV{		
				
		font-family : Arial;
}
