/*-------------------------------------------------------------------------
############################### 基本設定 ################################## 
-------------------------------------------------------------------------*/

body,div,pre,p,blockquote,h1,h2,h3,h4,h5,h6,ul,ol,dl,dt,dd,pre,
form,fieldset,input,textarea,select,option,table,th,td,embed,object,address {
margin:0;
padding:0;
color:#555555;
font-size: 14px;
font-weight:bold;
font-style:normal;
font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino kaku Gothic Pro",Osaka,arial,helvetica,sans-serif;
line-height:1.6;
}

p img,
li img,dt img,
dd img{
vertical-align:top;
}

h1{
font-size: 6px;
color: #e6e6fa;
}

h2{
font-size: 16px;
color: #000099;
text-decoration: underline;
}

h3{
font-size: 14px;
text-decoration: none;
font-weight: bold;
}


fieldset,table,img{border:0;}


.lpad {
	padding-left: 50px;
	}

.rpad {
	padding-right: 50px;
	}

body {
	text-align: center;
}


/*-------------------------------------------------------------------------
################################# link #################################### 
-------------------------------------------------------------------------*/
a:link{color: #01478F; text-decoration:none;}
a:visited{color: #01478F; text-decoration:none;}
a:hover{color: #01478F; text-decoration:none;}
a:active{color: #01478F; text-decoration:none;}
a:focus{outline:none;}


/*-------------------------------------------------------------------------
################################ layout ################################### 
-------------------------------------------------------------------------*/
#background {
	width:830px;
	margin:0 auto;
	background:#FFFFFF url(image/wrap.gif) repeat-y center 0;
}
#wrap{
	width : 800px;
	text-align: left;
	padding-top: 0px;
	margin: 0 auto;
}

/* header
-------------------------------------------------------------------------- */
#header:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#header {display:inline-block;}
/* Hide from IE Mac \*/
#header {display:block;}
/* End hide from IE Mac */
#header {
	width: 800px;
	background-image: url(image/logoback.jpg);
	border-bottom: 1px solid #DCDCDC;
}

.headlogo {
	float: left;
/*	width: 530px;*/
	margin-left: 30px;
	margin-top: 5px;
	vertical-align: middle;
}
.headad {
	float: right;
	width: 200px;
	text-align: center;
	white-space : nowrap;
/*	margin-right: 20px;*/
	margin-top: 5px;
	line-height:1.2;
	color: #000099;
}

/* contents
-------------------------------------------------------------------------- */
#contents{
	float:left;
	width:800px;
}

#menu {
	float: left;
	width: 119px;
	font-size: 14px;
	text-decoration: none;
	background-color: white;
}

#main {
	float: right;
	width: 679px;
	min-height: 900px;
	background-image: url(image/blue_p9b.gif);
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid #DCDCDC;
	padding-top: 30px;
}

.title {
	float: left;
	width: 620px;
	color:#000099;
	font-size: 18px;
	font-weight:bolder;
	text-align: left;
	margin-left: 20px;
	padding-left: 10px;
	border-bottom: 2px solid #000099;
}

.hometitle {
	float: left;
	width: 300px;
	color:#000099;
	font-size: 18px;
	font-weight:bolder;
	text-align: left;
	margin-left: 20px;
	padding-left: 10px;
	border-bottom: 2px solid #000099;
}

.maintext {
	float: right;
	width : 600px;
	margin-top: 0px;
/*	margin-right: 50px;*/
	padding: 25px;
	text-align: left;
}

.newstext {
	width : 600px;
/*	padding-right: 100px;*/
	padding-top: 50px;
	text-align: center;
	font-weight: normal;
}

.hometext {
	float: left;
	width: 250px;
	margin-left: 30px;
	margin-top: 30px;
	background-color: #F0FFFF;
	padding: 5px;
	padding-left: 25px;
	text-align: left;
}

.leftharf {
	float: left;
	width: 330px;
/*	margin-left: 50px;*/
	margin-top: 50px;
}

.rightharf {
	float: right;
	width: 330px;
/*	margin-right: 50px;*/
	margin-top: 50px;
	text-align: left;
}

.rightwide {
	float: right;
	width: 450px;
/*	margin-right: 50px;*/
	margin-top: 50px;
	text-align: left;
}

.leftphoto {
	float: left;
/*	margin-left: 40px;*/
	margin-top: 50px;
}

.righttext {
	float: right;
/*	margin-right: 40px;*/
	margin-top: 50px;
}

.phototabel {

}
/* footer
-------------------------------------------------------------------------- */
#twitter {
	clear: both;
	margin-right: 50px;
	margin-left: 50px;
	background-image: url(image/blue_p9b.gif);
	padding-top: 30px;
	font-family: arial;
	font-weight: normal; 
	text-align: center;
	border-collapse: separate;
}


#footer {
	clear: both;
	margin-right: 20px;
	background-image: url(image/blue_p9b.gif);
	padding-top: 30px;
	font-family: arial;
	font-weight: normal; 
	text-align: center;
	border-collapse: separate;
}

#bottom {
	clear: both;
	width: 800px;
	height: 0px;
	border-bottom: 1px solid #DCDCDC;
}

