@charset "utf-8";

/* 共通 */
/* --HTML-- */
html {
overflow-y:scroll;
height: 100%;             /* #containerのmin-heightに対して必要なもの */
}

body{
	margin-top: 0px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic","sans-serif";
	font-size: 14px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
	background-color: #B6D9FF;
	background-image: url(../image/bg.jpg);
	background-position: center bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	min-width:1160px;

}

/* --OTHER TAGS-- */
a img, img {
	border:0;
	vertical-align: bottom;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
	margin:0px;
	padding:0px;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th, var {
font-style:normal;
font-weight:normal;
}

caption, th {
text-align:left;
}
table{
	font-size:14px;
	margin-right: auto;
	margin-left: auto;
}
code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt {
	font-size:108%; 
	}


ol, ul {
list-style:none;
}
p{
	margin-bottom:25px;
}
q:before, q:after {
content:'';
}


strong{
font-size:16px;
	
	
}

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

}

a:focus{
outline:none;
} 

img,fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
* { box-sizing : border-box}
* { -moz-box-sizing : border-box}
.imgover {
}

h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}
h1{margin-bottom:15px;}


/* =================================== */
/* Google Custom Search Settings */
/* =================================== */
 
#stage #side #cse-search-box {
	width: 360px !important;
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom:15px;
}
 
#stage #side #cse-search-box div {
    padding: 0 !important;
}
 
#stage #side #cse-search-box input[type="text"] {
	font-size: 14px;
	height: 34px;
	width: 355px;
	background: #f9f9f9;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 10px #dddddd;
	-moz-box-shadow: 0 0 10px #dddddd;
	-webkit-box-shadow: 0 0 10px #dddddd;
	padding: 5px;
}
 
#stage #side #cse-search-box input[type="submit"] {
    background: url("../image/icon_search.png") no-repeat scroll 50% 50% #f9f9f9;
    border: 0 none;
    color: #ffffff;
    height: 20px;
    margin: 0 0 -10px -27px;
    overflow: hidden;
    text-indent: -9999px;
    width: 20px;
    -webkit-appearance: none;
}







#stage {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}


#stage #contents{
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	padding-top: 10px;
	width: 1140px;
}
#stage #contents #contents_inner{
	overflow: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#gazobox{
	z-index: 1;
	width: 740px;
	height: 450px;
	position: relative;
}


#main{
	width:760px;
	float:right;
	text-align: left;
	padding-top: 15px;
}
#main.news_detail{padding-top:0px;}
#main h2{
	font-size:18px;
	margin-bottom: 10px;
	color: #FFFFFF;
	
	background: -moz-linear-gradient(#006699, #069BE5);
	background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#069BE5)); 
	background:-ms-linear-gradient(top, #006699, #069BE5); /* IE */
	display: inline;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	clear: both;
	height: 46px;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	



}


#main h5{
	font-size:18px;
	margin-bottom: 10px;
	color: #FFFFFF;
	
	background: -moz-linear-gradient(#990000, #e50606);
	background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#e50606)); 
	background:-ms-linear-gradient(top, #990000, #e50606); /* IE */
	display: inline;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	clear: both;
	height: 46px;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	



}


#main #box{
	margin-top: 10px;
	margin-bottom: 35px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	
	-webkit-border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	border-radius: 0px 10px 10px 10px;



}
#main #box
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#main #box:before, #box:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
#main #box:after
{
    right:10px;
    left:auto;
    transform:skew(8deg) rotate(3deg);
}


#main #box h3{
	margin-bottom:5px;
	font-size:18px;
	color: #006699;
	
}

#main #box h3 a{/*リンクされた文字*/
    color:#006699;
    font-style:normal;
    text-decoration:underline;
}

#main #box p{
	margin-bottom:30px;
}
#main #box p.waku{
	border: 1px solid #666666;
	padding: 5px;
}
#main #box p.waku1{
	border: 1px solid #666666;
	padding: 5px;
	height: 230px;
}
#main #box div.waku2{
	border: 1px solid #ff0000;
	padding: 10px;
    text-align: center;
	
}
#main #box ul{
	margin-left:30px;
	margin-bottom: 50px;
}
#main #box ul li{
	list-style-type: disc;
}
#main #box ul li ul li{
	list-style-type: circle;
}

/*-----------------------------------------------
 __サイドバー
-----------------------------------------------*/

#stage #side{
	width:360px;
	float:left;
}
#stage #side h3{
	margin-bottom:0px;
	background: -moz-linear-gradient(#006699, #069BE5);
	background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#069BE5)); 
	background:-ms-linear-gradient(top, #006699, #069BE5); /* IE */

	color: #FFFFFF;
	font-size: 18px;
	text-align:left;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;


	
	
	height:46px;
	line-height: 36px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 12px;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;




}






#stage #side .king{
	margin-bottom: 15px;
}

#stage #side .king .box_king{
	margin-bottom:5px;
	text-align: left;
	height: 100px;
	background-color: #FFFFFF;
}
#stage #side .king .box_king h4{font-size:14px; line-height:20px;}
#stage #side .king .box_king .inner{
	padding:10px;
}
#stage #side .king .box_king .inner img{
	float:left;
	margin-right: 10px;
}


#stage #side .box{
	margin-bottom:40px;
	text-align: left;
	background-color: #FFFFFF;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	overflow:auto;

}


#stage #side .box
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stage #side .box:before, .box:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
#stage #side .box:after
{
    right:10px;
    left:auto;
    transform:skew(8deg) rotate(3deg);
}



#stage #side .box .inner{padding:10px;}

#stage #side .box  ul{
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
}
#stage #side .box  ul.media{margin-left:5px;}
#stage #side .box ul li{
	list-style:none;
	margin-bottom: 5px;
}
#stage #side .box ul.japanese{ clear:both; margin-bottom:20px; overflow:auto;}
#stage #side .box ul.japanese li{float:left; width:140px; margin-right:10px;}
#stage #side .box ul li.twitter{
	background-image:url(../image/icon_twitter.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	margin-bottom: 5px;
}
#stage #side .box ul li.tel{
	background-image:url(../image/icon_tel.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	margin-bottom: 5px;
}
#stage #side .box ul li.fax{
	background-image:url(../image/icon_fax.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	margin-bottom: 5px;
}

#stage #side .box ul li.mail{
	background-image:url(../image/icon_mail.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	margin-bottom: 5px;
}

#stage #side .box ul li.facebook{
	background-image:url(../image/icon_facebook.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	margin-bottom: 5px;
}

#stage #side .box p{padding-left:10px;}
#stage #side .box h4 {
	font-size: 16px;
	margin-bottom: 5px;
	clear: both;
	color: #006699;
}
#stage #side .box .name{
	float:right;
	width:260px;
}
#stage #side .box .name h4{
	font-size:14px;
	font-weight: normal;
}
/*-----------------------------------------------
 __ヘッダー
-----------------------------------------------*/
#spacer{
z-index: 2;
position: fixed;
right: 192px;
}

#spacer1{
z-index: 2;
position: fixed;
right: 656px;
}
 

#head{
	width:1140px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#head a.link{
	width:229px;
	height:234px;
	position:absolute;
	text-indent: -9999px;
	left: 455px;
	top: 7px;
}

#header{
	background-image: url(../image/header.png);
	background-repeat: no-repeat;
	height: 290px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-position: center top;
}



	

/*------------------------------------
	#グローバルメニュー
-------------------------------------- */
#menu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height:43px;
	background: -moz-linear-gradient(#006699, #069BE5);
	background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#069BE5)); 
	background:-ms-linear-gradient(top, #006699, #069BE5); /* IE */

	position: relative;
	left: 0px;
	top: 250px;
	
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;




}

#menu
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#menu:before, #menu:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
#menu:after
{
    right:10px;
    left:auto;
    transform:skew(8deg) rotate(3deg);
}




#menu a:hover{text-decoration:underline;}
#menu ul{list-style:none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: both;
}
#menu ul li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 6px 10px 4px 10px;
	margin-right:10px;
	margin-top:7px;
	border:none;
	z-index: 3;

}

#menu ul li:first-child{
}

#menu ul li:hover {
	border: 1px solid #777777;
	background-color: #BB0000;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 9px;
}

#menu ul li:first-child:hover{	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;



}


#menu ul li a {
	font-size:16px;
	color: #FFFFFF;
	display:block;
	outline:0;
	text-decoration:none;
	font-weight:bold;
}

#menu ul li:hover a {
	color:#FFFFFF;
	
}

#menu ul li .drop {
	padding-right:21px;
	background-image: url(../image/drop.png);
	background-repeat: no-repeat;
	background-position: right 8px;
}


#menu ul li:hover .drop {
	background-image: url(../image/drop_o.png);
	background-repeat: no-repeat;
	background-position: right 7px;
	color: #FFFFFF;
	text-decoration:none;
}

#menu ul li:hover .home{text-decoration:none; background-image:none;}


.dropdown_1column, 
.dropdown_1-5columns, 
.dropdown_2columns, 
.dropdown_2-5columns, 
.dropdown_3columns, 
.dropdown_3-5columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	/* Gradient background */
	background:#F4F4F4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #777777;
	border-right-color: #777777;
	border-bottom-color: #777777;
	border-left-color: #777777;
}

.dropdown_1column {width: 140px;}
.dropdown_1-5columns {width: 200px;}
.dropdown_2columns {width: 290px;}
.dropdown_2-5columns {width: 320px;}
.dropdown_3columns {width: 440px;}
.dropdown_3-5columns {width: 520px;}
.dropdown_4columns {width: 600px;}
.dropdown_5columns {width: 660px;}

#menu ul li:hover .dropdown_1column, 
#menu ul li:hover .dropdown_1-5columns, 
#menu ul li:hover .dropdown_2columns, 
#menu ul li:hover .dropdown_2-5columns, 
#menu ul li:hover .dropdown_3columns,
#menu ul li:hover .dropdown_3-5columns,
#menu ul li:hover .dropdown_4columns,
#menu ul li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}
#header #menu ul #news ul{}
#header #menu ul #news ul li{width:680px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-left: 35px;
	line-height: 16px;
	padding-bottom: 3px;margin-bottom:5px;
	display:none;
}
#header #menu ul #news ul li a{
	display:inline;
}
#header #menu ul #news ul li.title{
	background-image: url(../image/top_news_li.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom:3px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight:bold;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;



}

#header #menu ul #news h3{
	font-weight:normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header #menu ul #news p{display:none;}
.col_1,
.col_1-2,
.col_1-5,
.col_2,
.col_2-5,
.col_3,
.col_3-5,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {
	width:120px;
}

.col_1-2 {width:180px;}
.col_1-5 {width:180px;}
.col_2 {width:270px;}
.col_2-5 {width:300px;}
.col_3 {width:420px;}
.col_3-5 {width:490px;}
.col_4 {width:580px;}
.col_5 {width:640px;}

#menu ul .menu_right {
	float:right;
	margin-right:0px;
	text-align: right;
}

#menu ul li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}
#menu ul li:hover .align_right li{width:290px; }
#menu ul li:hover .align_right li a{display:block;}

#menu ul li:hover .col_2-5 li{
	width:300px;
}
#menu ul li:hover .col_2-5 li a{display:block;}



#menu p, #menu h2, #menu h3, #menu ul li {
	line-height:21px;
	font-size:12px;
	text-align:left;
}
#menu ul h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu ul h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu ul p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu ul li:hover div a {
	font-size:12px;
	color:#000000;
}
#menu ul li:hover div a:hover {
	color:#000000;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#menu ul li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu ul li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu ul li ul li {
	font-size:14px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu ul li ul li.wide{width:180px;}
#menu ul li ul.news{}
#menu ul li ul.news li{width:230px;}
#menu ul li ul.visa{}
#menu ul li ul.visa li{width:230px;}
#menu ul li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu ul li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu ul li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

#menu ul li .linkbox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu ul li .linkbox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}
#menu ul li.waku{
	border: 1px solid #ffffff;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;

}

.lang{
	border: 1px solid #ffffff;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	width:100px;
	position: absolute;
	left: 1028px;
	top: 257px;
	font-size: 16px;
	font-weight: bold;
}
.lang a{
	color:#FFFFFF;
	text-decoration: none;
	display:block;
		padding-top: 3px;
	padding-bottom: 3px;

}
.lang a:hover{background-color:#BB0000;	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
/*-----------------------------------------------
 __緊急
-----------------------------------------------*/
#stage #emergency{
	background-color: #BB0000;
	height:46x;
	margin-bottom:20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 25px;

}

#stage #emergency
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stage #emergency:before, #emergency:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
#stage #emergency:after
{
    right:10px;
    left:auto;
    transform:skew(8deg) rotate(3deg);
}


#emergency p{
	color:#FFFFFF;
	line-height:24px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 16px;
}
#emergency p a{color:#FFFFFF;}
#stage #emergency h3{
	font-size:22px;
	text-align: center;
	margin-bottom: 15px;
	color: #FFFFFF;
}

/*-----------------------------------------------
 __トップページのニュースボックス
-----------------------------------------------*/
#main_top #news {
	margin-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 5px;
	margin-bottom: 25px;
	background-color: #CCCCCC;
}
#main_top #news h3{
	font-size:12px;
	margin-bottom: 3px;
	color: #333333;
}
#main_top #news h3 a{color:#333333}
#main_top #news a{
	font-weight: bold;
	text-decoration:none;
}
#main_top #news a:hover{text-decoration:underline;}
#main_top #news p{
	padding-bottom:5px;
	margin-bottom: 15px;
}
#main_top #news h2{color:#333333}
#main_top #news .image{
	text-align:center;
	margin-bottom: 15px;
}
#main_top #news ul{ padding-left:15px; padding-right:15px; margin-bottom:25px;}
#main_top #news ul li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-left: 45px;
	line-height: 16px;
	padding-bottom: 3px;
	margin-bottom:5px;
	background-image: url(../image/top_news_li.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#main_top #news ul li a{color:#333333;}


/*-----------------------------------------------
 __ニュースボックス
-----------------------------------------------*/
#main.news_detail{}

#main.news_detail h2
{
	
	background: -moz-linear-gradient(#FFFFFF, #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF)); 
	background:-ms-linear-gradient(top, #FFFFFF, #FFFFFF); /* IE */
	



}



#main.news_detail #news{
	margin-top:0px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	min-height:600px;
}

#main #news {
	margin-top: 10px;
	margin-bottom: 35px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 10px;
	background-color: #FFFFFF;
	-webkit-border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	border-radius: 0px 10px 10px 10px;

}
#main #news
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#main #news:before, #news:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
#main #news:after
{
    right:10px;
    left:auto;
    transform:skew(8deg) rotate(3deg);
}




#main #news h3{
	font-size:12px;
	margin-bottom: 3px;
	color: #15709F;
}
#main #news h3 a{color:#115A82}
#main #news a{
	font-weight: bold;
}
#main #news p{
	padding-bottom:5px;
	margin-bottom: 15px;
}
#main #news h2{
	color:#333333;
	border:none;
	line-height:20px;
	display: block;
	padding: 0px;
	margin-bottom:25px;
	background-color: rgba(255,0,0,0.0);
	background: -moz-linear-gradient(#FFFFFF, #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	-webkit-box-shadow:0px 0px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0px 0px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0px 0px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
	height: auto;

}
#main #news .image{
	margin-bottom: 15px;
	float: right;
	width: 370px;
}
#main #news .image img{
	width: 320px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#main #news .images img{
	width: 320px;
	margin-bottom: 15px;
	float: center;
}
#main #news ul{}
#main #news ul li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-left: 45px;
	line-height: 16px;
	padding-bottom: 3px;
	margin-bottom:5px;
	background-image: url(../image/top_news_li.png);
	background-repeat: no-repeat;
	background-position: left center;
	min-height:45px;
	height:auto;
	
}

#main #news #arrow{
	clear:both;
	height: 50px;
}
/*-----------------------------------------------
 __クウエートからのお知らせ
-----------------------------------------------*/
#stage #message{

	margin-top: 10px;
	margin-bottom: 50px;
	height:auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	-webkit-border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	border-radius: 0px 10px 10px 10px;

}
#stage #message
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stage #message:before, #message:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
#stage #message:after
{
    right:10px;
    left:auto;
    transform:skew(8deg) rotate(3deg);
}

#stage #message ul{}
#stage #message ul li{
	background-image: url(../image/message_li.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-bottom: 15px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;

}
/*-----------------------------------------------
 __お知らせ
-----------------------------------------------*/
#stage #notice_board{
	margin-top: 10px;
	margin-bottom: 55px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	-webkit-border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	border-radius: 0px 10px 10px 10px;
	background-color:#069BE5;
	border: 1px solid #006699;


}
#stage #notice_board
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stage #notice_board:before, #notice_board:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
#stage #notice_board:after
{
    right:10px;
    left:auto;
    transform:skew(8deg) rotate(3deg);
}
#stage #notice_board ul{
	margin-left:10px;
	margin-right:10px;
}
#stage #notice_board ul li{
	background-image: url(../image/message_li.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-bottom: 15px;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #FFFFFF;
}
#stage #notice_board ul li a{
	color: #FFFFFF;
}

#stage #notice_board p{
	color:#FFFFFF;
	line-height:24px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	padding-left: 14px;
}
#stage #notice_board p a{color:#FFFFFF;}

/*-----------------------------------------------
 __アルバム
-----------------------------------------------*/
#main #album{
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 5px;
	background-color: #FFFFFF;
	overflow:hidden;
}
#main #album
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#main #album:before, #album:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
#main #album:after
{
    right:10px;
    left:auto;
    transform:skew(8deg) rotate(3deg);
}



#main #album h3{
	clear:both;
	padding-top:20px;
	color:#333333;
	font-size:14px;
	margin-bottom:5px;
}
#main #album ul li {float:left; margin-right:10px; }
#main #album ul li img{
height:90px;
	margin-bottom: 5px;
	vertical-align:bottom;
}
#main #album ul li.title{
	clear:both;
	padding-top:20px;
	color:#333333;
	font-size:14px;
	margin-bottom:5px;
	float: none;
	font-weight: bold;
}





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

#kadomaru{clear:both;}


#footer {
	text-align: left;
	color: #FFFFFF;
	height: 200px;
	padding-top: 0px;
	padding-left: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/footer.png);
	background-repeat: repeat-x;
	clear: both;
}

#footer .inner{width:1200px; margin-left:auto; margin-right:auto;}
#footer h4{
	font-size:14px;
	padding-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom:5px;
	background-image: url(../image/footer_flag.png);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	background-position: left 4px;
	padding-left: 30px;
}
#footer ul{
	float:left;
	width:360px;
	margin-right:15px;
	line-height:18px;
	padding-top: 5px;
	margin-left: 15px;
}
#footer ul li{}

#footer a{
	color: #FFFFFF;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#ipock {
position:absolute;
top:-5000px;
left:-999px;
}



/*-----------------------------------------------
 __リスト
-----------------------------------------------*/

.number{
	list-style-type: decimal;
	line-height: 160%;
	margin-top: 5px;
	padding-left: 25px;
	margin-bottom: 25px;
}
.none{
	list-style-type: none;
	line-height: 160%;
	margin-top: 5px;
}
.k-j ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.k-j li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	line-height: 30px;
	padding: 0px;
}
.k-j li.year {
	display: inline;
	list-style-type: none;
	margin: 0px;
	line-height: 30px;
	padding: 0px;
	width: 100px;
	white-space: nowrap;

}




/*-----------------------------------------------
 __画像配置
-----------------------------------------------*/
.img_lf{float:left; margin-right:10px;}
.img_rt{
	float:right;
	margin-left: 10px;
}
.mglt{margin-left:5px;}
.mgrt{
	margin-right:10px;
	margin-left: 0px;
}



/*-----------------------------------------------
 __文字関係
-----------------------------------------------*/
.red{color:#FF0000;}
.verysmall{font-size:70%;}
.blue{color:#000066;}
.normal{font-size:12px;}
.tel{font-size:14px;}

.big{font-size:120%;}
.bigbig{font-size:160%;}

.bold{
	font-weight:bold;
}
.small{font-size:10px;}
.black{background-image:url(../image/black.jpg);}

/*-----------------------------------------------
 __文字関係
-----------------------------------------------*/


.shadow
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow:before, .shadow:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.shadow:after
{
    right:10px;
    left:auto;
    transform:skew(8deg) rotate(3deg);
}
