@charset "UTF-8";


/* formatting style
----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear:both;
	height:1px;
	font-size:1px;
}
.clearfix:after{
	content:".";
	clear:both;
	display:block;
	line-height:0;
	height:0;
	visibility:hidden;
}
.clearfix{
	zoom:1;
}
body{
	font-size: 12px;
	line-height: 1.4;
	color:#333333;
	background-color:#FFFFFF;
	background-image:url(../images/bg.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	
}

/* for WinIE6*/
* html body {
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	vertical-align:baseline;
}
/* for WinIE7*/
*:first-child+html body { 
	font-size: 75%;
	font-family: "メイリオ","ＭＳ Ｐゴシック";
}
/* for WinIE8*/
html>/**/body {
	font-size: 75%;
	font-family: "メイリオ","ＭＳ Ｐゴシック";
}
/* for modern browser not WinIE8(Safari,FireFox)*/
html:not(:target) body {
	font-size: 12px;
	font-family: Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}




/* link styles
----------------------------------*/
a{
	display:inline-block;
}
a img {
	border-style: none;
}
#newsCase a:link {
	color: #333333;
	text-decoration: none;
}
#newsCase a:visited {
	color: #333333;
	text-decoration: none;
}
#newsCase a:hover {
	color: #E7062C;
	text-decoration: underline;
}
.hNavi a:link {
	color: #333333;
	text-decoration: none;
	padding:0px 3px;
}
.hNavi a:visited {
	color: #333333;
	text-decoration: none;
	padding:0px 3px;
}
.hNavi a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#333333;
	padding:0px 3px;
}
.side_list a:link {
	display:block;
	background-color:#F9F0E6;
	color: #333333;
	text-decoration: none;
}
.side_list a:visited {
	display:block;
	background-color:#F9F0E6;
	color: #333333;
	text-decoration: none;
}
.side_list a:hover {
	display:block;
	background-color:#E7062C;
	color: #FFFFFF;
	text-decoration: none;
	padding:0px 5px;
}
#fNavi a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#fNavi a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#fNavi a:hover {
	color: #E1ECB0;
	background-color:transparent;
	text-decoration: underline;
}




/* basic layout
----------------------------------*/
#container {
	width: 950px;
	margin: 0px auto;
}
#header {
	width:950px;
}
#wrapper {
	width:950px;
	padding-top:15px;
	margin-bottom:25px;
	position:relative;
}
#footer {
	width:950px;
	background-color:#C3DA69;
}
#footer_aki {
	width:950px;
	background-color:#C3DA69;
	position:relative;
	left:0px;
	top:200px;
}




/* header styles
----------------------------------*/
h1{
	font-weight:normal;
	font-size:90%;
	color:#1A1A1A;
	padding-top:15px;
}
#headerArea01{
	height:31px;
	padding-top:10px;
}
.hNaviCase{
	float:left;
	padding-right:7px;
}
.hNavi_left,
.hNavi_right{
	float:left;
}
ul.hNavi{
	float:left;
	padding-top:7px;
	height:24px;
	background-color:#D2D2D2;
}
ul.hNavi li{
	list-style:none;
	float:left;
	line-height:nomal;
	padding-top:2px;
	padding-left:9px;
	padding-right:9px;
	border-right:1px dotted #333333;
}
ul.hNavi li.noBrdr{
	border:none;
}

#headerArea02{
	padding-top:20px;
}
#logoCase{
	float:left;
	padding-top:7px;
}
#requestCase{
	float:right;
	width:360px;
}
#ban_request03{
	float:left;
	width:131px;
}




/* wrapper styles
----------------------------------*/
#sideArea{
	float:left;
	width:207px;
}
#mainArea{
	float:right;
	width:728px;
}
#mainArea_course{
	float:right;
	width:728px;
	position:relative;
}
.sideCase{
	padding-bottom:15px;
}
#title_index{
	padding-bottom:5px;
}
ul.side_list{
	width:207px;
	background-color:#F9F0E6;
	padding-bottom:15px;
}
ul.side_list li{
	list-style:none;
	background-image:url(../images/side_list.gif);
	background-position:4% 50%;
	background-repeat:no-repeat;
	padding-left:22px;
	line-height:2.0;
	border-bottom:1px solid #968E81;
}
#frame_calender{
	width:207px;
	height:425px;
	border:none;
}
#frame_catalog{
	width:207px;
	height:69px;
	border:none;
}
.side_banBox{
	padding-bottom:10px;
}
#topicPath{
	font-size:80%;
	padding-bottom:5px;
}
#course_title{
	position:absolute;
	left:0px;
	top:-17px;
}
#courseBox{
	position:absolute;
	left:64px;
	top:124px;
}


/* footer styles
----------------------------------*/
dl#address{
	padding:10px;
	text-align:right;
}
dl#address dt{
	font-weight:bold;
	font-size:110%;
	padding-bottom:5px;
	line-height:normal;
}
dl#address dd{
	font-weight:bold;
	font-size:90%;
	line-height:1.7;
}
ul#fNavi{
	background-image:url(../images/fNavi_bg.gif);
	background-position:100% 50%;
	background-repeat:no-repeat;
	width:950px;
	height:20px;
	text-align:right;
}
ul#fNavi li{
	display:inline;
	list-style:none;
	padding-left:1em;
	font-size:80%;
	line-height:2.0;
	color:#FFFFFF;
}
.fNavi_haba{
	padding-right:1em;
}
.fNavi_haba02{
	padding-right:10px;
}
#copy{
	text-align:right;
	font-size:80%;
	padding:7px 10px;
}

