@import url("botan.css");
@import url("design.css");
@import url("fonts.css");
@import url("header.css");

body {
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin:0px;
	padding:0px;
}

img {
	border:		0px none;
}


/* ----- エリア指定&nbsp;&nbsp;-----*/

.mainArea{
	width:770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.subArea{
	background-image: url(../img/subarea_bk.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width: 160px;
}
.contents{
	width: 560px;
	padding-right: 23px;
	padding-left: 23px;
}
.contents_whats{
	padding-right: 23px;
	padding-left: 23px;
}

.contArea{
	background-image: url(../img/left_kage.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.contArea_whats{
	background-image: url(../img/main_kage2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.pagetop{
	text-align: right;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-right: 26px;
	padding-left: 23px;
}
.cont_menu td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
/* ----- ヘッダー指定&nbsp;&nbsp;-----*/
.header{
	width: 770px;
	height: 50px;
	font-size:10px;
}
.header .menu{
	margin-right: 10px;
}
.header .menu img{
	margin-left: 10px;
}
.header .menu a{
	color: #333333;
	text-decoration: none;
	
}
.header .menu a:hover{
	color: #03286E;
	text-decoration: underline;
	
}


/* ----- フッター指定&nbsp;&nbsp;-----*/
.footer{
	background-image: url(../img/footer_kage.jpg);
	background-repeat: repeat-x;
	height: 30px;
	font-size: 10px;
	color: #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.footer a{
	z-index:color: #333333;
	text-decoration: none;
	color: #666666;
}
.footer a:hover{
	color: #004EA0;
	text-decoration: underline;
	}
	
	
/* ----- パンクズ指定&nbsp;&nbsp;-----*/
.pankuzu{
	width:560px;
	font-size: 10px;
	color: #666666;
	background-image: url(../img/main_kage.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 15px;
	padding-bottom: 7px;
	padding-right: 26px;
	padding-left: 23px;
	text-align: right;
}
.pankuzu strong{
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
}
.pankuzu a{
	color: #666666;
	text-decoration: none;
}
.pankuzu a:hover{
	color: #333333;
	text-decoration: underline;
}
.pankuzu_whats{
	padding-top:15px;
	padding-bottom:7px;
	padding-right:23px;
	padding-left:23px;
	font-size:10px
}
.pankuzu_whats strong{
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
}
.pankuzu_whats a{
	color: #666666;
	text-decoration: none;
}
.pankuzu_whats a:hover{
	color: #333333;
	text-decoration: underline;
}

/* ----- タイトル指定&nbsp;&nbsp;-----*/
h1{
	background-image: url(../img/cont_titleline.gif);
	background-repeat: repeat-x;
	height: 32px;
	padding-bottom: 10px;
	padding-left: 3px;
	margin: 0px;
	width: 560px;
	font-size: 14px;
	color: #004EA0;
}
#paraH1 
{
	width:					100%;
	border-bottom:			2px solid #CCCCCC;
	margin:					0px 0px 10px 0px;
	padding:				0px 0px 0px 0px;
}
#paraH1 td
{
	width:					100%;
	border-bottom:			4px solid #004EA0;
	color:					#004EA0;
	font-size:				14px;
	font-weight:			bold;
	
	padding:				0px 0px 10px 3px;
}


h2{
	margin-top: 0px;
	margin-bottom: 15px;
	
}
h2.sub{
	border-bottom:			1px solid #004eA0;
	margin:					0px 0px 15px 0px;
	padding:				0px 0px 4px 0px;
	
}

h3{
	border-top:		1px solid #cccccc;
	border-left:	5px solid #004ea0;
	
	margin:			0px 0px 12px 0px;
	padding:		0px 0px 2px 0px;	
}

h4{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	clear:			both;
	margin-bottom: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
}
h5{
	font-size: 12px;
	color: #004EA0;
	background-color: E6E6E6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	font-weight: bold;
	width: 100%;
	text-align: left;
	display: block;
	background-image: url(../img/h4_bk.gif);
}

/* ----- スペース指定&nbsp;&nbsp;-----*/
.bspace{
	margin-bottom: 15px;
}
p{
	margin: 0px;
	padding: 0px;
}

/* ----- スペース指定&nbsp;&nbsp;Ｍ追加-----*/

.bspace30 {
	margin-bottom: 25px;
}

.wspace {
	margin-bottom: 10px;
	margin-top: 10px;
}

.wspace-s {
	margin-top: 4px;
	margin-bottom: 5px;
}
