@charset "utf-8";
* {
	margin:0;
	padding:0;
}

body,td,th {  
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	line-height:1.5;
	color: #000;
}

body {
	background:#fff;
}

input,select,textarea {

}

ul,ol {
	list-style-type: none;
}

img {
	border:0px;
	margin: 0px;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	text-align: left;
}
th,td {
	text-align: left;
	padding:8px;
}

h1,h2,h3,h4,h5,h6,td,th,p,ul,li,dt,dd {
  font-weight:normal;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#111;
}

hr {
	border: 0;
	height:1px;
	background: #333;
}


/*clearfix******************************************/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  font-size: 0.1em;
  line-height: 0;
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
/* ここから Mac IE5 を除外 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display:block;
}
/* ここまで Mac IE5 を除外 */
/*clearfix******************************************/

/*大外枠*/
.container {
	width: 1366px;
	margin: 0 auto;
	background:#fff;
	position: relative;
}

#contents{
	width:1050px;
	margin:0 auto;

}

/* header */
#menu_header{
	position:relative;
	height:240px;
	width:100%;
	background:url("../img/submenu/submenu_back.png") no-repeat;
}


#sub_menu{
	position:absolute;
	top:0;
	left:171px;
}
#sub_menu > ul > li{
	max-width:80px;
	height:240px;
	overflow:hidden;
	float:left;
}
#sub_menu > ul > li a {
	display: block;
	width:100%;
	height:100%;
}

#sub_menu > ul > li:nth-child(1){
	background:url("../img/submenu/submenu0.png") no-repeat 0 -244px;
	width:32px;
}
#sub_menu > ul >li:nth-child(1):hover{
	background:url("../img/submenu/submenu0.png") no-repeat 0 0;
}
#sub_menu > ul > li:nth-child(2){
	background:url("../img/submenu/submenu1.png") no-repeat 0 -244px;
	width:31px;
}
#sub_menu > ul >li:nth-child(2):hover{
	background:url("../img/submenu/submenu1.png") no-repeat 0 0;
}
#sub_menu > ul > li:nth-child(3){
	background:url("../img/submenu/submenu2.png") no-repeat 0 -244px;
	width:32px;
}
#sub_menu > ul >li:nth-child(3):hover{
	background:url("../img/submenu/submenu2.png") no-repeat 0 0;
}
#sub_menu > ul > li:nth-child(4){
	background:url("../img/submenu/submenu3.png") no-repeat 0 -244px;
	width:30px;
}
#sub_menu > ul >li:nth-child(4):hover{
	background:url("../img/submenu/submenu3.png") no-repeat 0 0;
}
#sub_menu > ul > li:nth-child(5){
	background:url("../img/submenu/submenu4.png") no-repeat 0 -244px;
	width:32px;
}
#sub_menu > ul >li:nth-child(5):hover{
	background:url("../img/submenu/submenu4.png") no-repeat 0 0;
}
#sub_menu > ul > li:nth-child(6){
	background:url("../img/submenu/submenu5.png") no-repeat 0 -244px;
	width:31px;
}
#sub_menu > ul >li:nth-child(6):hover{
	background:url("../img/submenu/submenu5.png") no-repeat 0 0;
}
#sub_menu > ul > li:nth-child(7){
	background:url("../img/submenu/submenu6.png") no-repeat 0 -244px;
	width:38px;
}
#sub_menu > ul >li:nth-child(7):hover{
	background:url("../img/submenu/submenu6.png") no-repeat 0 0;
}
#sub_menu > ul > li:nth-child(8){
	background:url("../img/submenu/submenu7.png") no-repeat 0 -244px;
	width:36px;
}
#sub_menu > ul >li:nth-child(8):hover{
	background:url("../img/submenu/submenu7.png") no-repeat 0 0;
}
#sub_menu > ul > li:nth-child(9){
	background:url("../img/submenu/submenu8.png") no-repeat 0 -244px;
	width:37px;
}
#sub_menu > ul >li:nth-child(9):hover{
	background:url("../img/submenu/submenu8.png") no-repeat 0 0;

}

#submenu_title  {
	position:absolute;
	top:0;
	right:158px;
}



/* left menu */
#left_box{
	width:320px;
	padding:10px;
	float:left;
	margin-left:10px;
}
#left_box li{
	margin-bottom:15px;
	line-height:1.5;
}

#left_box h3{
	font-size:18px;
	color: #4741C0;
}

#left_box .continue a{
	color:#E1671F;
}


/* right contents */
#right_box{
	width:660px;
	padding:10px 10px 10px 0;
	float:right;


}
#right_box #box01{
	background:#ededed;
	border-radius:10px;
}

#right_box h2 {
	width:95%;
	padding:30px 0px 10px 0px;
	margin:0 auto;
	border-bottom:2px solid #fff;
	color: #4741C0;
}

#right_box .comment{
	width:95%;
	margin:0 auto;
	padding:10px 0 30px 0;
}

.page_button{
	text-align:center;
	margin:10px 0 5px 0;
}

#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width:200px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:rgba(50, 50, 50, .5);
	color:#fff;
	cursor:pointer;
	z-index:1000;
}


/*footer*/
#footer{
	background:url(../img/top/fooder_back.png) repeat-x ;
	position:relative;
}
#footer img{
	margin-left:161px;
}
#footer_note{
	position:absolute;
	top:0;
	right:180px;
	width:600px;
	height:64px;
	line-height:64px;
	text-align:right;
	font-size:12px;
}



/*form*/
input,select,textarea {
	border:0;
	border:solid 1px #aaa;
	padding:8px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.2);
	box-sizing: border-box;
	border-radius: 3px;
}

input:focus,
textarea:focus,
select:focus
{
	border:solid 1px #337ab7;
	box-shadow: 0 0 4px 4px rgba(51, 122, 183, .2);
}



/**/

.align_c {
  text-align: center;
}
.align_l {
  text-align: left;
}
.align_r {
  text-align: right;
}

.w30 {
	width:30px;
}
.w60 {
	width:60px;
}
.w80 {
	width:80px;
}
.w100 {
	width:100px;
}
.w120 {
	width:120px;
}
.w150 {
	width:150px;
}
.w200 {
	width:200px;

