@charset "UTF-8";
/* CSS Document */


/*-------------------------------------------------------------*/
/* base                                                        */
/*-------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	}

body{
	background:url(../images/bg.jpg) top center repeat;
	}

body,p,h1,h2,li{
	color:#000;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.4;
	letter-spacing:0.05em;
	}

a:link,a:visited{color:#019bdb; text-decoration: underline;}
a:hover{color:#019bdb; text-decoration: none;}

a:link.footer_menu_link, a:visited.footer_menu_link { color:#000; text-decoration: underline; }
a:active.footer_menu_link, a:hover.footer_menu_link { color:#000; text-decoration: none; }
a:focus{outline:none;}

img{
	border:none;
	vertical-align:bottom;
	}

table{
	border-collapse:collapse;
	border-spacing:0;
	}
	td,th{
		border:none;
		}

li{
	list-style:none;
	}
	
br.clear{
	display:block;
	width:auto;
	clear:both;
	line-height:0;
	font-size:xx-small;
	}	

/* clearfix
---------------------------*/
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0.1px;
	line-height:0;
	font-size:0.1em;
	visibility: hidden;}
.clearfix{
	display:block;}

.bold{
	font-weight:bold;
	}

.mt_10{
	margin-top:10px !important;
	}
	.mt_20{
		margin-top:20px !important;
		}
	.mt_30{
		margin-top:30px !important;
		}
	.mt_50{
		margin-top:50px !important;
		}
.mb_0{
	margin-bottom:0px !important;
	}
	.mb_05{
		margin-bottom:5px !important;
		}
	.mb_10{
		margin-bottom:10px !important;
		}
	.mb_30{
		margin-bottom:30px !important;
		}
.pr_5{
	padding-right:5px !important;
	}
	.pr_10{
		padding-right:10px !important;
		}
	.pr_20{
		padding-right:20px !important;
		}
.pb_15{
	padding-bottom:15px !important;
	}
	.pb_20{
		padding-bottom:20px !important;
		}
.pt_5{
	padding-top:5px !important;
	}
	.pt_20{
		padding-top:20px !important;
		}


.txt_center{
	text-align:center !important;}

.no_img{
	background:none !important;}
	
/*-------------------------------------------------------------*/
/* common                                                      */
/*-------------------------------------------------------------*/


h1{
	width:1127px;
	margin-top:7px;
	text-align:right;
	font-weight:normal;
	}

#wrapper{
	background:url(../images/bg.jpg) top center repeat;
	width:1127px;
	position:relative;
	padding:5px 0 0;
	margin-left:8px;
	}

#in{
	background:url(../images/bg_in.gif) repeat-y 173px;
	width:1127px;
	}
	#main{
		width:900px;
		padding:14px 20px 8px 20px;
		margin-left:188px;
		background:url(../images/bg_main_top.gif) no-repeat top left;
		min-height:695px;
		height:auto !important;
		height:695px;
		}		
	#main .contents{		
		background:url(../images/bg_contents_bottom.gif) no-repeat bottom;
		padding-bottom:10px;
		}
		.no_bottom{
			background:none !important;
			}
		#main .contents_in{
			padding:25px 15px 0px;	
			border:solid 5px #f3c3bc;
			border-bottom:none;
			width:860px;
			}
		#main .contents_in_inpage{
			padding:20px 20px 0;	
			width:860px;
			}
	.main_bottom{
		background:url(../images/bg_main_bottom.gif) no-repeat bottom;
		height:28px;
		width:1127px;
		clear:both;
		}


#leftcontents{
	width:188px;
	position:absolute;
	top:5px;
	left:0;
	}

#leftcontents .logo{
	background:url(../images/bg_h1.gif) no-repeat top right;
	width:173px;
	padding-right:15px;
	margin-bottom:12px;
	}
	#f_size{
		width:188px;
		height:80px;
		position:relative;
		}
	#f_size .font_size{
		padding-left:45px;
		margin-bottom:2px;
		}
	#f_size ul{
		padding-left:6px;
		padding-bottom:20px;
		}
		#f_size li a{
			display:block;
			position:absolute;
			text-indent:-9999px;
			}
		#f_size li.font_normal a{
			width:71px;
			height:30px;
			top:28px;
			left:6px;			
			}
		#f_size li.font_big a{
			width:81px;
			height:40px;
			top:24px;
			left:86px;
			}	
	#leftmenu{
		width:188px;
		}

.editor{
	width:1127px;
	text-align:right;
	padding-top:25px;
	}

#footer{	
	padding-top:25px;
	width:100%;
	}
	.footer_bg{
		background:#edc420;
		}
	.footer_menu{
		width:1127px;
		margin-left:8px;
		}
	.footer_menu ul{
		padding:16px 0 16px;
		width:auto;
		float:left;	
		}	
	.footer_menu ul li{
		float:left;
		width:auto;
		}
	.footer_menu ul li a{
		padding:10px 15px 10px 5px;
		background:url(../images/dotline_01.gif) repeat-y right 2px;
		margin-right:10px;
		} 		
	#copyright{
		width:auto;
		float:right;
		padding-top:16px;
		text-align:right;
		}	
	
/*-------------------------------------------------------------*/
/* top                                                         */
/*-------------------------------------------------------------*/
.top_txt{
	padding:0 10px 20px;
	}
	.sbt-contents{
		margin-bottom:20px;
		}
	.list-whatsnew{
		padding:0 10px 0;		
		}
		.list-whatsnew li{
			background:url(../images/icn_arrow_02.gif) no-repeat 0 5px;
			padding-left:15px;
			padding-bottom:15px;
			vertical-align:middle;
			}
			.list-whatsnew li.li_last{
				padding-bottom:5px;
				}
		.list-whatsnew li img{
			vertical-align:middle;
			}
		
/*info*/
.top_menu_info .top_info{
		overflow:auto;
		width:270px;
		height:195px;
		}

#info_ul li{
	background:url(../images/icn_arrow_01.gif) no-repeat 0 5px;
	padding-left:16px;
	padding-bottom:20px;
	padding-right:15px;}
		
		
/*-------------------------------------------------------------*/
/* second common                                               */
/*-------------------------------------------------------------*/
.border_area h4{
	border-left:#e65139 solid 4px;
	padding-left:6px;
	margin-bottom:25px;
	}
	
.bread{
	padding:5px 15px;
	}

.pagetitle_area,.pagetitle_area_ope{
	width:900px;
	position:relative;
	}
	.pagetitle_area h2{
		height:68px;
		}
	.pagetitle_area_ope h2{
		height:84px;
		}
	.pagetitle_area ul,.pagetitle_area_ope ul{
		width:auto;
		position:absolute;
		top:5px;
		right:0;
		padding-right:20px;
		}
		.pagetitle_area ul li,.pagetitle_area_ope ul li{
			display:inline;
			}

.page_stitle{
	width:910px;
	margin-left:15px;
	}	
.border_waku{
	background:url(../images/in_box_bg.gif) repeat-y;
	width:900px;
	}	
	.border_area_t{
		width:860px;
		background:url(../images/in_box_bottom.gif) no-repeat bottom;
		padding:0 20px 35px;
		}
	.border_area_t_in{
		padding:15px 10px 0;
		}
	.border_area_t_in2{
		padding:25px 10px 0;
		}
		
	.border_area{
		display:table;
		width:840px;
		}
	.border_area_inn{
		display:table-row;
		width:840px;		
		}	
		.border_area_contents{
			display:table-cell;
			width:410px;
			}
			*html .border_area_contents{
				display:block;
				float:left;
				}
			*+html .border_area_contents{
				display:block;
				float:left;
				}

.border_area3{
		width:840px;
		position:relative;
		}				

.ul_bottomlink{
	width:880px;
	margin:15px 10px 0;
	position:relative;
	min-height:16px;
	height:auto !important;
	height:16px;
	}
	*html .ul_bottomlink{
		width:870px;
		float:left;
		}
	*+html .ul_bottomlink{
		float:left;
		}
	.ul_bottomlink li{
		width:425px;
		background:url(../images/icn_arrow_03.gif) no-repeat left center;
		padding-left:15px;
		}
	.ul_bottomlink li.li_right{
		position:absolute;
		top:0;
		right:0;
		background:url(../images/icn_arrow_02.gif) no-repeat right center;
		padding-right:15px;
		text-align:right;
		}


/*-------------------------------------------------------------*/
/* for footer are common                                       */
/*-------------------------------------------------------------*/
.text_area{
	width:820px;
	margin:20px;
	text-align:left;
	}
h3.stitle{
	margin:15px 0 3px;
	padding-left:6px;
	border-left:4px solid #e65139;
	}

/*-------------------------------------------------------------*/
/* policy&inquiry                                                     */
/*-------------------------------------------------------------*/
.policy_banner{
	margin-top:10px;
	}
	.policy_banner img{
		float:left;
		}
	.policy_banner .source{
		margin-left:130px;
		}
	.policy_banner p{
		padding:10px;
		width:670px;
		background: #f3f3f3;
		}
		
.inq_area{
	padding:10px;
	margin-top:30px;
	background:#fbe6d5;
	}
	
/*-------------------------------------------------------------*/
/* sitemap                                                     */
/*-------------------------------------------------------------*/
ul.sitemap_list{
	width:840px;
	}
	.sitemap_list li{
		padding:5px 0 8px;	
		background:url(../images/img_dot.gif) repeat-x bottom;
		}
	.sitemap_list li p{
		margin-top:10px;
		}
	.sitemap_list li a{
		padding-left:8px;
		margin-right:20px;
		background:url(../images/icn_arrow_04.gif) no-repeat 0 0.2em;
		}
		.sitemap_list li a.no-bg{
			padding-left:0;
			margin-right:0;
			background:none;
			}
	.sitemap_list li a:link,.sitemap_list li a:visited{
		text-decoration:none;
		}
	.sitemap_list li a:hover{
		text-decoration:underline;
		}
	.sitemap_list li .icn_arrow_04{
		padding-left:8px;
		background:url(../images/icn_arrow_04.gif) no-repeat 0 0.2em;
		}
		
/*-------------------------------------------------------------*/

