@charset "UTF-8";
/* CSS Document */

/*-----html5--header　他のページはxhtml----*/
.reash_training main p{
	margin-bottom:1em;
}
header {
	background-color:#000000;
	padding:3em 3em 2em;
	width:928px;
	margin: 0 auto;
}
header address {
	color: #FFF;
	text-align:right;
	float:right;
	width:400px;
}
header address a{
color:#fff;
}
header address a:hover{
color:red;
}
header address strong{
color: #cf121b;
    display: block;
    font-size: 15px;
    margin-bottom: 0.5em;
}
header address span{
margin-right:1em;
}

#menu {
	height:51px;
	width: 1000px;
	margin:0px auto;
	position:relative;
	z-index:10;
}
.logo{
float: left;
}
/*---------各セクション-----------*/

section{
	margin-bottom:8em;
}
section h1{
	background-color: #CF121B;
    border-radius: 3px;
    color: #FFFFFF;
    margin: 0 0 3em;
    padding: 0.3em 1em;
}
section h2{
	color: #CF121B;
    font-size: 18px;
    margin-bottom:2em;
}
section h3{
	color: #CF121B;
    font-size: 18px;
    margin-bottom:2em;
	margin-top:2em;
}


section ul{
	margin-bottom:2em;
}
section ul li{
	list-style-type:disc;
	margin-left: 1.5em;
	margin-bottom:1em;
}
strong{
	color:red;
}
/*--------------------*/

main{
	float: left;
    width: 830px;
}
#pagetitle div{
float:left;
width:520px;
}
main #pagetitle h2 img{
    margin-bottom:1em;
	border-radius: 0.5em;
}
#reash02 dl dt{
	background-color: #EEEEEE;
    border-left: 1em solid #FFD700;
    font-size: 16px;
    margin-bottom: 1em;
    padding: 1em;
}
#reash02 dl dd{
	margin-bottom:3em;
}
/*--------------------*/

.left_box{
	float:left;
	width:50%;
}
.right_box{
    float: right;
    margin-left: 2em;
    width: 45%;
}
.right_box img{
	border-radius:0.5em;
}

.left_box2{
	float:left;
	width:65%;
}
.right_box2{
    border-radius: 0.3em;
    box-shadow: 0 1px 3px #333;
    float: right;
    margin-left: 2em;
    padding: 1em;
    width: 23%;
}
#reash07 .left_box2 h1{
	background-color: #FFFFFF;
    color: #000000;
    font-size: 16px;
    margin-bottom: 2em;
    padding: 0;
}
#reash09 h2{
	color:#000;
}
/*--------------------*/

/*ダブルパネル*/
.doublepanel .a1,#tab1{
	background-color:#F5BDAC;
}
.doublepanel .a2,#tab2{
	background-color:#B5E0E7;
}
.doublepanel .b1,#tab3{
	background-color:#F8D9AD;
}
.doublepanel .b2,#tab4{
	background-color:#a2cdad;
}
.doublepanel ul{
	margin-bottom:0.1em;
}
.doublepanel ul.tab{
	list-style-type:none;
	height:24px;
}

.doublepanel ul.tab li{
	border-radius: 10% 10% 0 0;
    float: left;
    font-size: 3em;
    list-style-type: none;
    margin: 0 0.2em 0 0;
    width: 100px;
	font-weight:bold;
}

.doublepanel ul.tab li a{
	outline:none;
	display:block;
	color:#777;
	line-height:2em;
	text-align:center;
	text-decoration:none;	
}
.doublepanel ul.tab li a.selected{
	/*background-color:#990000;*/
	text-decoration:none;
	color:#333;
	cursor:default;
}

.doublepanel ul.panel{
	margin-top: 4em;
	}
.doublepanel ul.panel li{
	list-style-type:none;
	text-indent:1pm;
	color:#333;
	margin:0;
	border-radius: 0 1% 1% 1%;
}
/*ダブルパネルの中のsectionの中身*/
.doublepanel li section .tab_leftbox{
	width:65%;
	float:left;
	padding-bottom: 2em;
}
.doublepanel li section .tab_rightbox{
	width:30%;
	float:right;
}
.doublepanel section{
	margin:0;
	padding:3em;
}
.doublepanel section h1{
	background-color: #FFF;
    border: 1px solid #EEE;
    color: #333333;
    display: inline;
    font-size: 25px;
    margin: 0 0 1em;
}
.doublepanel section h2{
	margin:1.5em 0 0.5em;
}
/*------------------------*/

/*概要テーブル*/
table .title{
	background-color: #EEE;
    width: 11em;
}
table td{
	border-bottom: 1px dashed #000000;
    padding: 2em 0 2em 2em;
}
table tr{
	
}
/*-----*/
.reash_training .to_top2{
	font-weight:bold;
    text-align:right;
}

#reash09 ul{
	background-color: #EEEEEE;
    padding: 1em 1em 0.1em;
}

/*---------html5-----side bar--------------*/
aside h1{
	background-color: #CF121B;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 2px;
    text-align: center;
}
aside {
	float: right;
	height:auto;
	width: 150px;
	_width:145px;/*ie6用*/
	/*margin: 0px 6px;*/
	border:#333 solid 1px;
	margin-top:31px;
}
aside dl{
	text-align:center;
	padding:1em;
}

aside dt{
	margin-bottom:5px;
	font-size:0.8em;
}

aside dd{
	margin-bottom:30px;
}
/*-----html5-----footer-----------------*/
footer {
	width:952px;
	margin:0 auto;
	color:#ccc;
	padding:0 2em;
}
footer a{
color:#ccc;
}
footer a:hover{
color: #FFF;
text-shadow: 0 2px 3px #FFF;
}

/*--------------------*/
.hirotolink a{
	text-decoration:underline;
}
.hirotolink a:hover{
	text-decoration:none;
}

/*------#reash02の写真--------------*/
#reash02 .le{
	float:left;
	width:60%;
}
#reash02 .ri{
	float:right;
	width:30%;
	text-align:center;
	border-radius: 0.3em;
    box-shadow: 0 1px 3px #333;
    padding: 1em;
}