/* RESET */
body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.serial {
	display: none;
}
.clear { clear:both; }
h1, h2, h3, h4, h5, h6, p, ul, ol {margin: 0px;}
table { border-collapse: collapse; border-spacing: 0; }
img {border-style: none;}

/* LAYOUT */
.align_center {text-align: center;}
.align_right {text-align: right;}
.align_left {text-align: left;}
.float_right {float: right;}
.float_left {float: left;}

.pad_left10 {padding-left: 10px;}
.pad_right10 {padding-right: 10px;}
.pad_btm10 {padding-bottom: 10px;}
.pad_top10 {padding-top: 10px;}
.pad_left20 {padding-left: 20px;}
.pad_right20 {padding-right: 20px;}
.pad_btm20 {padding-bottom: 20px;}
.pad_top20 {padding-top: 20px;}

.mg_left10 {margin-left: 10px;}
.mg_right10 {margin-right: 10px;}
.mg_btm10 {margin-bottom: 10px;}
.mg_top10 {margin-top: 10px;}
.mg_left20 {margin-left: 20px;}
.mg_right20 {margin-right: 20px;}
.mg_btm20 {margin-bottom: 20px;}
.mg_top20 {margin-top: 20px;}

.float_right_mg {
	float: right;
	margin-left: 4px;
}
.float_left_mg{
	float: left;
	margin-right: 4px;
}

.indent-1m {text-indent: -1em; padding-left: 1em;}
.indent-2m {text-indent: -2em; padding-left: 2em;}
.indent-3m {text-indent: -3em; padding-left: 3em;}

/* TEXT */
.txt_grn {color: #006666;}
.txt90 {font-size: 90%;}
.txt80 {font-size: 80%;}
.txt120 {font-size: 120%;}
.txt_green {color: #006633;}
.txt_red {color: #CC0000;}
.txt_blue {color: #003366;}
.txt_white {color: #FFFFFF;}

.letterspace1 {letter-spacing: 1em;}
.txt_nomal {font-weight: normal;}

/* COLOR */
.bk_yel {background: #FFFFCC;}
.bk_grn {background: #CCFFCC;}
.bk_or {background: #FFCC99;}
.bk_pink {background: #FFCCCC;}
.bk_blue {background: #CCFFFF;}
.bk_white {background: #FFFFFF;}


/* FORpage */

body {
	background: #E0EEFE url("img/body_bk.png") repeat-x center top;
	text-align: center;	
	}
	
#arae {
	background: url("img/area_bk.jpg") no-repeat center top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header {
width: 1000px;
height: 384px;
text-align: left;
}
#header h1 {
	font-size: 1%;
	line-height: 1%;
	text-indent: -3000px;
}
#menu {
	height: 44px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(211,255,244,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(211,255,244,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(211,255,244,1.00) 100%);
}
#menu li {
	display: block;
	float: left;
	width: 136px;
	list-style: none;
	text-align: center;
	height: 44px;
	background-image: url("img/menu.jpg");
	background-repeat: no-repeat;
}
#menu ul {
	margin: 0px;
	padding-left: 4px;
	padding-right: 0px;
}
#menu li a {
	display: block;
	height: 34px;
	width: 134px;
	padding-top: 10px;
	text-decoration: none;
	color: #006;
	text-shadow: 1px 1px 2px #7FFFD4;
	font-weight: bold;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(211,255,244,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(211,255,244,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(211,255,244,1.00) 100%);
	border-right: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
}
#menu li a:hover {
	text-shadow: 1px 1px 2px #F4A460;
	color: #000;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(254,230,195,1.00)),color-stop( 100% , rgba(255,255,255,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(254,230,195,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(254,230,195,1.00) 0%,rgba(255,255,255,1.00) 100%);
}
#arae #menu ul .privacy a {
	padding-top: 4px;
	height: 40px;
	font-size: 13px;
	border-style: none;
}
#contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	text-align: left;
	background-color: #FFFFFF;
}
#contents2 {
	background: url("img/contents_bk.jpg") repeat-y center top;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
#contents2 .inner_block h2 {
	text-align: left;
}


.lead {
font-size: 90%;
line-height: 140%;
color: #333;
padding-left: 6px;
padding-bottom: 30px;
margin-top: 10px;
width: 66%;
margin-left: 6%;
}
.lead p {
padding-left: 20px;
margin-bottom: 8px;
line-height: 140%;
}
.lead h2 {
	background: url("img/mbk_blue.jpg") no-repeat left bottom;
	color: #006;
	font-size: 140%;
	height: 30px;
	padding-left: 30px;
	padding-top: 10px;
	margin-bottom: 20px;
}

#flo {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.inner_block h3 {
	color: #066;
	margin-top: 10px;
	border-left: 10px solid #096;
	padding-left: 8px;
	font-size: 120%;
	padding-bottom: 3px;
	padding-top: 3px;
}
#footer address {
font-size: 80%;
color: #666;
font-variant: normal;
width: 700px;
padding-left: 20px;
padding-top: 20px;
font-style: normal;
display: block;
float: left;
}

#footer .license {
font-size: 80%;
color: #666;
display: block;
float: right;
width: 200px;
padding-right: 64px;
padding-top: 20px;
text-align: right;
}
#footer {
	background: url("img/footer_bk.jpg") no-repeat center bottom;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 108px;
}
#footer_blue {
	background: #001978;
	margin-top: 26px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #999;
}
@media print {
#footer_blue {
	background: #FFFFFF;
}
}
#footer_blue .copyright {
	color: #FFF;
	font-weight: normal;
	float: left;
	width: 400px;
	text-align: left;
	padding-left: 36px;
	padding-top: 4px;
	padding-bottom: 4px;
}
@media print {
#footer_blue .copyright {
	color: #708090;
}
}
.footer_menu {
	display: block;
	padding-top: 4px;
	width: 500px;
	float: right;
	color: #CCC;
}
@media print {
.footer_menu {
	color: #708090;
}
}
#footer_blue .footer_menu a {
	color: #FFF;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	display: inline;
}
@media print {
#footer_blue .footer_menu a {
	color: #708090;
}
}
#footer_blue .footer_menu a:hover {
	color: #F63;
}
.inner_block #info {
	margin-top: 20px;
	margin-left: 40px;
}
#info th {
	padding-right: 20px;
	padding-left: 20px;
	white-space: nowrap;
}
#info td, #info th {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #CCC;
	padding-top: 4px;
	padding-bottom: 4px;
}
#info th em {
	border-left: 5px solid #69C;
	padding-left: 6px;
	font-style: normal;
}
#work {
	background: url("img/work_img.jpg") no-repeat right bottom;
	/* [disabled]margin-left: 20px; */
	padding-bottom: 20px;
	min-height: 400px;
	padding-left: 10px;
}
#work h4 {
	font-size: 1%;
	line-height: 1%;
	text-indent: -3000px;
}
#work ul {
	margin: 0px;
}
#work li {
	list-style: none;
	font-weight: bold;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 4px;
}
#company {
background-repeat: no-repeat;
background-image: url("img/company_img.jpg");
margin-top: 0px;
background-position: right 40px;
}
#staff {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url("img/staff_img2.jpg");
}
#staff ul {
	float: left;
	display: block;
	margin-top: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-left: 0px;
	width: 296px;
}


#staff .ul1 {
	margin-left: 20px;
	width: 300px;
	float: left;
}
#staff .ul2 {
	margin-left: 20px;
	float: left;
	width: 300px;
}


#staff li {
	list-style: none;
	margin: 0px;	/*text-shadow: 2px 2px 4px white;*/
	padding-bottom: 4px;
	padding-right: 0px;
	padding-top: 0px;
}
.purple {
	color: #990066;
}
#rec {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url("img/rec.jpg");
	min-height: 360px;
}
#rec #rec_table {
	margin-left: 20px;
	margin-bottom: 20px;
}
#rec_table th {
	color: #6666CC;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
#rec_table th , #rec_table td{
	border-bottom: 1px dotted #6699FF;
	padding: 2px 12px 2px 2px;
}
