@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}



body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------全体のレイアウト------------------------------------ */

body{	-webkit-text-size-adjust: none; 
	margin:auto; 
	background:#F7F6EB;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	word-wrap: break-word;
	background-image:url(../images/haikei.jpg);

}


h1, h2, h3, h4, h5, h6 {
	font-weight:lighter;
}

ul{
	list-style:none;
}

a:link, a:visited {
	color:#c00;
	text-decoration:none;
}

a:hover {
	color:#0cc;
}

p{
	font-size: 14px;
	word-wrap: break-word;
	margin: 10px 20px;
}

img{
	display:block;
	vertical-align:bottom;
}

#wrapper {
	display:block;
	width: 810px;
	margin: 0px auto; 
	position:relative;
	background:#f4eabc;  
	border-style:solid;
 	border-color:#000;
 	border-width:0 2px;

	/* background-pattern */
	background: -moz-linear-gradient(top, #f4eabc, #f4eabc 20px, #ccc39f 21px);
	background: -o-linear-gradient(top, #f4eabc, #f4eabc 20px, #ccc39f 21px);
	background: -webkit-linear-gradient(top, #f4eabc, #f4eabc 20px, #ccc39f 21px);
	background: repeating-linear-gradient(top, #f4eabc, #f4eabc 20px, #ccc39f 21px);
	background-size: 100% 21px;
	behavior: url(js/PIE.htc);
}




/*----------------------ヘッダのレイアウト------------------------------------ */

header {
	width:auto;
}

.title {width:auto;
	height:210px;
	background-image:url(../images/image-kari01.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.header-taiken {
	width:auto;
	height:120px;
	background-image:url(../images/ba-taiken.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.header-siseki {
	width:auto;
	height:120px;
	background-image:url(../images/ba-siseki.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.guidance {
	width:auto;
	height:120px;
	background-image:url(../images/ba-guid.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.ex {
	width:auto;
	height:120px;
	background-image:url(../images/ba-ex.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.privacy {
	width:auto;
	height:120px;
	background-image:url(../images/ba-pp.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
/*----------------------左カラムのレイアウト---------------------------------- */

nav{
	/display: inline;  /* IE用ハック */
	/zoom: 1;  /* IE用ハック */
	margin:30px 20px;
	width: 200px;
	height:auto;
	float: left;
	word-wrap: break-word;
	position:relative;
}


nav h2{
	 font-size: 1.3em; 
	line-height: 1.3em;
}

nav p{
	 font-size: 0.9em;
	line-height: 1.3em;
}

nav:after {
	content: "";
	display: block;
	clear: both;
}


.leftred{
	font-size: 0.9em;
	color: #BE003F;
	text-align: center;
	line-height: 1.3em;
	background-color: #FFE6F7;
}


ul.sidemenu{
	display: block;
	width: 200px;
	height: auto;
	margin-top: 10px;
	padding: 0px;
	position : relative;
	z-index: 1;
	background: #f7f4f7;
	border-width: 15px 1px 1px 1px;
	border-style: solid;
	border-color: #5E4761;

}

ul.sidemenu span{
	display : block;
	height : 27px;
	width : 77px;
	position : absolute;

	z-index:2;
	left : 70px;
	top :-28px;
	background-image:url(../images/tape.png);
}

ul.sidemenu li {
	height : 50px;
	margin: 0px;
	border-top: 1px solid #000;
}

ul.sidemenu li a{
	display : block;
	margin:0px;
	color:#000;
	text-align:center;
	position : relative;
	behavior: url(js/ie-css3.htc);
}

ul.sidemenu li a:hover{
	background-color: #f7f4f7;
}

ul.sidelink{
	display: block;
	width: 200px;
	height: 280px;
	margin-top: 30px;
	padding: 10px 0px;
	position : relative;
	z-index: 1;
	background: #f7f4f7;
	border-width: 15px 1px 1px 1px;
	border-style: solid;
	border-color: #5E4761;
}

ul.sidelink li {
	margin:0 10px;
	line-height: 18px;
	color:#000;
}

ul.sidelink li img{
	padding-top:10px;
display:block;
margin:auto;
}

ul.sidelink span{
	display : block;
	height : 27px;
	width : 77px;
	position : absolute;

	z-index:2 ; 
	left : 70px;
	top :-28px;
	background-image:url(../images/tape.png);
}

ul.subsidemenu{
	display: block;
	width: 200px;
	height: auto;
	margin-top: 10px;
	padding: 10px;
	line-height: 18px;
	position : relative;
	z-index: 1;
	background: #f7f4f7;
	border-width: 15px 1px 1px 1px;
	border-style: solid;
	border-color: #5E4761;
}

ul.subsidemenu span{
	display : block;
	height : 27px;
	width : 77px;
	left : 70px;
	top :-28px;
	position : absolute;

	z-index:2 ;
	background-image:url(../images/tape.png); 
}

ul.subsidemenu li {
	height : auto;
	margin:10px 0px;
	border-bottom: 1px solid #000;
	text-indent:-2em;
	padding-left:2em;

}

ul.subsidemenu li a{
	margin:0px;
	display : block;

}

/*----------------------右カラムのレイアウト------------------------------------ */


h1 {
	display: inline-block;
	width: 85%;
	height: auto;
	text-align: left;
	font: normal normal 22px Verdana, Helvetica, Arial,'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	font: bold;
	color: #3f1f1f;
	font-size: 16px;
	line-height: 40px;
	position: relative;
	/* fusen-pattern */
	border-left: 10px solid #663333;
	border-bottom: 1px solid #663333;
	background: #cc9757;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;

}




hr{
	margin-top:20px;
	margin-bottom:20px;
	border:0px; 
	overflow: hidden;
}

img {
	border: none;
	vertical-align:bottom;
}



article{
	/display: inline;  /* IE用ハック */
	/zoom: 1;  /* IE用ハック */
	margin-right:0;
	width : 65%;
	float: right;
	}

article h2{
	 font-size: 1.3em; 
}

section{
	margin:0px 0px 15px; auto ;
	width : 100%;
	word-wrap: break-word;
}
.topicpath{
	text-align:right;
	margin:0;
}

.text01{
	width: 80%;
	height: auto;
	margin:0 15px;
	padding:20px;
	font-size: 11px;
	text-align:left;
	position:relative; 

	background:#FFF;
	border: dotted 2px #5D2917;
}

.text01 h2{font-size: 13px;}

#red{color:red;}

.pc-bana01{
	display: block;
	width: 100%;
	margin-top:15px;
	text-align:center;
}


ul.gallery{
	display: block;
	width: 100%;
	height: auto;
	margin:auto;
} 

ul.gallery li {   
	display: inline;  
	margin:0 5%;
	padding:10px;
	float: left;
	position: relative;

	background: #fff;
	box-shadow: 0 7px 6px -6px #b2b2b2;
	border: 2px solid #b2b2b2;
} 




.gallery:after {
	display: block;
	content: "";
	clear: both;
}

/*----------------------角丸等のレイアウト------------------------------------ */

.radius01, .radius02, .radius03, .radius04{

	display: block;
	width: 100%;
	text-align:center;

}

/* top-link */
.radius01{display:none;}

.radius01 div{display:none;}

.sp-link{display:none;}


/* guidance-link */


ul.radius02:before{
	display: block;
	content: "";
	clear: both;
}

ul.radius02{
	width: 80%;
	margin:-2px 15px 0 15px;
	padding:20px;
	text-align:justify;
	list-style-type:none;
	position:relative; 

	border: dotted 2px #5D2917;
	background:#FFF;
}


ul.radius02 li{	
	display: block;
	line-height: 70px;
	margin:20px auto;
	position:relative; 
	border: dotted 2px #5D2917;
	padding:10px;
	padding-right:0px;
	background-color: #eddca6;
}
ul.radius02 li p{ 
	display: block;
	/display: inline;  /* IE用ハック */
	/zoom: 1;  /* IE用ハック */
	margin-left:5px;
	overflow: hidden;
	line-height: 1.5em;
	word-break: break-all;}

ul.radius02 a{
	display: block;
	line-height: 50px;
	position:relative; 
	text-decoration:none;

}

ul.radius02 .icon{
	/display: inline;  /* IE用ハック */
	/zoom: 1;  /* IE用ハック */
	display: block;
  	width: 50px;
	height: 50px;
	margin-right:10px;
	float:left;
	text-align:center;
	font-size:20px;
	color:#FFFFFF;
	text-decoration:none;
	position:relative; 

	zoom: 1;
	border: solid 1px #5D2917;
	background-color: #637048;
	background-size: 100%;
	
	/* radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-pie-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../js/PIE.htc);


	/* gradient */
	background-image: -moz-linear-gradient(top, #999600, #0a3d13);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#999600),to(#0a3d13));
	background-image: -o-linear-gradient(top,#999600, #0a3d13);
	background-image: linear-gradient(#999600, #0a3d13);
	-pie-background: linear-gradient(#666600, #0a3d13);
	behavior: url(../js/PIE.htc);
}


ul.radius02 li:after {
	display: block;
	content: "";
	clear: both;
}


ul.radius02:after {
	display: block;
	content: "";
	clear: both;
}

/* return-link */

.radius03 {
	display: block;
	width: 85%;
	height: auto;
	margin:auto;
}

.radius03 div{
	display: block;
	width: 40%;
	height: 40px;
	margin:15px auto;
	line-height:40px;
	text-align:center;
	zoom: 1;

}

.radius03 div a{
	display: block;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	position:relative;
	

	/* radius */
	behavior: url(../js/PIE.htc);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
 	border: 1px solid #264943;

	/* gradient */

	background: #4c4c4c;
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #5E5E5E 50%, #4c4c4c 51%, #000111 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(50%,#5E5E5E), color-stop(51%,#4c4c4c), color-stop(100%,#000111));
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#5E5E5E 50%,#4c4c4c 51%,#000111 100%);
	background: -o-linear-gradient(top,  #4c4c4c 0%,#5E5E5E 50%,#4c4c4c 51%,#000111 100%);
	-pie-background: linear-gradient(#4c4c4c,#000111);
	background: linear-gradient(to bottom,  #4c4c4c 0%,#5E5E5E 50%,#4c4c4c 51%,#000111 100%);
	background-size: 100%;
}

.radius03 div img{
	margin:5px;
	border:0;
	float:left;    
}

.radius03:after {
	display: block;
	content: "";
	clear: both;
}

/* audio-link */

.radius04:before{
	display: block;
	content: "";
	clear: both;
}

.radius04{
	width: 80%;
	height: auto;
	margin:0 15px;
	padding:20px;
	text-align:center;
	position:relative; 

	border: dotted 2px #5D2917;
	background:#FFF;
}


.radius04 a{
	display: block;
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	line-height: 80px;
}

/* languages-link */


.radius04 div.ja{
	display: block;
	width:80%;
	height: 80px;
	margin:auto;
	position:relative;

	background-color: #ba5757;
 	border: 1px solid #264943;

	/* gradient */
	background-image: -moz-linear-gradient(top, #E77F68, #a41919);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#E77F68),to(#a41919));
	background-image: -o-linear-gradient(top,#E77F68, #a41919);
	-pie-background: linear-gradient(top, #E77F68, #a41919);
	background-image: linear-gradient(top, #E77F68, #a41919);
	behavior: url(../js/PIE.htc);

	/* radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


.ja img{    
	margin:20px;
	border:0;
	float:left;
}




.radius04 div.en{
	display: block;
	width:80%;
	height: 80px;
	margin:auto;
	position:relative;

	background-color: #637048;
 	border: 1px solid #264943;

	/* gradient */
	background-image: -moz-linear-gradient(top, #999600, #0a3d13);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#999600),to(#0a3d13));
	background-image: -o-linear-gradient(top,#999600, #0a3d13);
	-pie-background: linear-gradient(top, #666600, #0a3d13);
	background-image: linear-gradient(top, #999600, #0a3d13);
	behavior: url(../js/PIE.htc);

	/* radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


.en img{    
	margin:20px;
	border:0;
	float:left;
}


.radius04 div.ko{
	display: block;
	width:80%;
	height: 80px;
	margin:auto;
	position:relative;

 	border: 1px solid #264943;
	background-color: #244386;

	/* gradient */
	background-image: -moz-linear-gradient(top, #4375a8, #244386);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#4375a8),to(#244386));
	background-image: -o-linear-gradient(top,#4375a8, #244386);
	-pie-background: linear-gradient(top, #4375a8, #244386);
	background-image: linear-gradient(top, #4375a8, #244386);
	behavior: url(../js/PIE.htc);
	display: block;

	/* radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.ko img{    
	margin:20px;
	border:0;
	float:left;
}

/*----------------------タブのレイアウト----------------------------------- */

.tabrow:before {z-index: 1;}

.tabrow {
	width: 80%;
	margin:20px 15px 0 15px;
	padding: 0;
	text-align: left;
	list-style: none;
	line-height: 40px;
	position: relative;
	/display: inline;  /* IE用ハック */
	/zoom: 1;  /* IE用ハック */
}
.tabrow li {
	display: inline-block;
	/display: inline;  /* IE用ハック */
	/zoom: 1;  /* IE用ハック */
	width: 35%;
	margin: 0;
	padding: 0 10px;
	position: relative;
	border: dotted 2px #5D2917;
	background: #cc9757;
	height: 40px;

	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	zoom:1 ;
}

.tabrow li.selected {
	display: inline-block;
	/display: inline;  /* IE用ハック */
	/zoom: 1;  /* IE用ハック */
	color: #000;
	background: #FFF;
	z-index: 2;
	position: relative;
	border-bottom-color: #FFF;
}

.tabrow li a {
	display:block;
	color: #FFF;
}


.tabrow:after {
	width: 80%;
	bottom: 0;
	left: 0;
	position: absolute;
	content: "";
	z-index: 1;
}



/*----------------------フッターのレイアウト------------------------------------ */


footer {
	padding:10px;
	clear: both;
	border:none;
	color:#fff;
	font-size:0.8em;
	text-align:center;
	background-color: #282828;
}
