@charset "utf-8";


* {
	color:#222222;
	padding:0;
	margin: 0;
	font-family:"ＭＳ Ｐゴシック";
}

#base {
	width: 100%;
		background-image: url(../images/background/index_bgi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 460px;

	}
/*#base {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-position: top;
	background-attachment: fixed;
	padding-top:0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
*/
body {
	background-attachment: scroll;
	background-color: #EFEFEF;
	background-image: url(../images/background/index_base.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
}

img {
	vertical-align: top;
	margin: 5px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a img:hover{
	filter:alpha(opacity=70);  /* IE7以下用 */
    -ms-filter: "alpha(opacity=70)"; /* IE8用 */
    -moz-opacity:0.7; /* Firefox 1.5未満, Netscape用 */
    -khtml-opacity: 0.7;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
    opacity: 0.7; /* Firefox 1.5以上, Opera, Safari用 */
}

li {
	list-style-type: none;
}

a {
	color: #0099CC;
}

a:hover {
	color: #00BCE3;
	text-decoration: none;
}

.order {
 position: relative;
 margin-bottom: 10px;
}
/*
ヘッダー
-------------------------------------------*/
/*#head {
	background-image: url(../images/background/search.png) , url(../images/background/index_bgi.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: 60% 95%, left top;
	position: relative;
	background-color: #FFFFFF;
	height:460px;
	width: 1200px;
	margin: 0 auto;
	
	
}
*/

#head {
	background-image: url(../images/background/search.png) ;
	background-repeat: no-repeat;
	background-position: 60% 95%;
	position: relative;
/*	background-color: #FFFFFF;
*/	height:460px;
	width: 1200px;
	margin: 0 auto;
	
	
}



#head h1 {
	font-size: 10px;
	position: absolute;
	top: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #336699;
	left: 422px;
	width: 255px;
	height: 17px;
	
	
}
#head p {
	font-size: 10px;
	position: absolute;
	top: 29px;
	font-weight: normal;
	line-height: 12px;
	color: #999999;
	left: 430px;
	width:330px;
	
}
#head .pp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	position: absolute;
	top: 256px;
	font-weight: bolder;
	line-height: 52px;
	color: #09c;
	left: 570px;
	width:300px;
}

#head .pp samll{
	font-size: 12px;
	color: #cccccc;
	}

#head .pp a{	
	text-decoration:none;
}
	
#head .pp a:hover{
	color: #630;
	text-decoration:underline;
}

#head img#logo {
	position: absolute;
	left: 13px;
	top: 13px;
}

#head img#free {
	position: absolute;
	left:728px;
	top: 46px;
	width: 251px;
	
}
#head #h_list {
	position: absolute;
	right: 28px;
	top: 3px;
}
#head #h_list li {
	display: inline;
	padding-right: 7px;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(../images/button/li.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 12px;
}
#head #h_list a {
	text-decoration: none;
}
#head #free{
	position: absolute;
	right: 25px;
	
}

#head #info {
	position: absolute;
	right: 25px;
	font-size: 12px;
	color: #666666;
	bottom: 37px;
	line-height: 26px;
	text-align: right;
}
#head #info strong {
	font-size: 32px;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
}
#head #info span {
	font-size: 18px;
	color: #666666;
}
#head #h_list a:hover {
	background-color: #FFFFFF;
}


/*
グローバルナビ
-------------------------------------------*/
#navi {
	background-image: url(../images/button/navi.gif);
	height: 40px;
	padding-left: 0px;
	position: absolute;
	bottom:-42px;
	width: 990px;
	left: 105px;
	
	}
	
#navi li a, #navi li strong {
	line-height: 35px;
	display: block;
	float: left;
	height: 35px;
	width: auto;
	padding:1px 20px ;
	text-align:center;
	font-size: 13px;
	color:#ffffff;
	text-decoration:none;
	border-left:#ffffff 1px solid;
		
}

#navi li a:hover {
	background-image: url(../images/button/navi_li_ov.gif);
	height: 35px;
	width: auto;
	color: #FFFFFF;
	text-decoration: none;
/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7B3B3;*/
}
#navi li strong {
	background-image: url(../images/button/navi_li_st.gif);
	color: #000000;
	font-weight: normal;
	height: 35px;
}

/*----プルダウン用追加ナビ------*/

#navi_b {
	
	background-image: url(../images/button/navi.gif);
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	height: 36px;
	padding-top:2px;
	
}
 
#nav {
	display: block;
	position: relative;
	background-color: #95A4A4;
	background-image: url(../images/button/navi.gif);
	height: 36px;
	width: 990px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A7B3B3;
}
#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	height: 26px;
}

#nav ul {
	width: 200px;
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	margin: 0;
}

#nav ul ul {
	left:200px;
	top: 0;
}

* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
#nav ul a {
	zoom: 1;
} /* IE6/7 fix */
#nav ul li {
	float: none;
}
 
#nav *:hover {
	background-color: none;
}


/*#nav a {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	padding-top:6px;
	padding-right: 20px;	
	padding-left: 20px;
	background-image: url(../images/button/navi_li.gif);
	background-repeat:repeat-x;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3B3B3;
	height: 32px;
}*/
#nav strong {
	display: block;
	color: #000000;
	font-size: 12px;
	line-height: 24px;
	padding-top: 6px;
	padding-right: 20px;
	padding-left: 20px;
	height: 32px;
	background-image: url(../images/button/navi_li_st.gif);
	background-repeat:repeat-x;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7B3B3;
	font-weight: normal;
}
#nav a:hover {
	background-image: url(../images/button/navi_li_ov.gif);
	height: 32px;
}
/*#nav a.hover {
	background-image: url(../images/button/navi_li_ov.gif);
	height: 32px;
}*/

/*#nav li.hover a {
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}

#nav ul a.hover {
	background-color: #5A8130;
	color: #FFFFFF;
	background-image: url(../images/button/li_w.gif);
}
#nav ul a:hover {
	background-color: #32A2CD;
	background-image: url(../images/button/li_w.gif);
	color: #FFFFFF;
	height:32px;
}
#nav ul a {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	background-color: #F2F2EE;
	background-image: url(../images/button/li.gif);
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #A7B3B3;
	line-height: 26px;
	height: 26px;
	padding-top: 2px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 7px center;
	color: #1D2325;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #CED5D5;
	border-left-color: #CED5D5;
}*/

/*
メイン
-------------------------------------------*/
#main {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	overflow: hidden;
		
}


#pankuzu {
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AEB8B8;
	font-size: 10px;
	color: #6B878B;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#pankuzu strong {
	font-weight: normal;
	color: #6B878B;
	font-size: 10px;
	letter-spacing: 1px;
}

#content {
	float:right;
	width: 74%;
	padding-top:36px;
	margin:2px 10px 2px 0px;
	
}

#content #mokuji {
	margin-top: 1px;
	margin-bottom: 15px;
	border: 1px solid #D8D8D3;
	background-image: url(../images/background/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 2px;
}
#mokuji ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mokuji ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mokuji li {
	font-size: 14px;
	line-height: 20px;
}
#mokuji li a {
	background-image: url(../images/button/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}
#content #mokuji h3 {
	color: #4893B3;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E1E6E6;
	padding-bottom: 1px;
}

#content .box_out {
	background-color: #EEEEEE;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 5px;
}
#content .box_in {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	/* [disabled]margin-bottom: 5px; */
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content h2 {
	font-size: 18px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #44BAE2;
	line-height: 26px;
	color: #101010;
	padding-top: 5px;
	padding-left: 5px;
	font-weight:bold;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content h2 span {
	font-size: 20px;
	/* [disabled]padding-left: 10px; */
	color: #3BAEDB;





	font-weight:!important;
}
#content h3 {
	color: #30899C;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #7EC4CB;
	font-size: 16px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#content h3 span {
	font-size: 12px;
	color: #30A2AB;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}

#content p.line {
	font-size: 13px;
	padding: 3px;
	line-height: 22px;
	background-image: url(../images/background/line.gif);
	background-repeat:repeat;
	text-indent: 1em;
	margin: 10px;
	}

#content p.line:first-line{
	background-image:no-image;
}

#content p{
	font-size: 14px;
	padding: 5px;
	line-height: 25px;
	margin-left:: 5px;
}


#content .box_out img {
	margin-right: 1px;
	margin-bottom: 1px;
}
#content .box02_left {
	float: left;
	width: 320px;
	margin-left: 2px;
}
#content .box02_right {
	float: right;
	width: 320px;
}
#content .box02_left h3, #content .box02_right h3 {
	clear: both;
}
#content .box02_left .box_in,
#content .box02_right .box_in {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .box02_left p,
#content .box02_right p {
	margin: 0px;
}

/*-----dlリスト-----*/
#content .dl_list {
	background-image: url(../images/background/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
	border: 1px solid #EEEEEA;
	float: left;
	margin-bottom: 5px;
}
#content .dl_list dt {
	float: left;
	display: block;
	width: 80px;
	font-size: 12px;
	padding-left: 15px;
	line-height: 1.4em;
	background-image: url(../images/button/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#content .dl_list dd {
	display: block;
	float: right;
	width: 460px;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7E6E8;
}
#content .dl_list dl {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5CB;
	display: block;
	width:660px;
	padding-top: 7px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
}
#content .dl_list dd a {
	line-height: 1.4em;
}

#content .box02_right .dl_list {
	border: 1px solid #D6D5CB;
}
#content .box02_right .dl_list dt {
	width: 70px;
	padding-left: 7px;
	background-position: left center;
}
#content .box02_right .dl_list dd {
	width: 205px;
}
#content .box02_right .dl_list dl {
	width: 300px;
	padding-top: 6px;
	padding-bottom: 6px;
}


	

dl.dl_link {
	padding: 20px;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #DEDFDA; */
	margin-right: 10px;
	margin-left: 5px;
}
.dl_link dt {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBDBDF;
	line-height: 28px;
	margin-bottom: 7px;
	background-image: url(../images/button/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bold;
}
.dl_link dd {
	font-size: 13px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	color: #505050;
}

/*----------*/


.img_left {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.img_right {
	margin: 3px;
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#top_img {
	text-align: center;
	background-color: #F1F1ED;
	padding-top: 5px;
	padding-bottom: 5px;
}

.btn_s {
	text-align: right;
	padding: 5px;
	clear: both;
}
.btn_s a {
	color: #FFFFFF;
	background-color: #1F9DCD;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-size: 12px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEF0F0;
	border-right-color: #EEF0F0;
	border-bottom-color: #EEF0F0;
	border-left-color: #EEF0F0;
}
.btn_s a:hover {
	color: #04658E;
	background-color: #ECFCFF;
	border-top-color: #6ACAEA;
	border-right-color: #6ACAEA;
	border-bottom-color: #6ACAEA;
	border-left-color: #6ACAEA;
}


.to_top {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 10px;
}
#content ul.list {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content ul.list li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/button/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0CFD1;
	color: #44636C;
}

#content .chui {
	color: #E84F28;
	font-size: 12px;
}

.imp{
	font-size: 16px;
	color: #3BAEDB;
	font-weight:!important;
	line-height: 18px;
}
.syomei {
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: "有澤楷書","ＡＲＰ行楷書体Ｈ", "ＡＲ行楷書体Ｈ","ヒラギノ明朝 Pro W6","HiraMinPro-W6";
	padding-top: 5px;
}

#form {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*
サイド
-------------------------------------------*/

#side {
	float: center;
	width: 24%;
	padding-top:46px;
	margin: 2px 0px 2px 10px;
}
#side h3 {
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url(../images/background/h3.gif);
	height: 21px;
	padding-bottom: 4px;
	font-weight: normal;
	text-indent: 23px;
	margin-bottom: 1px;
	padding-top: 2px;
}
#side .side_box {
	background-image: url(../images/background/side_box.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 210px;
	border: 1px solid #C1C1C1;
	background-color: #EFEFEF;
	padding: 5px 4px;
}

#side .side_box h3 {
	background-color: #43AFD5;
	background-image: none;
	line-height: 18px;
	text-indent: 8px;
	height: 18px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #5ACCE9;
	padding: 1px 0px;
}
#side .side_box .side_inbox {
	background-image: url(../images/background/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #D0D0D0;
	width: 204px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#side .side_menu li {
	line-height:16px;
}
#side .side_menu li a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #14130C;
	text-decoration: none;
	background-color: #F8F8F5;
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E0;
	background-image: url(../images/button/side_li.gif);
	background-position: 8px center;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


#side .side_menu li a:hover {
	background-color: #2EA9D8;
	color: #FFFFFF;
	background-image: url(../images/button/side_li_ov.gif);
}
#side .side_menu li ul {
	background-color: #DFE2E3;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#side .side_menu li ul li a {
	background-position: 15px;
	width: 155px;
	padding-left: 34px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CDD2D3;
	border-bottom-color: #CDD2D3;
	border-left-color: #CDD2D3;
	border-top-style: none;
	color: #0099CC;
}
#side .side_men2u li {
	line-height:16px;
}
#side .side_menu2 li a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #14130C;
	text-decoration: none;
	background-color: #F8F8F5;
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E0;
	background-position: 8px center;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#side .side_menu2 li a:hover {
	background-color: #2EA9D8;
	color: #FFFFFF;
	
}

.side_link dt{
font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBDBDF;
	line-height:16px;
	margin: 12px 6px 2px 6px;
	background-image:url(../images/button/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 6px;
	padding-right: 4px;
	font-weight: bold;
	}
.side_link dt a{
	text-decoration: none;
	}

.side_link dt a:hover {
	background-color: #2EA9D8;
	color: #FFFFFF;
	}

.side_link dd{
font-size: 10px;
	margin-left: 6px;
	margin-right: 6px;
	padding-left: 6px;
	padding-right: 6px;
	}


#side .side_box .side_inbox p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 140%;
}

#side .side_box .side_btn {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #DFDFDF;
}
#side .side_box .side_prbox {
	width: 186px;
	background-color: #E3E3E3;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 10px;
	font-size: 12px;
	color: #505050;
}
#side .side_box .side_prbox p {
	font-size: 10px;
	line-height: 130%;
}
#side .side_box .side_prbox a {
	color: #747474;
}



/*askArea*/
div#askarea{width:950px;
height:80px;
margin:0;
border:#CCCCCC 1px solid;
clear:both;
margin-left:auto;
margin-right:auto;
padding-left:10px;
margin-bottom:50px;}

div#askarea p.text{font-size:12px;
letter-spacing:1px;
line-height:1;
margin:0;
float:left;
margin-left:35px;
margin-right:35px;
margin-top:8px;
margin-bottom:8px;
color:#666666;}

div#askarea p.button{float:left;
margin:0;
margin-left:30px;
margin-top:15px;}

div#askarea p.tollfree{float:left;
margin:0;
margin-top:20px;
margin-left:100px;}

.ask{color:#0066CC;
font-weight:bold;}



/*
フッター
-------------------------------------------*/

#foot {
	width:980px;
	margin:0;
	background-image: url(../images/background/foot.gif);
	background-repeat: repeat-x;
	padding: 5px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	
}
#footer-menu{
	/* [disabled]width:920px; */
	height:30px;
	margin:0;
	color:#ffffff;
	padding: 5;
}

#foot p {
	width:940px;
	font-size: 10px;
	color: #333333;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding-top:2px;
	padding-left:30px;
	text-align: right;
	
	
}
#foot li a {
	color: #ffffff;
}
#foot li {
	font-size: 12px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A8CADB;
	color:#ffffff;
}
address {
	width:990px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #838383;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	text-align: right;
	padding-top:2px;
	padding-right:3px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	
}


/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#content table {
	
	margin:5px;
	
	font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

#content table.data {
	margin: auto;
	border: none;
	padding:10px;
	align:center;
}

#content table.bukken {
	margin:5px;
	font-size:9px;
	
}


#content table.data td {
	padding: 5px;
	border: 0;
	font-size: 13px;
	text-align: center;
}

#content table td {
	padding: 5px;
	border: 1px solid #3BAEDB;
	font-size: 13px;
}
#content table th {
	background-color: #EFEFEF;
	color: #666666;
	padding: 7px;
	font-size: 12px;
	border: 1px solid #0CF;
	
}

#content form table th {
	width: 120px;
}
#content table th.from {
	
	background-color:#0099cc;
	color:#ffffff;
	padding: 7px;
	font-size: 14px;
	border: 1px solid #ffffff;
	
}
#content table th.head {
	
	background-color:#999999;
	color:#ffffff;
	padding: 7px;
	font-size: 14px;
	border: 1px solid #ffffff;
	
}#content table th.from a {
	color:#ffffff;
	text-decoration: none;
}

#content table th.from a:hover {
	color: #000000;
	text-decoration: none;
}


#content table td.td_head {
	background-color: #A2AAAA;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C9C9BE;
	border-right-color: #D7D7CE;
	border-bottom-color: #C9C9BE;
	border-left-color: #C9C9BE;
	font-size: 13px;
	background-image: url(../images/background/td_head.gif);
	background-repeat: repeat-x;
}

#content table td.td_odd {
	background-color: #F9F9F9;
	text-align: left;
	padding: 8px;
	border: 1px solid #D6D6CD;
	font-size: 13px;
	line-height: 20px;
	
}
#content table td.td_new {
	background-color: #E4F3FA;
	text-align: left;
	padding: 5px;
	font-size: 13px;
	line-height: 20px;
}

#content table td.td_cen {
	background-color: #F7F7F4;
	text-align: center;
	padding: 8px;
	border: 1px solid #D6D6CD;
	font-size: 14px;
	background-image: url(../images/background/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
}

.eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #666666;
}

.red{
	color:#FF0000;
}

#greybg{
	display: none;
	z-index: 1;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: Alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.70;
}

#searchbox01{
	z-index: 2;
}

#searchbox02{
	z-index: 3;
}

#searchbox01,
#searchbox02{	/* 検索ボックスの配置位置 */
	display: none;
	width: 600px;
	background: #FFF;
	margin: 0 0 0 -300px;
	position: fixed;
	_position: absolute;
	top: 0%;
	left: 50%;
}

#searchbox01 h3,
#searchbox02 h3{
	margin: 0;
	padding: 0 8px;
	background: #D1CFCC;
	border-left: 10px solid #9CBA5A;
	color: #FFF; 
	font-size:16px;
	line-height: 40px;
}

#searchbox01 .close,
#searchbox02 .close{
	margin: -31px 0 25px 567px;
	width: 24px;
	height: 24px;
	overflow: hidden;
}

#searchbox01 .close a,
#searchbox02 .close a{
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	font-size: 1px;
	background: url("../images/btn_close.gif") no-repeat;
}

#searchbox01 .close a:active,
#searchbox01 .close a:hover,
#searchbox02 .close a:active,
#searchbox02 .close a:hover{
	background-position: 0 -24px;
}

#searchbox01 form,
#searchbox02 form{
	margin: 0;
	padding: 0 25px 15px;
}

#searchbox02 .search{
	text-align: center;
}

#searchbox01 .search a,
#searchbox02 .search a{
	display: block;
	margin: 0 auto;
	width: 104px;
	height: 29px;
	text-indent: -9999px;
	font-size: 1px;
	background: url("../images/btn_search.gif") no-repeat;
	overflow: hidden;
}

#searchbox01 .search a:active,
#searchbox01 .search a:hover,
#searchbox02 .search a:active,
#searchbox02 .search a:hover{
	background-position: 0 -29px;
}

#searchbox01 span,
#searchbox02 span{
	font-size: 62.5%;
	color: #999;
	line-height: 1.25;
}
#searchbox02 span{
	font-size: 80%;
}

#searchbox01 table,
#searchbox02 table{
	width: 550px;
}

#searchbox02 table{
	margin-bottom: 10px;
}

#searchbox01 table th,
#searchbox01 table td{
	vertical-align: top;
}

#searchbox01 input{
	height: 29px;
	width: 400px;
	margin: 0 0 5px;
}

#searchbox02 input{
	margin-right: 2px;
}

#searchbox02 label{
	margin-right: 5px;
}

#searchbox02 #word{
	/*width: 240px;*/
	margin-right: 5px;
}

/*---------------------------------------------------------*/
.searchbtn{
	float: right;
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
}
/********************************************************/
/* 検索ページ                                           */
/********************************************************/
.stitle{
	font-size:100%;
}


/********************************************************/
/* 詳細ページ                                           */
/********************************************************/
.spoint{
	font-size:120%;
}


/********************************************************/
/* 余白・位置                                           */
/********************************************************/
/* 位置 */
.center {text-align:center !important;}
.right {text-align:right !important;}
.left {text-align:left !important;}

/* 余白 */
.mt40 {margin-top:40px;}
.mr40 {margin-right:40px;}
.mb40 {margin-bottom:40px;}
.ml40 {margin-left:40px;}

.mt20 {margin-top:20px;}
.mr20 {margin-right:20px;}
.mb20 {margin-bottom:20px;}
.ml20 {margin-left:20px;}

.mt10 {margin-top:10px;}
.mr10 {margin-right:10px;}
.mb10 {margin-bottom:10px;}
.ml10 {margin-left:10px;}

.mt5 {margin-top:5px;}
.mr5 {margin-right:5px;}
.mb5 {margin-bottom:5px;}
.ml5 {margin-left:5px;}

.pt20 {padding-top:20px;}
.pr20 {padding-right:20px;}
.pb20 {padding-bottom:20px;}
.pl20 {padding-left:20px;}

.pt10 {padding-top:10px;}
.pr10 {padding-right:10px;}
.pb10 {padding-bottom:10px;}
.pl10 {padding-left:10px;}

.pt5 {padding-top:5px;}
.pr5 {padding-right:5px;}
.pb5 {padding-bottom:5px;}
.pl5 {padding-left:5px;}


/********************************************************/
/* その他                                               */
/********************************************************/
/* 回り込みのクリア */
.clear {
  clear:both;
  overflow: hidden;
  display:block;
  font-size:0px;
  margin:0;
  padding:0;
  border:0;
  line-height:0;
}

/* 情報グルーピング用の区切り線 */
hr {display:none;}

/* ボタン */
.btn1{
	padding:5px 10px;
}

.btn2{
	padding:5px 5px;
}

.btn3{
	padding:2px 5px;
}

.uchikeshi {/*打ち消し線*/
text-decoration: line-through;
color: #666;
font-size:90%;
}
#special {
	width: 700px;
	padding-top: 10px;
	overflow: hidden;
	margin: 20px auto 20px 25px;
}
.bnr_01, .bnr_02 {
	overflow: hidden;
	width: 340px;
	height: 110px;
	float: left;
	margin-bottom: 15px;
	margin-right: 10px;
}
.bnr_03, .bnr_04, .bnr_05, .bnr_06 {
	overflow: hidden;
	float: left;
	margin-right: 7px;
}
.bnr_06 {
	margin-right: 0px;
}

.bnr_01 a,.bnr_02 a {
	width: 340px;
	height: 110px;
	display: block;
}
.bnr_01 a {
	background-image: url(../images/banner/bnr_chikuasa.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
.bnr_01 a:hover {
	background-position: left bottom;
}

.bnr_02 a {
	float: left;
}
.bnr_02 img {
	margin: 0px;
}
.bnr_03 a, .bnr_04 a, .bnr_05 a, .bnr_06 a {
	width: 165px;
	height: 105px;
	display: block;
	border: 1px solid #44BAE2;
}
