@charset "EUC-JP";
/*　ページ系　*/

body{
	background-color:#ffffff;
	color:#000000;
	margin:0px;
}


/*　フォント系　*/

h1{
	font-size:14px;
	color:#ffffff;
	margin:0px;
}

h2{ padding:0px;
margin:10px 0 0 0p;}

strong{
}

em{
}

.f12k{
	font-size:12px;
	line-height:150%;
	color:#333333;
}

.fb12k{
	font-size:12px;
	line-height:150%;
	color:#333333;
	font-weight:bold;
}

.f12w{
	font-size:12px;
	line-height:150%;
	color:#ffffff;
}

.f12r{
	font-size:12px;
	line-height:150%;
	color:#ff0000;
}

.fb12blue{
	font-size:12px;
	line-height:150%;
	color:#0875DE;
	font-weight:bold;
}

.fb12brown{
	font-size:12px;
	line-height:150%;
	color:#9A6B41;
	font-weight:bold;
}


.f10k{
	font-size:10px;
	line-height:150%;
	color:#333333;
}

.f_campaign{
	font-size:12px;
	line-height:150%;
	color:#0875DE;
	font-weight:bold;
}

.fb14w{
	font-size:14px;
	line-height:150%;
	color:#ffffff;
	font-weight:bold;
}

.f_tel{
	font-size:16px;
	line-height:150%;
	color:#ff0000;
	font-weight:bold;
}

.f_telblack{
	font-size:16px;
	line-height:150%;
	color:#333333;
	font-weight:bold;
}

.f_caution{
	font-size:10px;
	line-height:150%;
	color:#ff0000;
}


/*　通常リンク　*/

a:link{
	font-size:12px;
	line-height:130%;
	color:#185ED1;
	text-decoration:underline;
}

a:visited{
	font-size:12px;
	line-height:130%;
	color:#8D44A6;
	text-decoration:underline;
}

a:hover{
	font-size:12px;
	line-height:130%;
	color:#6799ED;
	text-decoration:underline;
}

a:active{
	font-size:12px;
	line-height:130%;
	color:#6799ED;
	text-decoration:underline;
}


/*　白・10pxリンク　*/

.f_link_10w a:link,.f_link_10w a:visited{
	font-size:10px;
	line-height:150%;
	color:#ffffff;
	text-decoration:none;
}

.f_link_10w a:hover,.f_link_10w a:active{
	font-size:10px;
	line-height:150%;
	color:#ffffff;
	text-decoration:underline;
}


/*　黒・10pxリンク　*/

.f_link_10k a:link,.f_link_10k a:visited{
	font-size:10px;
	line-height:150%;
	color:#333333;
	text-decoration:none;
}

.f_link_10k a:hover,.f_link_10k a:active{
	font-size:10px;
	line-height:150%;
	color:#333333;
	text-decoration:underline;
}


/*　白・12pxリンク　*/

.f_link_12w a:link,.f_link_12w a:visited{
	font-size:12px;
	line-height:150%;
	color:#ffffff;
	text-decoration:none;
}

.f_link_12w a:hover,.f_link_12w a:active{
	font-size:12px;
	line-height:150%;
	color:#ffffff;
	text-decoration:underline;
}

/*　黒000000・10pxリンク　*/

.f_link_10bk a:link,.f_link_10bk a:visited{
	font-size:10px;
	line-height:150%;
	color:#000000;
	text-decoration:none;
}

.f_link_10bk a:hover,.f_link_10bk a:active{
	font-size:10px;
	line-height:150%;
	color:#000000;
	text-decoration:underline;
}

#footernavi {
	color: #000000;
	background-image: url(../img/footer_back.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 10px;
}
#footernavi p {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*　カラー系　*/

.c_blue01{
	background-color:#0E75DC;
}

.c_blue02{
	background-color:#85BFFA;
}

.c_blue03{
	background-color:#C1DFFD;
}

.c_yellow01{
	background-color:#FFDA6A;
}

.c_yellow02{
	background-color:#FFEFBF;
}

.c_grey_e{
	background-color:#eeeeee;
}

.c_grey_f{
	background-color:#f3f3f3;
}

.c_grey_3{
	background-color:#333333;
}

.c_white{
	background-color:#ffffff;
}

.c_list{
	background-color:#FFEFBF;
}


/*　表組み系　*/

th{
}

td.title{
}

td.area{
}

.t_no_b{
	border-top:1px solid #333333;
	border-right:1px solid #333333;
	border-left:1px solid #333333;
}

.t_no_tb{
	border-right:1px solid #333333;
	border-left:1px solid #333333;
}


/*　リスト系　*/

dl{
	margin:0px;
}

dt{
}

dt.dt01{
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	background-color:#eeeeee;
	padding:5px;
	margin:0px 0px 10px;
	font-size:12px;
	line-height:150%;
	color:#333333;
	font-weight:bold;
}

dd{
}

dd.dd01{
	padding:5px;
	margin:0px 0px 30px;
	font-size:12px;
	line-height:150%;
	color:#333333;
}

li{
	margin:0px;
}

.list_black{
	list-style-image:url(/img/arrow_black.gif);
}

/*　フォーム系　*/

form{
	margin:0px;
}

select,textarea{
}

input.text{
}

input.button{
}

input.checkbox{
}

input.radio{
}

fieldset{
}

legend{
}


/*　イメージ系　*/
img.border{
	border:1px solid #666666;
}


a {  color: #ffffff; text-decoration: none}
a:hover {  color: #FFcc00}
.font12-16 {  font-size: 12px; line-height: 16px}

.font12b { font-size: 12px; line-height: 13px; text-decoration: none ; color: ffffff} .font12b:hover { font-size: 12px; line-height: 15px; text-decoration: none ; color: 0000FF}

.bg {  background:  url(../img/head_bg.gif) repeat-x center}
.font10-14 {  font-size: 10px; line-height: 14px}
.font10-14w {  font-size: 10px; line-height: 14px; color: #FFFFFF}

.font10-14u { font-size: 10px; line-height: 10px; text-decoration: underline; color: #FFFFFF}


/* トップページ設定
----------------------------------------------------------------------------*/
#newsArea{
	height:170px;
	overflow:auto;
	
	
}

.bold{
	font-weight:bold;
}	
#contents_box {
	width: 730px;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding: 0px;
	
}
#contents_box img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}

/* トップページ2009.7.4追加-------------------------------------------------*/

#topcontents_left {
	text-align: left;
	padding: 0px;
	width: 500px;
	float: left;
	vertical-align: top;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#top_search {
	display: block;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#top_search dd {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_red {
	color: #FF0000;
}
#top_news {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	border:1px solid #333333;
	
	
	
}
#top_news_list {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width:475px;
	_width:495px;
	padding:5px 10px 0px 10px;
	overflow-y:auto;
	overflow-x:hidden;
	height:200px;
	
}
#top_news_list dt {
	color: #000000;
	padding: 0px;
	float: left;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	line-height: 1.1em;
}
#top_news_list dd {
	color: #7d1b1b;
	padding: 0px;
	float: left;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	/*line-height: 1.1em;*/
	line-height:135%;
}
#topcontents_right {
	width: 206px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#top_bannerbox {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top_bannerbox li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#top_campaign {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width:206px;
	height:50px;
	
		overflow-y:auto;
	overflow-x:hidden;

	

}


#top_campaign dd {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.2em;
	font-size:12px;
	text-align:left;
	
	
	
	
	
	
}
#top_link {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top_link dd {
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*契約のご案内--（旧ご契約の流れ）2010.03.29追加--*/
#flow_text {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	padding-top: 2px;
	padding-right: 17px;
	padding-bottom: 20px;
	padding-left: 17px;
	text-align: left;
}
#flow_text2 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
}
#flow_text3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}
#flow_gif {
	margin-top: 15px;
	margin-bottom: 5px;
}
#flow_gif2 {
	float: none;
	padding-top: 20px;
	padding-bottom: 20px;
}


