@charset "UTF-8";

/* Initializations / Rules
------------------------------------------------------------------*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	}

body{
	background-color:#6cb92c;
	margin: 0px;
	text-align:center;
	font-size:12px;
	line-height:20px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック' , 'Osaka';
	color:#000;
	}

img {
	border: none;
	}
	
img.b,
img.boxPart{
	display:block;
	}

th,td{
	vertical-align: top; 
	text-align:left;
	font-size:12px;
	line-height:18px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック' , 'Osaka';
	}

.floatRight{
	float:right;
	display:inline;
	}
	
.floatLeft{
	float:left;
	display:inline;
	}

.leftImg{
	float:left;
	display:inline;
	margin:0 10px 5px 0;
	}

.rightImg{
	float:right;
	display:inline;
	margin:0 0 5px 10px;
	}

.clear{
	clear: both;
	font: 1px/1px monospace;
	}

.clear2{
	_clear:both;
	display:none;
	_display:inline;
	font: 1px/1px monospace;
	}

/* === clearfix ==*/
.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 */


.alignRight{
	text-align:right;
	}

.alignCenter{
	text-align:center;
	}

em{
	font-weight:bold;
	}

p{
	margin:0 0 15px 0;
	}

	
.noMarg{
	margin-bottom:0 ! important;
	}

.moreMarg{
	margin-bottom:25px ! important;
	}

.miniMarg{
	margin-bottom:5px ! important;
	}

.supp{
	font-size:10px ! important;
	line-height:14px ! important;
	}


/* Base Link
------------------------------------------------------------------*/
a{
	color:#F8A33F;
	}
	
a:hover{
	text-decoration:none; 
	color:#67A175;
	}

active,
a:focus{
outline:none;
}


/* Common Layout
------------------------------------------------------------------*/
#container{
	text-align:left;
	margin:0px auto;
	width:757px;
	background:#fff;
	}



h1{
	margin:0 0 20px 0;
	}

h2{
	margin:0;
	}

h2 img{
	display:block;
	}

#mainArea{
	float:right;
	display:inline;
	width:528px;
	margin:0 11px 0 0;
	}

#subArea{
	float:left;
	display:inline;
	width:193px;
	margin:0 0 0 11px;
	}
	
#mainArea .box{
	border:4px solid #dcdddd;
	border-top:none;
	padding:15px 8px 15px 8px;
	margin:0 0 10px 0;
	}

#mainArea #intro{
	font-size:14px;
	line-height:20px;
	padding:0 5px;
	}

#mainArea .inbox{
	background:url(img/inbox_bg.gif) repeat-y;
	width:503px;
	margin:0 0 10px 0;
	}

#mainArea .inbox .ele{
	width:244px;
	display:inline;
	}
	
#mainArea .inbox .ele.left{
	float:left;
	margin:0 0 0 2px;
	}

#mainArea .inbox .ele.right{
	float:right;
	margin:0 2px 0 0;
	}

#mainArea .inbox .ele h3{
	margin:0 0 10px 0;
	}

#mainArea .inbox .ele h3 img{
	display:block;
	}

#mainArea .inbox .ele p{
	margin:0 20px 10px 25px;
	}

#mainArea #interview{
	margin:0 10px;
}

#mainArea #interview strong{
	font-weight:bold;
	display:block;
}

#mainArea .interview1 strong{
	color:#1b56ce;
}

#mainArea .interview2 strong{
	color:#248234;
}

#subArea .box{
	margin:0 0 20px 0;
	}

#subArea .box .in{
	border:4px solid #dcdddd;
	border-top:none;
	padding:10px 10px 0 10px;
	font-size:11px;
	line-height:16px;
	}

#subArea .box .in p.btn{
	text-align:center;
	}


#copyright{
	text-align:right;
	padding:30px 15px 20px 0;
	margin:0;
	}
#copyright a{
	color:#999;
	font-size: 10px;
}
#copyright img{
	vertical-align: middle;
	margin-left:10px;
	}

