@charset "utf-8";
@import url(doko.css);
body {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Verdana,Arial, sans-serif;
	font-size: 79%;
	line-height:150%;
	margin:0;
	color:#444444;
	background: #61c9ef;
}
input,textarea,select,option {
	font-family:"MS UI Gothic", Verdana,Arial, sans-serif;
}
a:link { color: #0D93CC;}
a:visited { color: #0D93CC;}
a:hover { color: #34507A;}
a:active { color: #FF3366;}
a {text-decoration:none;}

dl,dt,dd,h1,h2,h3,h4,h5,h6,p,form {margin: 0; padding: 0;}
ul,ol,li {margin:0 0;padding:0 0;list-style:none;}
.clear {clear:both;}
a img{ border: 0;}
.sub_text {color:#575135;font-size:11px;}
/********************** 基本レイアウト *****************************/
.radius {/*css3角まる */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	overflow: hidden;
}
.t_shadow01 {/* css3 テキストシャドウ */
	text-shadow:1px 1px 0 rgba(0,0,0,.3);
	-moz-text-shadow:1px 1px 0 rgba(0,0,0,.3);
	-webki-text-shadow:1px 1px 0 rgba(0,0,0,.3);
}
.t_shadow02 {/* css3 テキストシャドウ */
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	-moz-text-shadow:1px 1px 0 rgba(255,255,255,1);
	-webki-text-shadow:1px 1px 0 rgba(255,255,255,1);
}

h1 {
	font-size: 12px;
	background: #61c9ef;
	color:#FFF;
}
#wrapper {
	width:100%;
	margin: 0;
	padding: 0;
	background: #FFF url(../img/common/common_bg3.gif) repeat-x left top;
	text-align: center;
}
#container {
	width: 950px;
	margin:0 auto;
	overflow: hidden;
	text-align: left;
}
#box_top {
	width: 950px;
	overflow: hidden;
	position: relative;
	height: 112px;
}
#box_top #titlearea {
	margin:0px 0px 0 0;
	float: left;
	width: 170px ;
	height: 38px;

}
#box_top #titlearea a{
	display: block;
	position: absolute;
	top:15px;
	left:0;
	text-indent: -9999px;
	background: url("../img/common/main_title2.gif") no-repeat left top;
	width: 127px ;
	height: 41px;
}

#box_top #com_h2 {
	position: absolute;
	top:15px;
	left:140px;
	width:292px ;
	height:41px;
	text-indent: -9999em;
	background: url("../img/common/sub_title.gif") no-repeat left top;
}
#box_top h2.sub2_title {
	position: absolute;
	top:60px;
	font-size:10px;
	font-weight:normal;
	left: 0;
	color:#47ABF5;
}
p.sub2_title {
	font-size:10px;
	font-weight:normal;
	color:#47ABF5;
}
/**************************/
.top_affi {
	position: absolute;
	right: 0;
	top: 12px;
}
/***********************************************************************
              共通上部メニュー
/***********************************************************************/
#top_menu {
  margin:6px 0 5px 0px;
  padding: 0 10px;
  height:30px;
  }
#top_menu ul {
  list-style: none;
  float: left;
}
#top_menu ul#t_m_right {}

#top_menu ul#t_m_right li a{
	color: #365E81;
}
#top_menu ul#t_m_right li a:hover{
	background: #9BB9D5 url("../img/common/list02.gif") no-repeat 2px center;
}

#top_menu ul li{
  float:left;
  background: url("../img/common/dott.gif") repeat-y right top;
  padding-right: 2px;
}
#top_menu ul li a{
  line-height:30px;
  padding:0 8px 0 12px;
  height:30px;
  display: block;
  text-decoration:none;
  font-weight:bold;
  color:#444;
  _float:left;
  font-size: 13px;
  background: url("../img/common/list02.gif") no-repeat 3px center;
  }
#top_menu ul li a:hover{
  color:#FFF;
  background:#00597B url("../img/common/list02.gif") no-repeat 2px center;
}

/***********************************************************************
              斜線の枠　一式
/***********************************************************************/
#line_top {
  background:  url("../img/common/main_bg_top.gif") no-repeat left top;
  width:950px;
  height:51px;
  overflow:hidden;
}
#line_bottom {
  background: url("../img/common/main_bg_bottom.gif") no-repeat left top;
  width:950px;
  height:15px;
  text-indent:-99999em;
  overflow:hidden;
	margin: 0 0 10px 0;
}
#contents {
  background: #FFF url("../img/common/main_bg_middle.gif") repeat-y left top;
  overflow:hidden;
  padding:3px 15px;
  width:920px;
  position: relative;
}
/*********************************************************************************/
div#pankuzu {
	clear:both;
  background: #FFF url("../img/common/pankuzu_bg.gif") no-repeat left top;
  width: 900px;
  height:28px;
	padding:0px 10px;
	margin-bottom:10px;
	overflow: hidden;
	line-height:28px;
	font-size: 11px;

}
div#pankuzu a{
	text-decoration:none;
  background: url("../img/common/pankuzu_arrow.gif") no-repeat right center;
  padding: 0 15px 0 0;
	}
	div#pankuzu a:hover{
		text-decoration: underline;
	}
/*******************************************/
#form_area {
	line-height:32px;
	}
/***************************全ページの上部メニュー**************/
div#top_right {
	margin-top: 5px;
	float: right;
	width:500px;
	text-align: right;
}
div#top_right .sponser {
	display: block;
}
div.top_link {
	margin-top: 5px;
	text-align:right;
	font-size:11px;
}
div.top_link a {
	text-decoration:none;
	white-space:nowrap;
	}
div.top_link a:hover {text-decoration:underline;}


#g_search .contact_link {
	clear: both;
	display: block;
	width: 122px;
	height:22px;
	text-indent:-9999px;
	position: absolute;
	top: 49px;
	left:4px;
}
#g_search .s_contact_link {
	display: block;
	width: 150px;
	height:22px;
	text-indent:-9999px;
	position: absolute;
	top: 49px;
	left:130px;
}

/***********************common.bottom****************************/
#page_top_link {
	clear:both;
	overflow:hidden;
	height:29px;
}
#page_top_link a {
	display: block;
	background: url("../img/common/page_top.gif") no-repeat left top;
	text-align:left;
	text-indent:-9999px;
	width:154px;
	overflow:hidden;
	height:29px;
	float: right;
}
#bottom_site_link {
	clear: both;
	font-size: 10px;
	border-top:8px solid #eeeeee;
	line-height:16px;
	padding-bottom:7px ;
}
#bottom_site_link dl {
	padding:0.5em 0 1em 0;
	overflow: hidden;
	border-bottom:1px dotted #ccc;
	display: inline-block;
	clear:both;
	width: 100%;
	margin-bottom:5px;

}
#bottom_site_link dt{
	float: left;
	width:70px;
}
#bottom_site_link dd{
	width: 830px;
	float: right;
	overflow:hidden;
}
#bottom_site_link dd a {
	color:#1483E7;
	text-decoration:none;
}
#bottom_site_link dd a:hover {
	color:#E64091;
	text-decoration:underline;
}
/****************************下部　背景青***********************/
#bottom_link {
	clear: both;
	overflow:hidden;
	padding: 0px 0;
	padding: 20px 0 ;
	text-align: center;
	background: #61c9ef url(../img/common/bottom_bg.gif) repeat-x left top;
	font-size: 11px;
}
#bottom_950 {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#bottom_mo_link {
	background: #61c9ef url(../img/common/mobile_link.gif) no-repeat left top;
	float: left;
	width:267px;
	height:134px;
	overflow: hidden;
	margin:0 10px 0 0;
}
#bottom_mo_link p{
	margin: 40px 0 0 105px;
	width: 145px;
	line-height: 16px;
	font-size: 11px;
}
#bottom_mo_link p a{
	color: #0066FF;
}
#bottom_common {}
#bottom_link a{
	color: #FFF;
text-decoration:none;
}

#etc_service {
	overflow: hidden;
	padding:2px 10px;
	margin: 5px 0;
}

#bottom_link ul{text-align: left; margin: 0 0 10px 0;}
#bottom_link ul li{display: inline;color:#FFF;}
#bottom_link ul li a:hover {text-decoration:underline;}
#bottom_link address {
	font-style:normal;
	font-weight:bold;
}
/********************** 基本レイアウト ここまで　*****************************/
.submit_bg {
	padding: 3px;
	text-align: center;
	background: #FF9933;
}

#loading_layer_front {
	position: absolute;
	z-index: 1001;
	left: 0px;
	width: 100%;
	background: #ffffff url("../img/loading.gif") no-repeat scroll 50% 45%;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
#loading_layer_rear {
	position: absolute;
	z-index: 1000;
	left: 0px;
	width: 100%;
	font: normal normal bold 2em メイリオ;
	text-align: center;
}

/*****************g_results********************/

#g_results h3 {
	font-size:18px;
	color:#333;
	border-bottom:1px solid #1672CD;
	padding:3px 1px;
}

/******************************************************************/
/*ボックス関連:/
/******************************************************************/
/*****共通******/
.in_c{
	border: 1px solid #ccc;
	overflow: hidden;
}
ul.list {
	overflow: hidden;
	margin: 0 0 0 1px;
}
ul.list li {
	background: url(../img/common/bg07.gif) repeat-x left top;
	padding: 3px 0 0 0;
	border-bottom:1px solid #ddd;
	margin:0 1px 0 0;
}
ul.list li a {
	display: block;
	line-height: 25px;
	padding:0 0 0 25px;
	background: url(../img/common/list_icon/1rightarrow2_16.gif) no-repeat 3px center;

}
ul.list li a:hover {
	background-color:#D6F0FC;
}
.box660,
.box455,
.box325,
.box250 {
	padding: 0 0 9px 0;
	overflow: hidden;
	margin:0 0 10px 0;
}

.box660 h3,
.box455 h3,
.box325 h3,
.box250 h3 {
	line-height: 34px;
	font-size:14px;
	padding:0 0 0 10px;
	height: 34px;
	color:#444;
}
.box660 h3 span,
.box455 h3 span,
.box325 h3 span,
.box250 h3 span {
	font-size: 11px;
	color:#888;
}
.box660 h3 img,
.box455 h3 img,
.box325 h3 img,
.box250 h3 img {
	vertical-align: middle;
	margin:7px 5px 7px 0;
}


/****660******/
.box660 {
	background: url(../img/common/bg_title_660_bottom.gif) no-repeat left bottom;
	width: 660px;
}
.box660 h3{
	background: url(../img/common/bg_title_660.gif) no-repeat left top;
}

/****455******/
.box455 {
	background: url(../img/common/bg_title_455_bottom.gif) no-repeat left bottom;
	width: 455px;

}
.box455 h3{
	background: url(../img/common/bg_title_455.gif) no-repeat left top;
}

/****325******/
.box325 {
	background: url(../img/common/bg_title_325_bottom.gif) no-repeat left bottom;
	width: 325px;

}
.box325 h3{
	background: url(../img/common/bg_title_325.gif) no-repeat left top;
}

/****250******/
.box250 {
	background: url(../img/common/bg_title_250_bottom.gif) no-repeat left bottom;
	width: 250px;

}
.box250 h3{
	background: url(../img/common/bg_title_250.gif) no-repeat left top;
}
/*********************************************************************/
/**アフィリエイト関連**/

.affi_234 {
	background: #ddd;
	text-align: center;
	padding:3px ;
}
/***************************/

.key_search {
	position:absolute;
	top:80px;
	right:0;
	padding:0 ;
	height:28px
	text-align: right;
	
}
.key_search .in_btn {
	white-space: normal;

}
.key_search  img{
	vertical-align: middle;
}
.key_search input.txt_in{
	border: 2px solid #54BFED;
	padding:5px; 
	margin: 0;
	width:190px;
	background: url(../img/common/bg07.gif) repeat-x left top; 
	vertical-align: middle;

}

.key_search input.key_btn {
	margin: 0;
	padding:0;
	line-height: 27px;
	width:75px;
	vertical-align: middle;
}

/*******/
.g_ads_728_15 {
	clear:both;
  background: #FFF url("../img/common/pankuzu_bg.gif") no-repeat left top;
  width: 900px;
  height:16px;
	padding:6px 10px;
	margin-bottom:10px;
	overflow: hidden;
	line-height:28px;
	font-size: 11px;
}
/********/
.search-tsushin-btn {
	margin: 0 0 10px 0;
}
.search-tsushin-btn a.tsushin-btn2{
	display: block;
	text-indent: -9999em;
	width: 300px;
	height:45px;
	overflow: hidden;
	background: url(../img/common/school-tusin-btn2.gif) no-repeat left top;
}
.search-tsushin-btn a.tsushin-btn2:hover {
	background-position: left -45px;
}
.search-tsushin-btn h3{
	font-size:15px;
	margin: 5px 0;
	color:#CC0000;
}
.search-tsushin-btn p{
	font-size:11px;
	line-height:16px;
}
