﻿@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
}

body{
	text-align: center;
	background-color: #EEEEEE;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #555555;
}

/*リンク*/
a:link    {
	text-decoration:none;
	color: #333333;
} 
a:visited {
	text-decoration:none;
	color: #333333;
}  
a:active  {
	text-decoration:underline;
	color:#E50012;}
a:hover   {
	text-decoration:underline;
	color:#E50012;}  



/*タイトルリンク*/
#h1 a:link     {color:#555555;text-decoration:none;} 
#h1 a:visited  {color:#555555;text-decoration:none;}  
#h1 a:active   {color:#E50012;text-decoration:underline;}
#h1 a:hover    {color:#E50012;text-decoration:underline;}  


#page{
	width: 826px;
	margin:0px auto;
	text-align: left;
}


#header{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	padding-top:30px;
	padding-bottom:20px;
	overflow:hidden;
}		

#header_2{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	padding-right:20px;
	padding-bottom:5px; 
	text-align: right;
	font-size: 16px;
	overflow:hidden;
}	

#header_left{
	float:left;
	width:360px;
	padding-top:0px;
	padding-left:10px;

}

#header_right{
	width:430px;
	float:right;
	text-align:right;
	padding-right:10px;
	border:none;
}

h1{
	font-size: 24px;
	color: #555555;
	text-decoration: none;
	font-weight: bold;
	line-height: 100%;
	padding-top: 0px;
}

h2{
	font-size: 16px;
	font-weight: bold;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #e50012;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	position: relative;
	padding-left: 10px;
	margin-top: 12px;
	margin-bottom: 6px;
}

h3{
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 150%;
}

/*メニュー*/
#menu{
	margin: 0;
	padding: 0;
}

#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#menu li{
	float: left;
	width: 164px;
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
	border-bottom:2px #9999ff solid;
}

#menu li.menuright{
	float: left;
	width: 164px;
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
	border-bottom:2px #9999ff solid;
	border-right:1px #ccc solid;
}


/*メニューリンク*/
#menu a{
	text-align: center;
	display: block;
	padding: 8px 6px;
	width: 152px;
	background-color: #eeeeee;
	color: #3333ff;
	text-decoration: none;
	font-size: 14px;
}

#menu a:hover{
	background-color:#e50012;
	color:#ffffff;
	text-decoration:border;
	font-size:16px;
}


/*各ページタイトルの背景画像*/
#titleimage2{
	margin: 0px;
	width: 826px;
	height: 160px;
	padding: 0px;
	background-image: url(images/background2.gif);
}
#titleimage3{
	margin: 0px;
	width: 826px;
	height: 160px;
	padding: 0px;
	background-image: url(images/background3.gif);
}
#titleimage4{
	margin: 0px;
	width: 826px;
	height: 160px;
	padding: 0px;
	background-image: url(images/background4.gif);
}
#titleimage5{
	margin: 0px;
	width: 826px;
	height: 160px;
	padding: 0px;
	background-image: url(images/background5.png);
}


/*各ページのメニュー・タイトル下本文エリア*/
#wrapper{
	margin:0px;
	padding-top:20px;
	padding-bottom:30px;
	position:relative;
	width:826px;
	background-color:#ffffff;
	overflow:hidden;
}

/*トップページ左右*/
#top_left{
	float: left;
	text-align: center;
	width: 266px;
	padding-top: 20px;
	padding-right: 15x;
	padding-left: 15px;
	background-color: #ffffff;
}
#top_right{
	float:right;
	text-align:left;
	width:500px;
	padding-top:20px;
	padding-right:15px;
	padding-left:15px;
	background-color:#ffffff;
}

#top_right_banner{
	text-align:right;
	padding-top:0px;
	padding-bottom:0px;
}


#news{
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
}


#news table{
	width: 500px;
}

#news tr{
	padding-top:9px;	
	padding-left: 0px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	line-height: 150%;
	font-size: 12px;
	font-weight: normal;
}

#news th{
	width: 120px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	border-bottom: dotted 1px #ddd;	
}

#news td{
	padding-left: 2px;
	padding-right: 2px;
	vertical-align:top;
	border-bottom: dotted 1px #ddd;	
}


#contents{
	margin:0px;
	padding-left:20px;
	padding-right:20px;
	background-color:#FFFFFF;
	position:relative;
}

#page_title{
	font-size: 36px;
	color: #FFF;
	font-weight: bolder;
	padding-top: 80px;
	padding-left: 50px;
}


.text1{
	font-size: 14px;
	color: #555555;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
}

.text2{
	font-size: 13px;
	line-height: 120%;
	text-align: left;
}


#textlink{
	clear: both;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	Padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 0px;
	border-top: solid #ccc 1px;
}


#copyright{
background-color:#eeeeee;
border-top:#ccc solid 1px;
border-bottom:#ccc solid 1px;
text-align:center;
font-size:12px;
padding-top:5px;
padding-bottom:5px;
margin-bottom:100px;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
}
