/* 基本設定 ***************************/
* {
	margin:  0px;
	padding: 0px;
}

img{
	border: none;
}

table tr td {
	font-size: 12px;
	color: #333;
	line-height: 16px;
}

p{
	font-size: 12px;
	color: #333;
	line-height: 16px;
}

div{
	font-size: 12px;
	color: #333;
	line-height: 16px;
}

a:link { text-decoration: underline; color: #006; }
a:hover { text-decoration: none; color: #006; }
a:visited { text-decoration: underline; color: #006; }
a:visited:hover { text-decoration: none; color: #006; }

/* 地 ***************************/
body{
	background-color: #fcfcfc;
	text-align: center;
}

#main{
	width: 730px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
}

/* 上 ***************************/
#head{
	width: 730px;
	height: 64px;
	background-color: #2b2e68;
	background-image: url("../images/bg_header.jpg");
	background-repeat: no-repeat;
}

#head .headtxt{
	color: #dedfe9;
	font-size: 11px;
	width: 260px;
	float: right;
	text-align: right;
	padding: 20px 10px 10px 10px;
}

/* 中 ***************************/

#between {
	width: 729px;
	border-right: solid 1px #9092b1;
	vertical-align:top;
}

/* 下 ***************************/
#footer{
	width: 730px;
	height: 42px;
	margin-top: 1px;
	background-color: #2b2e68;
	background-image: url("../images/bg_footer.jpg");
	background-repeat: no-repeat;
}

#footer .footertxt{
	color: #dedfe9;
	font-size: 11px;
	padding: 10px 10px 0 480px
}

/* ナビ ***************************/
.side_al{
	width: 18px;
	background-image: url("../images/side_al.jpg");
	background-repeat: repeat-y;
}
.side_ar{
	background-image: url("../images/side_ar.jpg");
	background-repeat: repeat-y;
}

.side_bl{
	width: 18px;
	background-image: url("../images/side_bl.jpg");
	background-repeat: repeat-y;
}

.side_bc{
	background-color: #dcd7e3;
}

.side_br{
	background-image: url("../images/side_br.jpg");
	background-repeat: repeat-y;
}

.nav_banner{
	margin: 10px 0 0 5px;
}
.nav_kkmt{
	padding: 0 0 10px 0 ;
}
.nav_kkm{
	border-top: dotted 1px #ccc;
	padding: 0 0 10px 0 ;
}

.nav_title{
	color: #666;
	font-weight: bold;
	margin: 5px 0 0 5px;
}

.nav_link{
	margin: 5px 0 0 5px;
}
.nav_link a:link { text-decoration: underline; color: #666; }
.nav_link a:hover { text-decoration: none; color: #666; }
.nav_link a:visited { text-decoration: underline; color: #666; }
.nav_link a:visited:hover { text-decoration: none; color: #666; }

/* 本文 ***************************/
#valu{
	background-image: url("../images/bg_main.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align:text-top;
}
#valu_pre {
	padding: 0 0 0 5px;
}

/* index上 ***************************/
.h1_bg {
	background-image: url("../images/index_img01.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	width: 535px;
}

.sub1{
	font-weight: bold;
	font-size: 13px;
	color: #006;
}

.min{
	text-align: right;
	font-size: 10px;
}

h2{
	font-weight: bold;
	font-size: 13px;
	color: #5d3368;
	border-left: solid 5px #5d3368;
	padding: 2px 2px 2px 5px;
	margin: 15px 0 0 0;
}

.bg_h3{
	background-image: url("../images/bg_h3.jpg");
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	padding: 5px 0 0 15px;
	margin: 2px 0 0 0;
	height: 29px;
}

.news{
	margin: 5px 0 0 0;
	border-bottom: dotted 1px #ccc;
	padding: 8px 10px 8px 10px;
}

.news2{
	margin: 5px 0 0 0;
	border-bottom: solid 1px #245B72;
	padding: 8px 10px 30px 10px;
}

.news3{
	margin: 5px 0 0 0;
	padding: 8px 10px 20px 10px;
}

.aka{
	color: #bb001c;
	font-weight: bold;
}

.ya{
	margin: 0 0 1px 2px;
	vertical-align: bottom;
}

.l_midashi{
			margin:8 0 10 0;
}

.ad_table{
			color:#103A60; margin-left:5px;
}

.bg_f{
	background-color: #f1f1f5;
	padding: 5px 10px 20px 10px;
	margin: 0 0 0 0;
}

.teach1{margin-top:25px;}
.teach2{float:left;}
.teach3{float:left;margin-left:10px;}
.r_title{margin:10px 15px;}
.sns_a{margin:15px 0 20px 20px; }

/* ロゴリンク ***************************/
.logo_linkk{
	color: #666;
	font-weight: bold;
	border-bottom: dotted 1px #ccc;
	margin: 0 0 10px 0;
	padding: 10px;
}

.logo_linkk img{
	margin: 0 10px 0 10px ;
	vertical-align: middle;
}

.logo_link{
	color: #666;
	font-weight: bold;
	margin: 0 0 40px 0;
	padding: 10px;
}

