@charset "utf-8";

/* CSS Document */

body{
margin:0;
padding:0;
}

ul,ol,li {
margin:0;
padding:0;
list-style:none;
}

img{
border:0;
}

hr{
display:none;
}

a:link{
color:#4B4B4B;
text-decoration:none;
}

a:visited{
color:#4B4B4B;
text-decoration:none;
}

a:hover{
color:#650000;
text-decoration:underline;
}

.accessibility{
display:none;
}

/*加筆ここから*/

/**
 * clearfix
 */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#container{
width:830px;
background:url(../images/bg.gif) repeat-y;
padding:0px 17px;
text-align:left;
}

#container_in{
	border-top:3px solid #993300;
	position:relative;
}


/*加筆ここまで*/

/*
#container{
width:800px;
background:url(../images/bg.gif) repeat-y;
padding:0px 32px;
text-align:left;
}
*/


#header{
margin-bottom:15px;
padding:10px 0px 8px 0px;
position:relative;
background:url(../images/line_header.gif) repeat-x left bottom;
}

#header a{
/*  Mac IE\*/
overflow:hidden;
/* */
}

#header h1{
font-size:10px;
line-height:0;
color:#4B4B4B;
font-weight:normal;
margin:0;
padding:0;
}

#headerText{
font-size:10px;
color:#4B4B4B;
position:absolute;
top:24px;
left:216px;
}

/*#header ul{
/*margin:0;
padding:0;
width:130px;
height:18px;
position:absolute;
top:52px;
left:216px;
}

#header li{
float:left;
list-style:none;
}*/

#header li a{
display:block;
height:100%;
text-indent:-9999px;
}

#hs{
margin:0;
padding:0;
width:399px;
height:18px;
position:absolute;
top:52px;
left:216px;
}

#hs li{
float:left;
list-style:none;
}

.h_home{
background-image:url(../../../shared/common_img/h_home_btn.gif);
background-repeat:no-repeat;
width:62px;
height:18px;
}

.h_home a:hover{
background-image:url(../../../shared/common_img/h_home_btn_over.gif);
background-repeat:no-repeat;
width:62px;
height:18px;
}

.h_about{
background-image:url(../images/h_about_btn.gif);
background-repeat:no-repeat;
width:115px;
height:18px;
}

.h_about a:hover{
background-image:url(../images/h_about_btn_over.gif);
background-repeat:no-repeat;
width:115px;
height:18px;
}

.h_palhome{
background-image:url(../images/h_palhome_btn.gif);
background-repeat:no-repeat;
width:121px;
height:18px;
}

.h_palhome_t{
display:none;
}
.h_palhome a:hover{
background-image:url(../images/h_palhome_btn_over.gif);
background-repeat:no-repeat;
width:121px;
height:18px;
}

#header table{
position:absolute;
top:52px;
left:346px;
}

#headerBtnset{
width:125px;
position:absolute;
top:5px;
right:15px;
}

* html #headerBtnset{
width:155px;
position:absolute;
top:6px;
right:15px;
}

#headerBtnset p{
margin:0;
padding-bottom:9px;
}

#headerTextsizeset{
width:150px;
height:18px;
background-image:url(../../../shared/common_img/fontsize.gif);
background-repeat:no-repeat;
background-position:left;
position:absolute;
top:52px;
right:0px;
}

* html #headerTextsizeset{
width:150px;
height:18px;
background-image:url(../../../shared/common_img/fontsize.gif);
background-repeat:no-repeat;
background-position:left;
position:absolute;
top:52px;
right:15px;
}

#headerTextsizeset p{
display:none;
}

#headerTextsizeset ul{
margin:0px 0px 0px 65px;
padding:0;
}

#headerTextsizeset li{
float:left;
list-style:none;
}

.h_TextB{
width:45px;
height:18px;
background-image:url(../../../shared/common_img/fontsize_b_btn.gif);
background-repeat:no-repeat;
}

.h_TextB a:hover{
width:45px;
height:18px;
background-image:url(../../../shared/common_img/fontsize_b_btn_over.gif);
background-repeat:no-repeat;
}

.h_TextS{
width:40px;
height:18px;
background-image:url(../../../shared/common_img/fontsize_s_btn.gif);
background-repeat:no-repeat;
}

.h_TextS a:hover{
width:40px;
height:18px;
background-image:url(../../../shared/common_img/fontsize_s_btn_over.gif);
background-repeat:no-repeat;
}


.searchText{
font-size:x-small;
line-height:100%;
}

#pankuzu{
font-size:70%;
	color:#666666;
	padding-left:25px;
	margin-bottom:15px;
	vertical-align:top;/*これがないとNetscapeでunderlineが利かない*/
}

#pankuzu_course {
font-size:70%;
	color:#666666;
	padding-left:10px;
	margin-bottom:15px;
	vertical-align:top;/*これがないとNetscapeでunderlineが利かない*/
}

#pankuzu a:hover{
vertical-align:top;/*これがないとNetscapeでunderlineが利かない*/
	text-decoration:underline;
}


#contentsBox{
position:relative;
width:800px;
margin:0 15px;
}

#f_gloval{
clear:both;
	padding-top:30px;
	margin-bottom:10px;
	text-align:center;
	color:#4B4B4B;
	font-size: 85%;
}

* html #f_gloval{
clear:both;
margin:30px 0px 10px 0px;
padding:0;
text-align:center;
/*font-size:70%;*/
color:#4B4B4B;
}

.f_gloval_here{
color:#650000;
text-decoration:none;
}

#footer{
clear:both;
width:800px;
border-top:1px dotted #A5A5A5;
padding:10px 0px 15px 0px;
margin:0 15px;
font-size:x-small;
color:#4B4B4B;
position:relative;
}

#f_request{
width:282px;
position:absolute;
top:10px;
left:510px;
text-align:right;
}

#f_request p{
/*  Mac IE\*/
float:left;
/* */
margin:0;
padding:0;
line-height:150%;
}

address{
/*  Mac IE\*/
margin:0;
padding-top:1em;
font-style:normal;
/* */
}


/*サイドボックス*/

#sideBox{
width:200px;
float:left;
/*  Mac IE\*/
overflow: hidden;
/* */
}

#sideBox h2{
margin:0;
padding:0;
}

#sideBox ul{
margin:0;
padding:0px 0px 100px 0px;
}

#sideBox li{
height:31px;
list-style:none;
}

#sideBox li a{
display:block;
height:100%;
text-indent:-9999px;
}

#sidebannerSet{
width:200px;
}

#sidebanner01{
margin-top:200px;}

#sidebanner01 p{
margin:0;
padding-bottom:20px;
}

#sidebanner02 p{
margin:0;
padding-bottom:5px;
}


/*コンテンツ*/
.j16{
font-size:110%;
line-height:160%;
}

.j14{
font-size:100%;
line-height:160%;
}

.j12{
font-size:85%;
line-height:160%;
}

* html .j12{
font-size:80%;
line-height:160%;
}

.j10{
font-size:75%;
line-height:130%;
}

.btnlink li {
background:url(../images/arrow.gif) no-repeat 0 2px;
padding:2px 0 2px 15px;
}

.btnlink2 li {
background:url(../images/arrow.gif) no-repeat 0 2px;
padding:2px 0 2px 15px;
}


.btnlink_bl li {
background:url(../../../shared/common_img/file_icon.gif) no-repeat 0 2px;
padding:2px 0 0 15px;
}

a.btnlink {
background:url(../images/arrow.gif) no-repeat 0 2px;
padding:2px 0 2px 15px;
}

a.btnlink_bl {
background:url(../../../shared/common_img/file_icon.gif) no-repeat 0 2px;
padding:2px 0 0 15px;
}

.cau_star {
text-indent:-1em;
padding-left:1em;
list-style:none;
}
/*\*/
.cau_star span { color:#CC3300;}
/**/

/*第2階層*/

#mainBox{
width:590px;
float:left;
font-size:100%;
line-height:160%;
color:#1C1C1C;
}

#mainBox_form{
width:590px;
float:left;
font-size:100%;
line-height:160%;
color:#1C1C1C;
position:relative;
}

#mainBox a,#mainBox_form a,#topsideBox a {
color:#0033CC;
}

#mainBox a:link,#topsideBox a:link{
color:#3333CC;
text-decoration:none;
}

#mainBox a:visited,#topsideBox a:visited {
color:#993399;
text-decoration:none;
}

#mainBox a:hover,#topsideBox a:hover {
color:#3366CC;
text-decoration:underline;
}

.mainNavi{
width:465px;
margin-bottom:20px;
}

.mainNavi02{
float:right;
}

#mainImages{
width:570px;
margin-bottom:15px;
}

#mainBox h5{
margin:0;
padding-bottom:5px;
clear:both;
}




#pagetopBtn{
clear:both;
width:800px;
text-align:right;
margin:20px 15px;
}
#pagetopBtn_course{
clear:both;
width:800px;
text-align:right;
margin:20px 0;
}

#pagetopBtn a.top, #pagetopBtn_course a.top {
float:left;
}


#backone {
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	padding:6px 3px;
	margin:10px 0;
	width:714px;
}

#backone_700px {
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	padding:6px 3px;
	margin:10px 0;
	width:694px;
}

#backone_540px {
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	padding:6px 3px;
	margin:10px 0;
	width:534px;
}



#container #contentsBox #sideBox h2 img{
vertical-align:text-bottom;
}
#container #contentsBox #sideBox h2 {
height: 41px;
}
#container #PageTop {
height: 0px;
}



