/**
 * --------------------------------------------------
 * 共通のスタイル設定
 * --------------------------------------------------
 */

html {overflow-y:scroll;}

* { min-height:0;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.4em;
	font-family:'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Arial, Helvetica,  Osaka, sans-serif;
	zoom:1;
	/*color:#000000;*/
	text-align:left;
	font-weight:normal;
}

p, h1, h2, h3, h4, h5, h6, ul, li, form, div, dl, dt, dd, img {
	border:0;
}

a:link {
	color:#003399;
	text-decoration: none;
}

a:visited {
	color:#006699;
	text-decoration: none;
}

a:hover,a:active {
	color:#006699;
	text-decoration:underline;
}

.clear {
	clear:both;
}

.clearfix:after {
	content: url(../img/pixel.gif);
	display: block;
 clear: both;
	height: 0;
}

.center{
text-align:center;
}

.floatleft{
float:left;
}

.floatright{
float:right;
}

.bold{font-weight:bold;}

.mrkchr{font-family:Wingdings;font-weight:bold;}


/**
 * Global settings （全般設定）
 * --------------------------------------------------
 */

body {
	background-color:#E6EAED;
	margin: 0px auto;
	padding:0px 10px 5px 10px;
}

#shadowwrapper {
	text-align:center;
	background-color:#E6EAED;
	background-image: url(../img/bg_shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px auto;
	padding: 0px 5px;
	width: 730px;
}

#shadowfooter {
	text-align:center;
	background-color:#E6EAED;
	background-image: url(../img/bg_footer_shadow.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px auto;
	padding: 0px 5px;
	width: 730px;
	height:5px;
}


#wrapper {
	text-align:center;
	/*border: 1px solid #333333;*/
	margin: 0px auto;
	padding:0px;
	width: 720px;
	background-color: #FFFFFF;
}


/**
 * Header （ヘッダ）
 * --------------------------------------------------
 */

#headwrapper {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #999999;
}

#headertop {
	position: relative;
	z-index: 1;
	top: 0px;
	left: 0px;
	
}

#headermenu {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}


#header-language-link{
	position: absolute;
	z-index: 2;
	right: 5px;
	top: 5px;
}

#header-contact-link{
	position: absolute;
	z-index: 2;
	right: 5px;
	bottom: 5px;
}

#header-language-link a{
	border: 1px solid #000000;
	font-size: 12px;
	line-height: 1em;
	font-weight: normal;
	padding: 1px 5px;
	color: #FFFFFF;
	text-decoration: none;
}

#header-language-link a:hover{
	border: 1px solid #000000;
	font-size: 12px;
	line-height: 1em;
	font-weight: normal;
	
	padding: 1px 5px;
	
	color: #000000;
	text-decoration: none;
}

#header-contact-link a{
	border: none;
	font-size: 10px;
	line-height: 1em;
	font-weight: normal;
	
	padding: 1px;
	
	color: #FFFFFF;
	text-decoration: none;
}

#header-contact-link a:hover{
	border: none;
	font-size: 10px;
	line-height: 1em;
	font-weight: normal;
	
	padding: 1px;
	
	color: #FFFFFF;
	text-decoration: none;
	background-color:#0000ff;
}



/**
 * Main （メイン）
 * --------------------------------------------------
 */


#contentswrapper1{
}

#contentswrapper2{
	    background-image:url(../img/sidebar_bg.gif);
}

div.maincontents {
	    background-image:url(../img/sidebar_bg.gif);
}



#mainbody1 {
background-color:#FFFFFF;
}

#sidebar2 {
	width: 180px;
	float: left;
	padding: 0px;
}

#mainbody2 {
	float: left;
	width:540px;
}

/**
 * TopPage （トップページ）
 * --------------------------------------------------
 */


#topbody {
	width: 720px;
	background-image:url(../img/top_side_bg_2.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#topbody2 {
	width: 720px;
	background-image:url(../img/top_side_bg_1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#topbody2en {
	width: 720px;
	background-image:url(../en/img/top_side_bg_1_en.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


#topside {
	float: right;
	width: 250px;
	padding: 5px 0 10px 0;
	margin:0 0 0 20px;
}

#topmain {
	float: right;
	width:420px;
	padding: 10px 0 10px 0;
	margin:0 auto;
}

#topmainen {
	float: right;
	width:420px;
	padding: 0px 0 10px 0;
	margin:0 auto;
}

#topmain div.toptext2{
font-weight: normal;
padding:10px 5px 0 5px;
font-size:14px;
line-height:1.7em;
}

#topmainen div.toptext2{
font-weight: normal;
padding:0px 5px 10px 5px;
font-size:12px;
line-height:1.7em;
}

#topmain div.pickuptitle{
margin-top:10px;
padding:5px 0;
border-bottom:1px dotted #999999;
border-top:1px dotted #999999;
}

#topmainen div.pickuptitle{
margin-top:10px;
padding:5px 0;
border-bottom:1px dotted #999999;
border-top:1px dotted #999999;
}

#topmain div.toptext3{
font-weight: bold;
padding:5px 0;
margin-bottom:10px;
font-size:12px;
line-height:1.7em;
}

.toppickuplist{
	padding:0 0 0 14px;
	margin:10px 0;
	background-image:url(../img/top_pickup_tri.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



/**
 * TopPage SideBar （トップページ　サイドバー）
 * --------------------------------------------------
 */

.feed{margin-left:15px;width:220px;}
.feedcategory{font-weight:bold;margin:10px 0 5px 0;padding:5px 0;}

.feeditem{padding:0 0 5px 0;margin:0 0 5px 0;clear:both;}
.feeddate{font-size:10px;line-height:1.5em;color:#0099CC;display:block;float:left;width:40px;margin-right:5px;}
.feedtitle{font-size:10px;line-height:1.5em;display:block;float:left;width:165px;padding-left:5px;}

.feedtitle a{font-size:10px;line-height:1.5em;color:#000000;text-decoration:none;display:block;}
.feedtitle a:hover{font-size:10px;line-height:1.5em;color:#000000;text-decoration:underline;display:block;}
.valignmiddle *{vertical-align: middle;}
img.feedheadimg{margin:0 3px 0 0;}

/**
 * Footer （フッタ）
 * --------------------------------------------------
 */

#footerwrapper {
}

#footermenu {
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px;
	color: #0066CC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#footermenu1 {
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px;
	color: #0066CC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#footermenu2 {
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px;
	color: #a7d28d;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#footermenu3 {
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px;
	color: #72c7d1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#footermenu4 {
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px;
	color: #5286c5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}





#footermenu a,
#footermenu1 a,
#footermenu2 a,
#footermenu3 a,
#footermenu4 a
 {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}


#footerbottom {
	background-image: url(../img/footer_bg.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	line-height: 1em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

#footerbottomRSC {
	background-image: url(../img/footer_bg_rsc.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	line-height: 1em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

#footerbottomEDC {
	background-image: url(../img/footer_bg_edc.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	line-height: 1em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

#footerbottomPRC {
	background-image: url(../img/footer_bg_prc.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	line-height: 1em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}




