@charset "utf-8";

body{
font-size:12px;
line-height:150%;
}

/*

a:link {
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	background-color:#333333;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FF3399;
}

a:active {
	text-decoration: none;
	color: #CCCCCC;
}

*/

.style1 {
	color: #0099FF
}
.style2 {
	color: #0099FF;
	font-size: 18px;
}
.style3 {
	font-size: 16px;
	color: #333333;
}
.style4 {
	color: #FF6600;
	font-weight: bold;
}
.red {
	color:#FF0000;
}
.orang {
	color:#FF3300;
	font-weight:bolder;
}
.yellow {
	color:#FFFF00;
}
.blue {
	color:#0000FF;
}
.copy_space{
	margin-right:20px;s
}

/*レイアウト*/

#container{
	width:750px;
	border:1px solid #333;
	background:#FFFFFF;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#container #main #about h3 {
	color:#0099FF;
}

#header{
	background-image:url(../index_img/top_back.gif);
	background-repeat:repeat-x;
	margin-top: 0px;
	padding-top: 0px;
	height: auto;
	text-indent: 0px;
	padding-bottom: 5px;
	color: #FFFFFF;
}

#img {
	float: left;
	height: 260px;
	width: 556px;
}

#img2 {
	float: left;
	height: 30px;
	width: 750px;
}


#img_bottom {
	margin-top: 80px;
	margin-left: 10px;
}

#kinshi {
	float: left;
	width: 180px;
	height: 290px;
	text-align: left;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

#chui {
	font-size: 10px;
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #999999;
	margin: 0px;
	width: 160px;
}

#main{
	padding:10px;
	clear: both;
}

#main:after{
content:".";
clear:both;
height:0;
visibility:hidden;
display:block;
}

#main{
display:inline-block;
}

/*hides from IE-mac￥*/
* html #main{
height:1%;
}
#main{
	display:block;
	margin: 0px;
	padding: 0px;
}
/*end hides from IE-mac*/

#left{
	float:left;
	width:750px;
	height: 100px;
}

#right{
	float:left;
	width:260px;
	margin-left:0px;
	background-color: #FFFFFF;
}

/*ベースコード*/

strong{
font-weight:normal;
}

h1{
	font-size:11px;
	height:20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

h2{
	font-size:14px;
	color:#0099FF;
	height:20px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

h3{
	font-size:14px;
	color:#000066;
	height:20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

/*メイン部*/

#about{
	padding:4px;
	background-color: #DDDDDD;
	border: 1px solid #FFFFFF;
	color: #666666;
	height: auto;
	width: 740px;
}

#about2{
	text-align: right;
	margin-right: 5px;
	color: #000000;
	margin-left: 5px;
}

#left p strong.strong_youkoso{
	color:#FF6699;
}

#about p{
	padding:5px;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

#about p strong.strong_about{
	font-size:18px;
	color:#000000;
	font-weight:bold;
	display:block;
	padding:5px 0px;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

/* リンクバナー*/

#keisaitensama {
	clear:both;
}

#keisaitensama .keisai_banner {
	background-color: #DDDDDD;
	height: 5px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #9966CC;
	text-align: left;
	padding: 2px 5px;
}

#koukoku_banner_iframe {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#koukoku_banner {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#koukoku_banner .banner_1st .banner_2nd td {
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#link_banner a:link{
	width:750px;
	color: #0000FF;
	background-color: #FFFFFF;
}

#link_banner a:visited{
	width:750px;
	color: #0000FF;
	background-color: #FFFFFF;
}

#link_banner .osusumebanner {
	width:750px;
	background-color: #DDDDDD;
	height: 5px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #9966CC;
	text-align: left;
	padding: 2px 5px;
}

#link_banner .link_space {
	width:750px;
	text-align: center;
}

/*フッター*/

#footer{
	text-align:center;
	width: 740px;
	clear:both;
	background:#333333;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	padding:5px 5px;
}

#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#FF6600;
}

#footer_box {
	display: block;
	height: 20px;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	width: 730px;
	text-align: right;
}

#copyright{
	text-align:right;
	clear: both;
}

/*中間部navi*/

#header p {
	width:730px;
	padding-left: 10px;
	padding-right:10px;
	font-size: 80%;
}

#small_link {
	clear:both;
	width: 750px;
}

/*

#small_link {
	width: 750px;
	text-align: center;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #F6F6F6;
	height: 50px;
}

*/

#small_link .navi {
	width: 710px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#small_link .navi li {
	float: left;
	padding-right: 8px;
	padding-left: 5px;
	font-size: 90%;
	background-color: #E9F2FB;
	margin-right: 2px;
	padding-top: 12px;
	padding-bottom: 0px;
	border: 1px solid #7F98B4;
	height: 25px;
}

#sogo_link_navi {
	width: 740px;
	padding-top: 5px;
	padding-bottom: 25px;
	padding-right: 5px;
	padding-left: 5px;
	height: 100px;
}

/*18禁*/

#iriguchi_sentaku {
	margin-top: 10px;
	height: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 557px;
	text-align: right;
}

#iriguchi_sentaku p {
	width: 100px;
	text-align: right;
	float: right;
}

#iriguchi_sentaku .over18 {
	float: right;
	width: 138px;
	padding-right: 15px;
}

/*

#iriguchi_sentaku .over18 {
	font-size: 100%;
	float: right;
	width: 100px;
	text-align: center;
	color: #FFFF00;
	background-color: #FF0000;
	display: block;
	margin-right: 3px;
	border: 2px ridge #FF0000;
}

#iriguchi_sentaku .over18 a:link,
#iriguchi_sentaku .over18 a:visited {
	color: #FFFF00;
	text-decoration:none;
}

#iriguchi_sentaku .over18 a:hover {
	color: #FFFFFF;
}

*/

#iriguchi_sentaku .under18 {
	float: right;
	margin-right: 10px;
	width: 138px;
}

/*

#iriguchi_sentaku .under18 {
	width: 100px;
	text-align: center;
	background-color: #EFEFEF;
	display: block;
	border: 1px dotted #999999;
	float: right;
	margin-right: 10px;
}

*/

#iriguchi_sentaku .under18 a:link,
#iriguchi_sentaku .under18 a:visited {
	text-decoration:none;
}
#sogo_link_navi .qrcode {
	float: left;
	font-size: 80%;
	background-color: #E9F2FB;
}
#sogo_link_navi .linkusyu {
	float: left;
}
#sogo_link_navi td {
	font-size: 90%;
	padding: 2px;
}
#sogo_link_navi .white {
	color: #FFFFFF;
}
#sogo_link_navi .qrcode .moba {
	background-image: url(../index_img/moba_back.gif);
	background-repeat: repeat-x;
	font-size: 140%;
	vertical-align: middle;
	padding-left: 15px;
}

/*相互リンク*/

#sub2 {
	width:720px;
	padding-right: 15px;
	padding-left: 15px;
}

#sougo_link .waku_kyoutsu .fuzokuten,
#sougo_link .waku_kyoutsu .c_fuzokusite,
#sougo_link .waku_kyoutsu .z_fuzokusite,
#sougo_link .waku_kyoutsu .s_site {
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sougo_link .waku_kyoutsu .sub_title {
	background-color:#999999;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	width: 745px;
}

#sougo_link .waku_kyoutsu .sub_title p {
	float: left;
}

#sougo_link .waku_kyoutsu .sub_title .go_top {
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sougo_link .waku_kyoutsu .sub_title_koumoku {
	height: 20px;
	width: 710px;
	color: #0066FF;
	font-weight: normal;
	font-size: 90%;
	padding-top: 3px;
	margin: 10px 0px 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	background-color: #CCCCCC;
}

#sougo_link .waku_kyoutsu .sub_title_koumoku .go_top {
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sougo_link .waku_kyoutsu .sub_title_koumoku p {
	float: left;
}

#sougo_link .waku_kyoutsu .banner_table {
	font-size: 80%;
}
#sougo_link .totop {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 15px;
	width: 735px;
}
#sogo_link_midashi {
	text-align: center;
	height: 20px;
	width: 715px;
	font-size: 14px;
	color: #05376C;
}
#link_moushikomi,
#sougolink_moushikomi {
	padding: 5px;
	height: 60px;
	width: 344px;
	float:left;
	font-size: 90%;
	margin-right: 3px;
	border: 1px solid #99CCFF;
	line-height: 120%;
}
#sogo_link_form {
	height: 110px;
	width: 720.px;
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
	width: 720px;
}
#mini_banner6 {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	float: left;
	height: 50px;
	width: 110px;
	font-size: 7px;
}
#osusume_banner3 {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	float: left;
	height: 80px;
	width: 228px;
	font-size: 7px;
}
/*フォーム*/

#body_link{
	width:525px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}


#body_question{
width:525px;
padding:10px 12px;
margin:0px auto;
}

table#form{
border: 1px solid #999999;
}

table#form th{
	background-image: url(../img_guidance/form_th.gif);
	background-repeat: repeat-x;
	padding: 3px 4px;
	width: 25%;
	color: #FFFFFF;
	background-color: #1F527D;
	text-align: left;
}
#form td {
	padding: 5px;
	background-color: #CCCCCC;
}
#footer #rogo img {
	float: right;
}
#rogo {
	height: 23px;
	width: 740px;
	padding-top: 3px;
	background-image: url(../index_img/footer_back.jpg);
	margin-bottom: 5px;
}

#iriguchi_sentaku .kakunin18 {
	float: right;
	width: 170px;
	margin-top: 13px;
}
#link_banner {
}


#link_banner .link_space .osusume_banner_ones {
	margin-left: 5px;
	height: 75px;
	font-style: normal;
	text-decoration: none;
	font-size: 80%;
}

#link_banner .link_space .osusume_banner_ones a:link,
#link_banner .link_space .osusume_banner_ones a:visited {
	text-decoration: none;
}

