@charset "UTF-8";

/*
---------------------------------------------
============================================
・base
・link
・other
・layout
・subnavi
・global-navi
・top
・left-column
・right-column
・footer
============================================
---------------------------------------------
*/


/* base
---------------------------------------------*/

html {
    margin-bottom:1px;
    height:100%;
    overflow-y:scroll;

    }

body {
	background: #fef9fb;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","メイリオ",Meiryo,Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size:12px;
	line-height:1.5;
	color:#333;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,address,table,th,td,div,form,input,button {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}

ul,ol,li {
	list-style-type: none;
}

address {
	font-style:normal;
}

img, embed {
	border:none;
	vertical-align:top
}


hr {
	display:none;
}

a {
	text-decoration:none;
	overflow:hidden;
}	


/* link
---------------------------------------------*/

a {
	color: #e47c00;
	text-decoration:underline;
}

a:visited {
	color: #e47c00;
	text-decoration:underline;
}

a:hover {
	color:#FABD74;
	text-decoration:none;	
}


/* other
---------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



.clear{
	clear:both;
}
.left {float:left;}
.right {float:right;} 	

.spLR05{ margin-right:05px;margin-left:5px;}
.spB15{ margin-bottom:15px;}
.sp5M{ margin:5px 0 15px 10px;}

.toCenter{ text-align:center;}
.toRight{ text-align:right;}

/* layout
---------------------------------------------*/

#backwrapper{
	background:url(../img/body-back.gif) repeat-y 0 0;
	width:760px;
	margin:0 auto;
}

#wrapper {	
	width:748px;
	margin-left:5px;
	border:solid 1px #fff;
	border-top:none;
}

#container{
	width:750px;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
	min-height:650px;
}

#left-column {
	width:153px;
	float:left;
	background:url(../img/left-back.gif) repeat-y 0 0;
	padding-bottom:32768px;
	margin-bottom:-32768px;
}

#right-column {
	float:right;
	width:595px;
	text-align:left;
	margin-top:15px;
	padding-bottom:32768px;
	margin-bottom:-32768px;

}

#footer{
	color:#fff;
	margin-top:70px;
	background:url(../img/footer.gif) no-repeat 0 0;
	width:748px;
	height:20px;
	text-align:center;
	position: relative; 
}

 .tex_left_navi {
	font-size: 90%;
	width: 47%;
	border: 1px solid #000;
	float: left;
	padding:5px;
}



/* global-navi--------------------------------*/

#naviBox {
	background:url(../img/navi-back.gif) repeat-x 0 0;
	width:153px;
	height:469px;
	margin-bottom:160px;
}

ul#global-navi {
	width:120px;
	margin:0 0 0 14px;
	padding-top:35px;
	
}

ul#global-navi li {
	margin-bottom:8px;
}

ul#global-navi li a{
	display:block;	
	width:120px;
	height:37px;
}

	
/* right-column---------------------------------------------*/

h2 {
	margin-bottom:15px;
}


#right-column #rightBox {
	padding:0 10px;
	background:url(../img/right-back.gif) repeat-x 0 0;	
}

#right-column #rightBox p{
	padding:0 10px;
	margin-bottom:10px;
}

#right-column #rightBox .texBox {
	padding-bottom:0px;
}

#right-column #rightBox .texBox img {
	margin:0px 10px 10px 15px;
	border:solid 1px #fff;
}



table th.bRed {background-color: #900; color:#fff; font-weight:bold;}
table th.bPink { background-color:#F6C; color:#900; font-weight:bold;}

table td.now{
	white-space: nowrap;
}

span.texB{ font-size:120%; font-weight:bold; }
span.texBB{ font-size:150%; font-weight:bold; }
span.texgreen{color:#3C6; }
span.texred{ color:#F00; }
span.texblue{color:#39F; font-weight:bold;}
span.texclear{ text-decoration:line-through; }


#page-top #backwrapper #wrapper #container #right-column #rightBox .texBox.clearfix div .tex_left_navi {
	font-size: 90%;
	width: 47%;
	border: 1px solid #000;
	float: left;
	padding:5px;
}
			
/* footer---------------------------------------------*/

#footer{
	background:url(../img/footer.gif) no-repeat 0 0;
	width:748px;
	height:20px;
	text-align:center;
	position: relative; 
}
