@charset "utf-8";

@media print{
	
@import url(/css/clearfix.css);
@import url(/css/margin.css);
@import url(/css/font.css);
@import url(/css/header.css);
@import url(/css/menu.css);
@import url(/css/footer.css);
@import url(/css/navi_print.css);
	
#wrapper{
	width:900px;
	min-height:100%;
	margin:0 auto 0 auto;
	background-color:#fff;
}

#png_bg{
	width:900px;
	min-height:100%;
	background:url(/images/navi_bg.png) repeat-y 20px 0;

}

#header{
	width:900px;
	height:91px;
	margin:0 auto 0 auto;
	background:url(/images/header_bg.gif) repeat-x left top;
	border-bottom:3px solid #C63;
}

#flash{
	width:900px;
	height:247px;	
}

#menu{
	width:900px;
	height:37px;
	background:url(/images/menu_bg.gif) repeat-x left top;
	border-top:1px solid #cd7979;
	border-bottom:1px solid #333;
}

#contenair{
	width:860px;
	margin:20px auto 0 auto;
}


#navigation{
	width:173px;
	float:left;

}

#main{
	width:665px;
	float: right;
}

#info{
	width:474px;
	float:left;
	margin-left:20px;
}

#banner{
	width:173px;
	margin-top:10px;
	float:right;
}


#footer{
	padding-top:80px;
	padding-bottom:30px;
	clear:both;
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

html,body {
	height: 100%;
}

*{
	margin:0;
	padding:0;
}

body {
	background-color: #fbf4e0;
}

img{
	display: block;
	border:0;
}

ul,li{
	list-style:none;
}

h1{
	font-size:140%;
	font-weight:normal;
	color: #fff;
	padding:0.5em 0 0.3em 0.7em;
	border-top:1px solid #EDCBD2;
	border-left:1px solid #EDCBD2;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	letter-spacing:0;
}
h1 span{
	font-size:12pt;
}

h2{
	margin:15px 0 0 0;
	font-size:130%;
	font-weight:bold;
	border-left:5px #C00 solid;
	padding:0.2em 0.5em 0.2em 0.5em;
	border-bottom:1px dotted #ccc;
	letter-spacing:0;
}

h3{
	margin:15px 0 0 10px;
	font-size:120%;
	font-weight:bold;
	border-left:4px solid #C60;
	padding:0.2em 0.5em 0.1em 0.5em;
	border-bottom:1px dotted #ccc;
	letter-spacing:0;
}

h4{
	margin:15px 0 0 20px;
	font-size:110%;
	font-weight:bold;
	border-left:4px solid #06C;
	padding:0.2em 0.5em 0.2em 0.5em;
	border-bottom:1px dotted #ccc;
	letter-spacing:0;
}

h5{
	margin:15px 0 0 30px;
	font-size:100%;
	font-weight:bold;
	border-left:4px solid #060;
	padding:0.2em 0.5em 0.2em 0.5em;
	letter-spacing:0;
}

.practice_cap{
	font-size:12px;
	font-weight:bold;
	color:#666666;
	padding:0 0 0 6px;
	border-left:#CC0000 5px solid;
}

A:hover {
	color:blue;
}
 
A{
	color:blue;
}

A:active{
	color:red;
}

a:focus { 
	-moz-outline-style: none;
}

/*float*/

.left{
	float:left;
}

.right{
	float:right;
}


/*danraku*/

br.a{
	letter-spacing: 0;
}

.indent{
	text-indent: 0.8em;
}

.centering{
	margin-left:auto;
	margin-right:auto;
}

/*images*/

.border{
	border:1px #ccc solid;
}

.img_cap img{
	margin-bottom:3px;
}

p.img_cap{
	text-align:center;
}

p.img_cap span{
	font-size:10px;
	letter-spacing:0;
	line-height:1.2em;
}

}
