@charset "utf-8";
/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/


* {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}



table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*bodyのスタイル*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color:#CCCCCC;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

img{
	padding:0px;
	margin:0px;
}


/*containerのスタイル*/

#container {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 760px;
	text-align: center;
	background-color:#FFFFFF;

}


a {
	color:#003399;
}

a:hover {
	color:#0099CC;

}

#right h2{
	margin:0px 0px 20px;
	}


#right h3{
	width:495px;
	padding:5px 0px;
	background:#3F8CB2;
	font-weight:bold;
	margin:0px 0px 15px;
	color:#FFFFFF;
}


#left h2{
	width:200px;
	margin:0px 0px 10px;
	}

h1{
	font-size:11px;
	color:#999999;
}
/*wrapperのスタイル*/
#wrapper{
	width:760px;
	padding:0px;
	margin:0px auto 0px;
	background-color:#FFFFFF;
	text-align:center;

}

/*headerのスタイル*/

#header {
	width: 760px;
	padding: 0px;
	border-style: none;
	margin: 0px;
	background:url(../img/common/header_bg.jpg);
	background-repeat:repeat-x;

}

#hright {
	float: right;
	text-align: left;
	width:210px;
	margin:0px 10px 0px 0px;	
}

#hleft {
	float: left;
	text-align: left;
	margin:10px 0px 3px 10px;
}

/*globalのスタイル*/
#global{
	width:760px;
	padding:0px;
	height:38px;
	margin: 0px;
}

#global ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#global li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

#global li a {
	background-image:url(../img/common/navi1.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 152px;
	color: #003366;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
}


#global li a:hover, #global li .here{
	color: #FAFAFA;
	background:url(../img/common/navi1_1.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}



/*mainのスタイル*/
#main{
	width:720px;
	padding:0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*main_1のスタイル*/
#main_1{
	margin:0px;
	text-align: center;
	background-image: url(../img/top/dot_m.jpg);
	background-repeat: repeat-y;
	width: 720px;
	padding:10px 0px;
}


#main_1_left{
	float:left;
	width:225px;
	margin:0px;
	text-align:center;
}

#main_1_right{
	float:right;
	width:480px;
	margin:0px;
	text-align:left;
}

.450{
	width:450px;
	margin:0px;

}

.box229{
	width:229px;
	background:url(../img/top/jisseki.jpg) no-repeat;
	padding:0px;
	float:left;
	margin:0 10px 0 0;
	border-bottom:#B5C7CE solid 1px;
}

.p229{
	width:219px;
	padding:0px;
	margin:35px 5px 10px;
}


.box210{
	width:210px;
	background:url(../img/top/media.jpg) no-repeat;
	padding:0px;
	float:left;
	border-bottom:#B5C7CE solid 1px;
}

.p210{
	width:200px;
	padding:0px;
	margin:35px 5px 10px;
}

/*main_middleのスタイル*/

#main_2{
	margin:20px auto;
	text-align: center;
	width: 690px;
	padding:0px;
}

#main_2_l{
	float:left;
	width:200px;
	margin:0px;
}

#main_2_r{
	float:right;
	width:464px;
	margin:0px;
}


#main_3{
	margin:20px auto;
	text-align: center;
	width: 690px;
	padding:0px;
}

.main3_box1{
	width:330px;
	float:left;
	margin:0px 0px 10px;
	padding:0px;
}

.main3_text{
	width:225px;
	margin:0;
	text-align:left;
	float:right;
}

.main3_box2{
	width:330px;
	float:right;
	margin:0px;
	padding:0px;
}


/*leftのスタイル*/

#left{
	width:200px;
	float:left;
	text-align:left;
	margin:0px 25px 0px 0px;
}

	

#right{
	width:495px;
	float:left;
	text-align:left;
	margin:0px 0px 20px;
}
	

#left ul {
	list-style-image: none;
	list-style-type: none;
	width:200px;
}

#left li {
	font-size:11px;
	width:200px;
}

#left li a {
	background-image: url(../img/common/bg_subnavi.jpg);
	background-repeat:no-repeat;
	display: block;
	
	color: #003366;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
	padding-left: 18px;
	padding-bottom: 5px;
	margin:0px;
}


#left li a:hover, #left li .here{
	color: #005AB5;
	background-image: url(../img/common/bg_subnavi_over.jpg);
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-left: 18px;
	padding-bottom: 5px;
	margin:0px;
}


/*footerのスタイル*/
#footer{
	padding:10px 0px;
	margin:10px 0px 0px;
	text-align: center;
		background:#3F8CB2;
}

#footer ul{
	text-align:center;
	padding: 0px;
	color:#CCCCCC;
	padding:0px;
	
}

#footer li{
	list-style:none;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin: 0px;
	display: inline;
	font-size:11px;
}
#footer li.noline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer a {
	color: #ffffff;
	text-decoration:none;
		font-size:11px;
}


#footer a:hover {
	color:#0033CC;
		font-size:11px;
}


#privacy ul{
	padding:0px;
	margin:0px 0px 30px;
}

#privacy li{
	background:url(../img/common/liststyle.jpg) no-repeat 0 0;
	padding:0px 0px 0px 20px;
	color:#4476B1;
	margin:0px;
}


.tdtgray2c{
	background:#f0f0f0;
	padding:5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	width:60px;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
}

.tdtgray1c{
	padding:5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	text-align:center;
background:#f0f0f0;
}

.tdtgrayl{
	padding:5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
background:#f0f0f0;
}

.tdtgraylc{
	padding:5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
background:#f0f0f0;
text-align:center;
}

.tdtgray2{
	background:#f0f0f0;
	padding:5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	width:100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}

.tdtgray1{
	padding:5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;

}

.tdgray2{
background:#f0f0f0;
	padding:5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	}



.tdgray1{
padding:5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;}

.tdl{
	padding:5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	}



.tdr{
padding:5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;}


.q{
	padding:0px 0px 0px 30px;
	background:url(../img/qa/q.gif) no-repeat 0 0;
	color:#0099FF;
	height:22px;
	font-size:14px;
}

.q a{
	color:#0099CC;}

.a{
	padding:0px 0px 0px 30px;
	background:url(../img/qa/a.gif) no-repeat 0 0;
}

#qa{
	margin:0px 0px 0px 30px;

}

#qa td{

	vertical-align:top;
	padding:5px 0px;
}


	

ul,li, .qa{
	list-style:none;
	padding:3px 0px;
	
}

#hajimete li{
	background:url(../img/common/liststyle1.jpg) no-repeat 0 0;
	padding:0px 0px 0px 20px;
	color:#4476B1;
	margin:0px;
}

#ryokin li{
	padding:0px;
	margin:0px 0px 0px 5px;
}

.bgtxtblue{
	padding:3px;
	background:#4476B1;
	color:#FFFFFF;
	margin:0px 0px 15px;
}

#ryokin02 li{
	margin:0px 0px 5px 10px;
	padding:0px;
	list-style:outside;
	list-style:circle;
}

#karaki a{
	color:#FFFFFF;
}

.clearfix:after {
content: ".";
height: 0;
clear: both;
display: block;
visibility: hidden;
}

.clearfix {
display: inline-block;
/*\*//*/
overflow: hidden;
/**/
}

.pagetop{
	margin:20px 0px;
	text-align:right;
}

.clear{
	clear:both;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.text_right{
	text-align:right;
}

.text_left{
	text-align:left;
}

.text_center{
	text-align:center;
}

.mlr5{
	margin:0px 5px;
}

.mt20{
	margin:20px 0px 0px;
}

.mlr10{
	margin:0px 10px;
}

.mlr20{
	margin:10px 20px;
}

.mb230{
	margin:0px 0px 30px;
}

.mb10{
	margin:0px 0px 10px;
}

.mb5{
	margin:0px 0px 5px;
}

.mb20{
	margin:0px 0px 20px;
}

.mt40b30{
	margin:40px 0px 30px;
}

.mb30{
	margin:0px 0px 30px;
}

.mb40{
	margin:0px 0px 40px;
}

.mtb20{
	margin:20px 0px;
}

.pl30{
	padding:0px 0px 0px 30px;
}

.mtb20{
	margin:20px 0px;
}	

.mr5{
	margin:0 5px 0px 0px;
}

.m5{
	margin:5px;
}

.txtred{
	color:#FF0000;
}

.txtredb{
	color:#FF0000;
	font-weight:bold;
}

.txtorange{
	color:#FF6600;
}

.txtblue{
	color:#4476B1;
	font-weight:bold;
	font-size:14px;
}

.txt11red{
	color:#FF0000;
	font-size:11px;
}

.txt12blue{
	color:#4476B1;
	font-size:12px;
}

.txtb{
	font-weight:bold;
	font-weight:bold;
}

.indent{
	text-indent:1em;
}

.em2{
	line-height:2em;
}

.w330l{
	width:330px;
	float:left;
}

.w240l{
	width:240px;
	float:left;
}

.w240r{
	width:240px;
	float:right;
}

.w204l{
	width:204px;
	float:left;
}

.w204r{
	width:204px;
	float:right;
}

.w86l{
	width:86px;
	float:left;
	text-align:center;
	margin:70px 0px 0px;
}

.w500l{
	width:500px;
	float:left;
	text-align:right;
}

.w260r{
	width:260;
	float:right;
	text-align:right;
}

#bgwhite{
padding:10px 0px;

}


