@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	font-size:14px;
	color:#000;
	line-height:150%;
	font-family:Verdana,"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
}

a{
	overflow:hidden;
	outline:none;
}

a>img:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	text-decoration: underline;
}

/*-----------------------------------------*/
/*ヘッダー*/

#header_wrap{
	max-width:100%;
	min-width:1000px;
	margin:0px auto;
	overflow:hidden;
	background-color:#222222;
	/*border-bottom:1px solid #363636;*/
}

#header{
	width:1000px;
	height:245px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	background-repeat:no-repeat;
	background-position: center bottom;
}


#header a{
	color:#FFFFFF;
	font-size:12px;
}

/*ロゴ*/

#header h1{
	width:491px;
	height:65px;
	position:absolute;
	left:4px;
	top:6px;
	overflow:hidden;
}

#header h1 a{
	display:block;
	width:491px;
	height:65px;
	background-image:url(image/logo.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
	text-indent:-9999px;
}

/*言語　リンク*/

#laungage{
	
	width:1000px;
	height:40px;
	position:fixed;
	right:50%;
	top:0px;
	margin-right:-500px;
	font-size:12px;
	z-index:9999
}

#laungage a{
	color:#FFF;
}

#laungage_ins{
	background-color: #000000;
	width:280px;
	height:40px;
	float:right;
	position:relative;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	
}

#link_jpn{
	width:80px;
	line-height:16px;
	position:absolute;
	top:12px;
	right:10px;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#link_jpn a{
	display:block;
	padding-left:25px;
	line-height:16px;
	background-image:url(image/icon_jpn.png);
	background-repeat:no-repeat;
	background-position:left center;
	color:#CCC;
}

#link_eng{
	width:80px;
	line-height:16px;
	position:absolute;
	top:12px;
	right:90px;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#link_eng a{
	display:block;
	padding-left:25px;
	line-height:16px;
	background-image:url(image/icon_eng.png);
	background-repeat:no-repeat;
	background-position:left center;
	color:#CCC;
}

#link_esp{
	width:80px;
	line-height:16px;
	position:absolute;
	top:12px;
	right:180px;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	font-weight:bold;
}

#link_esp a{
	display:block;
	padding-left:25px;
	line-height:16px;
	background-image:url(image/icon_esp.png);
	background-repeat:no-repeat;
	background-position:left center;
	color:#F33;
}

/*-----------------------------------------*/
/*メインイメージ*/

#mainimage_wrap{
	max-width:100%;
	min-width:1010px;
	margin:0px auto;
	overflow:hidden;
	background-color:#222222;
	display:none;
}

#mainimage{
	width:1010px;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
}

#mainimage img{
	width:auto;
	height:auto;
}

/*-----------------------------------------*/
/*グローバルナビゲーション*/

#gnavi_wrap{
	max-width:100%;
	min-width:1000px;
	margin:0px auto;
	overflow:hidden;
	background-image:url(image/bg_gnavi.png);
	background-repeat:repeat-x;
	background-position:left top;
	padding-bottom:20px;
}

/**/

#gnavi_block{
	width:1000px;
	margin:0px auto;
}

#gnavi_block ul{
	width:999px;
	margin:0px auto;
	overflow:hidden;
	border-right:1px solid #CCCCCC;
}

#gnavi_block ul li{
	height:45px;
	float:left;
	overflow:hidden;
	list-style-type:none;
	border-left:1px solid #CCCCCC;
}

#gnavi_block ul li a{
	display:block;
	width:100%;
	
	text-align:center;
	font-size:15px;
	color:#000000;
	text-decoration:none;
	padding:2px 0px 10px 0px;
}

#gnavi_block ul li a:hover{
	background-color:#8E8E8E;
	color:#FFFFFF;
}

#gnavi_block ul li a span{
	display:block;
	text-align:center;
	line-height:18.5px;
}



#gnavi_block ul li a span.eng_navi{
	font-size:16px;
}

#gnavi01{
	width:165px;
}

#gnavi02{
	width:165px;
}

#gnavi03{
	width:165px;
	letter-spacing:-2px;
}

#gnavi04{
	width:165px;
}

/*#gnavi04 .eng_navi{
	letter-spacing:-2px;
	font-size:11px !important;
}*/

#gnavi05{
	width:165px;
}

/*
#gnavi05 .eng_navi{
	letter-spacing:-1px;
	font-size:13px !important;
}*/


#gnavi06{
	width:168px;	
}
/*
#gnavi06 span.jpn_navi{
	letter-spacing:-2px;
}

#gnavi06 span.eng_navi{
	letter-spacing:-1px;
	font-size:14px !important;
}*/

/**/

#sub_navi_block{
	width:1000px;
	margin:0px auto;
	background-color:#E7E7E7;
	line-height:25px;
	font-size:13px;
	color:#666;
	position:relative;
}

#sub_navi_block ul{
	padding:5px 0px;
	background-color:#E7E7E7;
	overflow:hidden;
}

#sub_navi_block ul li{
	list-style-type:none;
	float:left;
	padding-left:2em;
	padding-right:2em;
	line-height:125%;
	border-right:1px solid #666;
	
}

#sub_navi_block ul a{
	color:#000;
	text-align: justify;
	text-justify: distribute-all-lines;
	text-align:center;
}

#sub_navi_block .arrow{
	width:21px;
	height:8px;
	position:absolute;
	top:-6px;
	display:none;
}

/*-----------------------------------------*/
/*コンテンツコンテナ*/

#contents_container{
	width:1000px;
	margin:0px auto;
	overflow:hidden;
	padding-bottom:20px;
	/*text-align: justify;
	text-justify: distribute-all-lines;*/
}

/*-----------------------------------------*/
/*左カラム*/

#left_column{
	width:241px;
	float:left;
	overflow:hidden;
}

/*NEWS*/

#side_news{
	width:241px;
	margin:0px auto;
	overflow:hidden;
	background-image:url(image/side_news_head.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#FBFBFB;
}

#side_news div{
	height:55px;
	text-align:right;
	padding-right:1em;
}

#side_news div{
	height:55px;
	text-align:right;
	padding-right:1em;
}

#side_news div a{
	color:#000000;
	display:none;
}

#side_news p.more{
	display:block;
	text-align:right;
}

#side_news dl{
	width:215px;
	margin:0px auto 1em auto;
	overflow:hidden;
	background-image:url(image/side_news_icon.png);
	background-repeat:no-repeat;
	background-position:left 0.25em;
}

#side_news dl dt{
	padding-left:22px;
}

#side_news dl dd{
	padding-left:22px;
}

#side_news dl dd a{
	color:#000000;
}

/*バナー*/

.left_banner{
	width:240px;
	margin:10px auto 5px auto;
	overflow:hidden;
}

.left_banner li{
	list-style-type:none;
	margin-bottom:5px;
	overflow:hidden;
}

/*リンク*/

.left_link{
	width:240px;
	display:block;
	overflow:hidden;
	margin:10px auto;
	overflow:hidden;
	background-color:#FBFBFB;
	padding:17px 0px;
}

.left_link dt{
	padding-left:17px;
}

.left_link dd{
	padding-left:17px;
	padding-top:1em;
}

.left_link dd ul{
}

.left_link dd ul li{
	list-style-type:none;
	margin-bottom:0.5em;
	background-image:url(image/icon_link.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}

.left_link dd ul li a{
	color:#000;
}
/*住所*/

.left_address{
	margin:10px auto;
	width:220px;
	overflow:hidden;
	font-size:12px;
	line-height:125%;
}

.left_address address{
	display:block;
	margin-bottom:0.5em;
	font-style:normal;
}

/*-----------------------------------------*/
/*右カラム*/

#right_column{
	width:740px;
	float:right;
	overflow:hidden;
	font-size:16px;
}

#right_column h2{
	background-image:url(image/sub.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
	line-height:34px;
	padding-top:4px;
	padding-bottom:12px;
	padding-left:60px;
	color:#FFFFFF;
	font-size:15px;
}

#right_column h2.red{
	background-image:url(../../OPsaints.jp/image/sub_red.png)
}

#right_column h2.color01{
	background-image:url(image/sub_color01.png);
}

#right_column h2.color02{
	background-image:url(image/sub_color02.png);
}

#right_column h2.color03{
	background-image:url(image/sub_color03.png);
}

#right_column h2.color04{
	background-image:url(image/sub_color04.png);
}

#right_column h2.color05{
	background-image:url(image/sub_color05.png);
}

#right_column h2.color06{
	background-image:url(image/sub_color06.png);
}

#right_column h2.color07{
	background-image:url(image/sub_color07.png);
}

#right_column h2 a{
	color:#FFFFFF;
}

#right_column h2 span{
	font-size:13px;
	float:right;
	margin-right:10px;
}

#right_column h3{
	/*color:#900;*/
	color:#333;
	font-size:15px;
	margin-bottom:1em;
}


#right_column .totop{
	text-align:right;
	margin:30px 0px;
	overflow:hidden;
}

/*-----------------------------------------*/

/*-----------------------------------------*/

/*-----------------------------------------*/

/*-----------------------------------------*/

/*-----------------------------------------*/

/*-----------------------------------------*/

/*-----------------------------------------*/

/*-----------------------------------------*/
/*コピーライト*/

#copy{
	max-width:100%;
	min-width:1000px;
	margin:0px auto;
	overflow:hidden;
	background-color:#111111;
}

#copy p{
	color:#ffffff;
	text-align:center;
	line-height:20px;
}