/* CSS Document */

html{
	background-color: #F8F5EE;
}
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.clear {
	clear:both;
	line-height:0;
}
.clearfix:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
}
.clearfix {
		display: block;
		min-height: 1%;
}
p.sp {
    display: none;
}

/*-------------------------------------------------
	リセット　初期設定
-------------------------------------------------*/
* { margin:0pt; padding:0pt; }
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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,fieldset,form,label,legend,ol,ul,li,dl,dt,dd,p {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	line-height:180%;
}
ul li { list-style-type:none;}
body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
}
a {color:#5f5f5f;}
a:hover {color:#d05300;}


/*-------------------------------------------------
	WRAPPER
-------------------------------------------------*/
/*#wrapper {
	position: relative;
	background-color: #F8F5EE;
}*/
#body_box {
	width:960px;
	margin:0 auto;
}

/*-------------------------------------------------
	HEADER
-------------------------------------------------*/
#header {
	width: 960px;
	height: 85px;
	margin: 0 auto;
	overflow: hidden;
}
#header h1 {
	width: 200px;
	height: 55px;
	float: left;
	margin-top: 20px;
	display: inline;
}
#hNavi{
	margin: 0 0 0 864px;
	padding-top: 10px;
}
#hNavi ul.sub{
	float: left;
	margin: 3px 0 0 0;
}
#hNavi ul.sub li{
	display:inline;
	margin:0 12px 0 0;
	padding:0;
}
#hNavi ul.visit{
	float:none;
	margin:33px 0 0 -1px;
}
#hNavi ul.visit li{
	float:left;
	margin:3px 0 0 0;
	padding:0;
}
#hNavi #srcBox{
	float:right;
	display:block;
	width:185px;
}
#srcBox #srcForm {
	margin:0 0 10px;
}
#srcBox .keywords1{
	margin:0;
	width:130px;
	height:16px;
	border:2px solid #F0E9D8;
}
#srcBox .srcBtn {
	margin:0 0 0 4px;
	vertical-align:top;
}

/*-------------------------------------------------
	MAIN_BTN
-------------------------------------------------*/
#main_menu {
	width: 960px;
	margin: 0 auto;
	height: 100px;
}
#main_menu ul {
	height:50px;
}
#main_menu ul li {
	float:left;
	display:inline;
}

/*-------------------------------------------------
	container
-------------------------------------------------*/
div#container {
	width:960px;
	margin:0 auto;
}
/*	page_path
-------------------------------------------------*/
#page_path {
	margin-bottom: 10px;
}

/*	main
-------------------------------------------------*/
#main_box {
	width: 700px;
	float: right;
}
#main_box .bgWhite {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
}

/*段落*/
#main_box p {
	margin-bottom:20px;
	line-height: 1.5;
}

/*タイトル系*/
#main_box .titStyle {
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	background-color: #999;
	margin: 10px 0 10px;
	padding: 0 10px;
}
#main_box h1 {
	color: #222;
	font-size: 20px;
	padding: 15px;
	font-weight: bold;
    background:#fff url(../img/h1.png) no-repeat bottom;
}
#main_box h2 {
	color: #222;
	font-size: 16px;
	border-bottom: 1px dotted #ccc;
    margin: 5px 0 14px;
    padding: 2px 0 4px 15px;
    line-height: 150%;
	font-weight: bold;
	background:url(../img/h2.png) no-repeat left 5px;
}
#main_box h2.h2L {
    color: #222;
    font-size: 18px;
    border-bottom: 1px dotted #ccc;
    margin: 40px 0 14px;
    padding: 0 0 1px 15px;
    font-weight: bold;
    background: url(../img/h2.png) no-repeat left 5px;
}
#main_box h3 {
	color: #222;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	margin-bottom:15px;
	padding: 2px 0 5px 15px;
    line-height: 150%;
	font-weight: bold;
	background:url(../img/h3.png) no-repeat left 5px;
}
#main_box h4 {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:10px;
}

/*リスト*/
#main_box ul,
#main_box ol {
	margin: 0 0 20px;
}
#main_box ul li,
#main_box ol li {
	list-style-type: none;
	margin: 0 0 0 20px;
	line-height: 1.5;
}
#main_box .disc li {
	list-style-type: disc;
}
#main_box .decimal li {
	list-style-type: decimal;
}
#main_box ul.syllabus{  
	margin: 0 0 30px 5px !important;
  	width: 330px;
  	float: left;
  	line-height: 150%;
}
#main_box hr {
  visibility: hidden;
  clear: both;
  margin-bottom: 2em;
}

/*テーブル*/
#main_box table .borderNone table tr td {
	border: none !important;
}
#main_box table {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	margin: 0 0 20px;
}
#main_box table th,
#main_box table td {
	border: 1px solid #ddd;
	padding: 5px;
}
#main_box table th {
	background-color: #f0e9d8;
}
#main_box table th.thWidth {
	width: 130px;
}
#main_box table.fiveCell td {
	width: 20%;
}
#main_box table.fourCell td {
	width: 25%;
}
#main_box table.threeCell td {
	width: 33%;
}
#main_box table.twoCell td {
	width: 50%;
}
#main_box table.centerCell td{
	text-align: center;
}
#main_box table.leftCell td{
	text-align: left;
}
/*新着情報*/
#news table tr td {
	border: none !important;
}

/*カラム スタイル*/
#main_box .block {
	float: left;
	background-color: #fff;
	color: #6e6e6e;
	margin: 0;
}
#main_box .block ul {
	margin-bottom: 0;
}
#main_box .block div {
	margin: 0 0 10px;
}

/*2カラム*/
#main_box .column2 .block {
	padding: 15px;
	margin-top: 10px;
	width: 310px;
}
#main_box .column2.sBlock .block {
	padding: 15px 20px 0 20px;
	margin-top: 10px;
	width: 300px;
}
#main_box .column2.sBlock .block h2 {
	border-bottom: none;
}
#main_box .sdBlock .block{
  padding: 10px 20px 15px 20px;
  margin: 0px 10px 0px 20px;
  width: 270px;
}
  
/*3カラム*/
#main_box .column3 .block {
	width: 190px;
	height: 331px;
	margin-top: 10px;
	padding: 15px;
}


/*アコーディオン*/
#main_box .qaW .qa {
	border-bottom: 1px solid #999;
	margin: 0 0 10px;
	padding-bottom: 5px;
}
#main_box .qaW .qa div {
	line-height: 1.5;
	margin-left: 1em;
	text-indent: -1em;
}
#main_box .qaW .qa .quetion {
	font-weight: bold;
}
#main_box .qaW .qa .quetion:hover {
	cursor: pointer;
}
#main_box .qaW .qa .quetion span {
	color: #d05300;
	font-size: 14px;
}
#main_box .qaW .qa .answer {
	display: none;
	margin-top: 5px;
}
#main_box .imgL,
#main_box .imgR {
	margin: 0 0 15px;
}
#main_box .imgL .img {
	float: left;
	margin-right: 10px;
}
#main_box .imgL .txt {
	float: right;
	width: 455px;
}
#main_box .txttcr {
	float: right;
	width: 520px;
}
#main_box .imgR .img {
	float: right;
	margin-left: 10px;
}
#main_box .imgR .txt {
	float: left;
	width: 460px;
}
#main_box .imgR .txt370 {
	float: left;
	width: 370px;
}

/*アイコン*/
#main_box .pdf_icon {
	vertical-align: text-top;
	padding: 0 5px 0 0;
}

/*ボタン*/
#main_box .btn {
	background-color:#f498a5;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
height:50px;
	line-height:50px;
width:160px;
	text-decoration:none;
	text-align:center;
}
#main_box .btn:hover {
	background-color:#f6b6bf;
}
#main_box .btn:active {
	position:relative;
	top:1px;
}



/*	side
-------------------------------------------------*/
div#side_box {
	width: 225px;
	float: left;
	display: inline;
}
div#side_box #side_menu {
	width: 215px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
div#side_box #side_menu ul li {
line-height:0;
margin-bottom:10px;
}

/*-------------------------------------------------
	footer
-------------------------------------------------*/
#footer_text_link {
	width:960px;
	margin:20px auto 15px auto;
	font-size:0.85em;
}
#footer_text_link_back {
	background:url(../../../images/foot_img02.png) 0 0 repeat-y;
}
#footer_text_link:before {
	width:960px;
	content: "";
	display:block;
	background:url(../../../images/foot_img01.png) 0 0 no-repeat;
	height:7px;
}
#footer_text_link:after {
	width:960px;
	content: "";
	display:block;
	background:url(../../../images/foot_img03.png) 0 bottom no-repeat;
	height:7px;
}
#footer_text_link dl {
	width:138px;
	float:left;
	margin:0 10px 0 10px;
}
#footer_text_link dt {
	background:url(../../../images/arrow01.gif) 5px 5px no-repeat;
	padding:0 0 0 15px;
	color:#f30000;
}
#footer_text_link dd {
	padding:0 0 0 20px;
}
#footer_text_link dd a {
	color:#333333;
}
#footer_text_link dd a:hover {
	color:#666666;
}
#foot_text {
	width:950px;
	margin:0 auto 20px auto;
	font-size:0.85em;
	position:relative;
}

/* ---------------------------------------------
	  preset margin
--------------------------------------------- */
.mt00 { margin-top:  0   !important;}
.mt05 { margin-top:  5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mr00 { margin-right:  0   !important;}
.mr05 { margin-right:  5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}

.mb00 { margin-bottom:  0   !important;}
.mb05 { margin-bottom:  5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml00 { margin-left:  0   !important;}
.ml05 { margin-left:  5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}

/* ---------------------------------------------
	 preset padding
--------------------------------------------- */
.pt00 { padding-top:  0   !important;}
.pt05 { padding-top:  5px !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}

.pr00 { padding-right:  0   !important;}
.pr05 { padding-right:  5px !important;}
.pr10 { padding-right: 10px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}

.pb00 { padding-bottom:  0   !important;}
.pb05 { padding-bottom:  5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}

.pl00 { padding-left:  0   !important;}
.pl05 { padding-left:  5px !important;}
.pl10 { padding-left: 10px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl35 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}

/*-------------------------------------------------
	align
-------------------------------------------------*/

.left {text-align: left}
.right {text-align: right}
.center {text-align: center}


/*-------------------------------------------------
	base.css 2014/03/27 追記文
-------------------------------------------------*/
#hNavi{
	margin-top: 0;
	margin-right: 0;
	/*margin-left: 260px;*/
	margin-bottom: 0;
	padding-top: 10px;
}
#hNavi ul.sub{
	float: left;
	margin: 3px 0 0 0;
}
#hNavi ul.sub li{
	display:inline;
	margin:0 12px 0 0;
	padding:0;
}
#hNavi ul.visit{
	float:none;
	margin:33px 0 0 -1px;
}
#hNavi ul.visit li{
	float:left;
	margin:3px 0 0 0;
	padding:0;
}
#hNavi #srcBox{
	float: right;
	display: block;
	width: 200px;
	overflow: hidden;
	height: 32px;
}
#srcBox #srcForm {
	margin:0 0 10px;
}
#srcBox .keywords1{
	margin:0;
	width:130px;
	height:16px;
	border:2px solid #F0E9D8;
}
#srcBox .srcBtn {
	margin:0 0 0 4px;
	vertical-align:top;
}
#top_left_column{
	width:470px;
	float:left;
	margin-top: 0;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom: 0;
}
#footer {
	margin-top: 20px;
	padding: 20px 0;
	background-color: #F8F5EE;
	border-top: 1px solid #BCBCBC;
	line-height: 1em;
}
#footer div {
	width: 500px;
	float: left;
	padding-left:5px;
}
#footer ul {
	display: block;
	float: right;
	width: 340px;
}
#footer ul li{
	display:inline;
	float:left;
	margin-left:20px;
}

/*-------------------------------------------------
	日本語へ
-------------------------------------------------*/
a.japanese  {  
	width: 90px;
	display: block;
	box-sizing: border-box;
	margin:5px;
	padding:2px;
	text-align: center;
	background-image:url(../img/arw_right.png);
	background-repeat: no-repeat;
	background-position: 78px center;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	text-decoration: none;
	line-height:25px;
}

a:hover.japanese{
	background-color:#FFF;
	background-image:url(../img/arw_right_on.png);
	background-repeat: no-repeat;
	background-position: 78px center;}

img.japaimg{
	vertical-align:middle;
	margin-left:-5px;
}

.japatext{
	padding-left:5px;
}
