/* CSS Document */

/* * レイアウト* * */
/*全体*/
body {
	width:800px;
	margin:0 0 0 -400px;
	position:absolute;
	left:50%;
	color: #666666;
	font-size: 90%;
	top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	background: url(../image/bg.jpg) repeat-y center;
	}

/* ヘッダ */
#headerlogo {
	width:790px;
	font-size: 90%;
	text-align: right;
	margin: 0px 0px;
	padding: 0px;
	background: url(../image/header.jpg) no-repeat center;
	height: 75px;
	}

#header	{
	width:790px;
	clear:both;
	background: url(../image/header2.jpg) no-repeat center;
	margin: 0px 0px;
	padding: 0px;
	height: 155px;
	text-indent: 10px;
	}



/* MENU　別CSS*/



/* メイン　*/
#main
	{
	clear:both;
	width:790px;
	margin: 0px 0px 10px;
	}


/* MENU タイトル　*/
#menu-title
	{
	width:790px;
	clear:both;
	padding: 0px;
	height: 30px;
	}

/* パンくずリスト　*/
#pan
	{
	clear:both;
	width:790px;
	font-size: 80%;
	color: #000033;
	text-indent: 5px;
	height: 15px;
	}

/* 左側の内容 */
.content1
	{
	width:170px;
	float: left;
	padding-top: 10px;
	font-size: 90%;
	line-height: normal;
	text-align: left;
	padding-right: 0px;
	padding-left: 5px;
	}
	
	
/* 右側の内容 */
.content11
	{
	width:170px;
	float: right;
	padding-top: 10px;
	font-size: 90%;
	line-height: normal;
	text-align: left;
	padding-right: 5px;
	padding-left: 0px;
	}

/*MENU右のナビゲーション */

#navigation {
	width:170px;
	margin:0;
	padding:0;
	float:right;
	font-size: 90%;
}


#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style:none;
}
#navigation li {
	border-color:#cccccc;
	border-width:1px;
	border-style:solid;
	margin: 0px 0px 2px 0px;
}
#navigation li a {
	padding:5px 0px 5px 10px;
	display: block;
	margin: 1px;
	border-left: 2px double #10387B;
	color: #10387B;
	text-decoration: none
}
#navigation li a:hover {
	background: #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FF0000;
	color: #10387B;
}




/* 内容 */
.content2
	{
	width:590px;
	float: left;
	padding-top: 10px;
	font-size: 100%;
	line-height: 150%;
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	}

/* 内容 */
.content3
	{
	width:770px;
	float: left;
	padding-top: 10px;
	font-size: 90%;
	line-height: 150%;
	text-align: left;
	padding-left: 10px;
	padding-right:10px;
	}

/* 内容 */
.content-top
	{
	width:790px;
	float: left;
	font-size: 90%;
	line-height: 150%;
	text-align: left;
	}

/* フッター */


#footer{
	width:790px;
	clear:both;
	background: url(../image/foot-line.gif) no-repeat center top;
	margin: 0px 0px;
	padding: 0px;
	height: 50px;
	text-align: left;
	font-size: 80%;
	text-indent: 10px;
	vertical-align: bottom;
	line-height: 25px;
	}


#footer-c
	{
	width:790px;
	height: 18px;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-repeat: no-repeat;
	text-indent: 10px;
	}
	
	

/*　文字スタイル */	
p { font-size: 100%; } 

.font-dai{ font-size: 200%; } 

.font-small { font-size: x-small; } 

.font-larger{
	font-size: 110%;
	line-height: 200%;
} 

.clear { clear: both; }

.gazou1 { float:left;margin-right:1em;margin-bottom:1em; }

.gazou2 { float:right;margin-left:1em;margin-bottom:1em; } 


.font1    {font-size:12px;color:#666666;line-height:135%;}  

.font2    {font-size:12px;color:#333333;line-height:180%;}  

.font3    {font-size:12px;color:#333333;line-height:150%;}  

.color1     {
	color: #006699;
}
.color2     {
	font-size: 120%;
	color: #006699;
	border-bottom: 1px solid #333333;
	font-weight: bold;
}  
.color3     {background-color:#FFFFCC;} 
.color4     {
	font-size: 12px;
	color: #9D724A;
	font-weight: bolder;
} 
.color5     {
	background-color:#D7FFD7;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	font-variant: normal;
} 
.color6     {background-color:#EEEEEE;} 
.color7  {
	color: #FFFFFF;
	font-size: 12px;
}　


.waku1      {
	border-top: 1px solid #969696;
	border-right-style: none;
	border-left-style: none;
}

.title1     {	font-size:110%;
	margin-left:  0px;
	margin-right: 50px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background: #0066CC;
	padding: 5px 10px 5px 5px;
}
	
.title2     {	font-size:110%;
	margin-left:  0px;
	margin-right: 50px;
	margin-bottom: 5px;
	color: #000063;
	background: #00FFFF;
	padding: 5px 10px 5px 5px;
}


/*　見出しスタイル */	

h1{
	font-size : 130%;
	font-weight : bold;
	color : #000063;
	text-align : left;
	letter-spacing : 1px;
	line-height : 140%;
	text-indent: 5px;
	border-bottom: 1px solid #9CAEB5;
	border-left: 1em solid #9CAEB5;
	}
	
	
	
h2{
	font-size : 100%;
	font-weight : normal;
	color : #000063;
	text-align : left;
	padding: 3px 10px 3px 5px;
	margin: 10px 50px 10px 0px;
	border-top: 1px solid #9CAEB5;
	border-right: 1px solid #9CAEB5;
	border-bottom: 1px solid #9CAEB5;
	border-left: 1px solid #9CAEB5;
	}
	

	
h3{
	font-size: 110%;
	color: #003399;
	border-bottom: 1px solid #6699CC;
	font-weight: bold;
	margin-right: 50px;
	margin-left: 5px;
	}
	

h4{
	font-size:100%;
	margin-left:  0px;
	margin-right: 50px;
	margin-bottom: 5px;
	color: #666666;
	background: #9CAEB5;
	padding: 5px 10px 5px 5px;
	}
	

h5{
	font-size : 100%;
	font-weight : normal;
	color : #000063;
	text-align : left;
	padding: 0px 10px 0px 0px;
	margin: 10px 50px 10px 0px;
	border-top: 1px solid #9CAEB5;
	border-right: 1px solid #9CAEB5;
	border-bottom: 1px solid #9CAEB5;
	border-left: 1em solid #9CAEB5;
	}

