@charset "utf-8";
body {
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #323232;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	background:url(../image/allbg.gif) repeat;
}

ul{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

h1{
	margin: 0;
	padding: 0;
}

p{
	margin: 0;
	padding: 0;
}

div{
	margin: 0;
	padding: 0;
}

#wapper{
	width: 100%;
	height: 100%;
	background:url(../image/allbg.gif) repeat;
}

#headercontainer {
	width: 100%;
	background: url(../image/header_bg.gif) repeat-x;
	margin: 0 auto;
}

#header{
	width: 920px;
	height: 90px;
	margin: 0 auto;
	background: #FFFFFF;
}

#logo{
	width: 130px;
	height: 90px;
}

#minnav{
	width: 170px;
	height: 37px;
	background:url(../image/header_bt_bt.gif) no-repeat;
	margin: 0 0 0 600px;
	padding-left:14px;
}

#menu{
	width: 920px;
	height: 60px;
	margin: 0 auto;
}

#menu li{
	float: left;
}
	
#container {
	width: 960px;
	min-height: 768px;
	background: #FFF;
	margin: 0 auto;
}

#fla{
	width: 920px;
	height: 322px;
	border-bottom: 2px solid #64B4FF;
}

#main{
	padding: 15px;
	min-height:700px;
}

#shadow{
	width: 960px;
	margin: 0 auto;
	background:url(../image/shadow.png) repeat-y;
}

#footer{
		border-top: 2px solid #64B4FF;
		padding: 10px 20px;
}

#footer li{
	float: left;
	padding-left: 12px;
	background:url(../image/allow_blue.gif) no-repeat left;
}

#quick li{
	float: left;
}

#news{
	margin-top:10px;
}

#news p{
	display: block;
	padding-left: 25px;
	height: 25px;
	line-height: 25px;
	background:url(../image/line.gif) no-repeat left;
}

#more{
	margin-top: 10px;
	text-align: right;
}

#prof_table{
	margin-top: 20px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
}

#prof_table th{
	width: 100px;
	height: 30px;
	color: #FFF;
	background:#64B4FF;
	text-align: center;
	line-height:25px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}

#prof_table td{
	height: 30px;
	background:#FFF;
	padding-left:10px;
	text-align: left;
	line-height:25px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}

#service_main{
	width: 650px;
}

#service_main h1{
	font-size: 18px;
	line-height: 24px;
	display: block;
}

.stitle{
	padding-left: 15px;
	background:url(../image/title_line_bg.gif) no-repeat left;
	height: 25px;
	width: 650px;
}

.linktitle{
	padding-left: 15px;
	background:url(../image/title_line_bg.gif) no-repeat left;
	height: 25px;
	width: 645px;
}

.sdetail{
	margin-top: 10px;
	padding-bottom:10px;
	border-bottom: 1px solid silver;
}
.detail{
	width: 420px;
	line-height:18px;
	display: block;
}

.carddetail{
	width: 500px;
	line-height:18px;
	display: block;
}

#link{
	width: 660px;
}

#link h1{
	font-size: 18px;
	line-height: 24px;
	display: block;
}

.linkheader{
	height: 30px;
	background:#6CF;
	color: #FFF;
	
}

#privacy{
	width: 660px;
}

#sitemap{
	width: 660px;
}

#sitemap p{
	display: block;
	padding-left: 12px;
	margin-bottom: 20px;
	background:url(../image/allow_blue.gif) no-repeat left;
}

.pr{
	padding-left: 20px !important;
	background:url(../image/downallow_orenge.gif) no-repeat 10px!important;
}

/*調整ﾀｸﾞ*/

.float_l{
	float: left;
}

.float_r{
	float: right;
}

.clear{
	clear: both;
}

.mar_t10{
	margin-top: 10px;
}

.mar_t20{
	margin-top: 20px;
}

.mar_t30{
	margin-top: 30px;
}

.mar_b10{
	margin-bottom: 10px;
}

.mar_l15{
	margin-left: 15px;
}

.mar_l19{
	margin-left: 19px;
}

.mar_l10{
	margin-left: 10px;
}

/*clearfix*/

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
	overflow: hidden;
}

	