body {
	background-color: #FCFDE6;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* font-family: "Tahoma" "Verdana" sans-serif; */
	font-family: "ＭＳ Ｐゴシック" Osaka "ヒラギノ角ゴ Pro W3" sans-serif;
	font-size: 12px;
	line-height:150%;
	color:#333333;
	word-break: break-all; 
}

a:link	{text-decoration:none; color:#1E47B1;}
a:visited {text-decoration:none; color:#1E47B1;}
a:hover   {text-decoration:none; color:#FF7200;}
a:active  {text-decoration:none; color:#CC0000;}

ol, ul, li, h1, h2, h3, h4, h5, p, dd, dt, form, img {margin:0px; padding:0px; border:0px; }
li {margin-left:20px; list-style:none;}
th {font-weight:normal;}

.blueBorder { border:1px solid #1E47B1; }
.grayBorder { border:1px solid #999999; }

/* 全共通スタイル ver060410 */

/* テキストサイズの設定 */
.textLL{ font-size:16px; line-height:150%; }
.textL{ font-size:14px; line-height:150%; }
.textM{ font-size:12px; line-height:150%; }
.textS{ font-size:11px; line-height:150%; }
.textSlg{ font-size:11px; line-height:150%; }
.textSS{ font-size:9px; line-height:125%; }

.atention{ color:#cc0000; }
div.atention, .strong-attention {
    color:#cc0000; 
    margin:15px;
    margin-top:0px;
    padding: 3px;
}
.strong-attention {
    border: red 3px double;
}

.error_message{ color:#cc0000; margin:10px 0 10px 0 }
.blueText{ color:#1E47B1; }
.alertMes{ font-size:14px; color:#cc0000; line-height:150%; margin-bottom:40px; text-align:center; }


.list_navi{
	margin:5px;
	text-align:center;
}


/* 上部スペースの設定 */
.sp0{
	margin:0px;
	padding:0px 0px 0px 0px;
}
.sp9{
	margin:0px;
	padding:9px 0px 0px 0px;
}
.sp12{
	margin:0px;
	padding:12px 0px 0px 0px;
}
.sp14{
	margin:0px;
	padding:14px 0px 0px 0px;
}
.sp18{
	margin:0px;
	padding:18px 0px 0px 0px;
}
.sp24{
	margin:0px;
	padding:24px 0px 0px 0px;
}
.sp36{
	margin:0px;
	padding:36px 0px 0px 0px;
}

/* マージン・パディング */
.pad01{
	padding:10px;
}
.pad02{
	padding-top:10px;
}
.pad03{
	padding-left:10px;
}

.mg0{
	margin-top:0px;
}
.mg5{
	margin-top:5px;
}
.mg10{
	margin-top:10px;
}
.mg20{
	margin-top:20px;
}
.mg30{
	margin-top:40px;
}
.mg40{
	margin-top:50px;
}

/* フロート */
.fl_left{
	float:left;
}
.fl_right{
	float:right;
}
.clear{
	clear:both;
}

.noImgBox {
	border:1px solid #999999;
	font-family: "Verdana" sans-serif;
	font-size: 11px;
	text-align:center;
	background: #ffffff;
	color:#666666;
}

input {
	vertical-align:middle;
}

input.clBtn{
	background: #E2EAFD;
	border-top:1px solid #afafff;
	border-left:1px solid #afafff;
	border-right:1px solid #1E47B1;
	border-bottom:1px solid #1E47B1;
	color:#33331f;
}

input:focus, textarea:focus  {
	background-color:#ffeded;
	color:#000000;
}

.blogIcon {
	margin-left:6px;
	width:48px;
	height:12px;
	vertical-align:middle;
}

/* メインコンテンツ要素 */

#mainContents {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	width: 590px;
	margin-left:auto;
	margin-right:auto;
}
#mainContents_wide {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
}

#mainContents_bg {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	width: 590px;
	background-image: url(../img/main_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#mainContents_bg_wide {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	width: 700px;
	background-image: url(../img/main_bg_w.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#faqbox {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#faq_contents {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#box700 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}



#mainContents h2 {
	margin: 0px;
	padding: 0px;
}

#box_bg_green {
	margin: 0px;
	padding: 10px;
	background-color: #CCF5B8;
}

.contentsTitle {
	height:10px;
	width:590px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	font-size:14px; color:#1F1F1F; line-height:125%; 
}
.contentsTitle_wide {
	height:10px;
	width:700px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	font-size:14px; color:#1F1F1F; line-height:125%; 
}
.contentsListInner{
	border:0px;
	margin:0;
	width:540px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.title_bg_green {
	background-image: url(../img/title_bg_green.gif);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px 0px 0px 0px;
	width:570px;
	height:30px;
	font-size:22px;
	font-weight:bolder;
	text-align:center;
	text-indent:20px;
	color:#000000;
	line-height: 30px;
}
.table_agree_bg {
	background-color: #1E47B1;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}

.textglay {
	color:#999999;
}

/* ページヘッダ要素 */

#pageHead {
	padding:0px;
	margin:0px;
	background-color:#000000;
	height:16px;
	width:100%;
}
#pageHead .pageHead_title {
	width:400px;
	color:#f1f1f1;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana;
	padding:0px 0px 0px 10px;
	line-height:16px;
	text-align:left;
	float:left;
}
#pageHead .pageHead_link {
	width:300px;
	color:#f1f1f1;
	font-size:11px;
	padding:0px 10px 0px 0px;
	line-height:16px;
	text-align:right;
	float:right;
}
.pageHead_link a:link	{text-decoration:none; color:#f1f1f1;}
.pageHead_link a:visited {text-decoration:none; color:#f1f1f1;}
.pageHead_link a:hover   {text-decoration:none; color:#696969;}
.pageHead_link a:active  {text-decoration:none; color:#303030;}

/* フッタ要素 */

#mainFoot {
	padding-bottom:20px;
	width: 790px;
	border-top:1px solid #999999;
	border-left:0px solid #333333;
	border-right:0px solid #333333;
	border-bottom:0px solid #333333;
	margin-left:auto;
	margin-right:auto;
}

#mainFoot .copyright {
	font-family: "Verdana" "Tahoma" sans-serif;
	font-size: 11px;
	line-height:150%;
	text-align:center;
	width:790px;
	margin-top:-60px;
}
#mainFoot .rt {
	float:right;
	width: 120px;
	text-align:right;
	margin-top:5px;
	height:60px;
}
/*  faq で使用  */



#title01 {
	margin:0px;
	padding-bottom:10px;
	background-image: url(faq_img/faq_bar01.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 500px;
}

#title02 {
	margin:0px;
	padding-bottom:10px;
	background-image: url(faq_img/faq_bar02.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 500px;
}


.non {
	display: none;
	margin: 0px;
	padding: 0px;


}

.right_link {
	margin:0px;
	padding-bottom:10px;
	float: right;
}

.cate_box {
	margin:0px 0px 15px;
	padding-bottom:2px;
	width: 500px;
	padding-top: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color:#009966;
	border-right-color: #009966;
	border-bottom-color: #009966;
	border-left-color: #009966;
	}

.cate_text {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color:#666666;
	text-align: left;
	vertical-align: middle;
	margin-left: 15px;

	}

.topix_bg {
	text-align: left;
	background-color: #E5E5E5;
	width: 500px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;


	}


.topix_inbox
	{
	letter-spacing: normal;
	color:#454545;
	text-align: left;
	line-height: 15px;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	list-style-type: none;
	width: 500px;
	padding: 0px;





	}

.topix_text
	{
	font-size: 12px;
	letter-spacing: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px 0px 0px 20px;
	margin-right: 0px;
	color: #336699;


	}

.topix_text a
	{
	color:#336699;
	text-decoration:underline;
	}

.topix_text a:link
	{
	color:#336699;
	text-decoration:underline;

	}

.topix_text a:visited
	{
	color:#336699;
	text-decoration:underline;

	}
.topix_text a:hover
	{
	color:#3399CC;
	text-decoration:none;

	}


.q_text
	{
	font-size: 12px;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 16px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 10px;
	background-image: url(faq_img/mark_q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	}
	
	
	
.a_text
	{
	font-size: 12px;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 15px;
	padding-left: 20px;
	padding-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align:left;

	}	
	

.left {
	float: left;
	width: 260px;
	padding: 0px;
	margin: 0px 0px 20px;





}

.right {
	float: right;
	width: 260px;
	padding: 0px;
	margin: 0px 0px 20px;




}
.clears{
	clear:both;
	display: none;
	}
	
.contents_text
	{
	font-size: 12px;
	letter-spacing: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	margin-right: 0px;
	color: #336699;


	}	
.color_box {
	width: 500px;
	padding: 15px;
	background-color: #EEF8FD;
	border: 1px solid #CEE0E3;
}
/* 
	text-align:justify;
	text-justify:inter-ideograph;
	background-color:#ffeeee;
	background-color:#ffffee;
	margin-left:auto;
	margin-right:auto;
*/



.mg03{
	margin:5px;
	color:#666666;
}
.title_08 {
	font-size:18px;
	line-height:120%;
	color:#000066;
	}
#08
