@charset "shift_jis";


/*全般設定
------------------------------------------------------------------------------------------
■文字色は「color: #999999;」部分で変更できます。サイズは「75%」で変更可。%指定でなく「12px」とかでも可。
■壁紙は「images/bg.gif」で指定しています。imagesフォルダに入っているbg.gifを指定しています。
　変更もできますが、コンテナーの枠に影を入れてるので、こげ茶っぽい壁紙でないと枠が目立ってしまうので注意。
------------------------------------------------------------------------------------------*/
body{
	color : rgb(102, 102, 102);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 75%;
	line-height: 2;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color : white;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img{
	border: none;
}

.color1{
	color: #3A3029;
}

#main p, #sub p{
	margin: 0.5em 1em 1em;
}



/*ヘッダー
------------------------------------------------------------------------------------------*/
#header{
	position: relative;
 width: 100%; 
    max-width:800px;  
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
}
#header h1{
	font-size: 10px;
	color: #fafafa;
	line-height: 1.2;
	position: absolute;
	left: 20px;
	top: 5px;
}

/*ナビメニュー（メインメニューの右上にある小さなメニュー）
------------------------------------------------------------------------------------------*/
#nav{
	position: absolute;
	top: 52px;
	right: 150px;
	line-height: 26px;
	background-color: transparent;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	padding-left: 50px;
	font-size: 11px;
}
#nav li{
	float: left;
	width: 10em; /*IE7のメイリオフォントだと8em（8文字）分にしか表示されないので注意*/
	overflow: hidden;
	height: 21px;
}
#nav li a{
	color: rgb(102, 102, 102);
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	padding-left: 13px;
}
#nav a:hover{
	color: #BB000F;
}



/*スライドショー（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#slide{
 position:relative;
    width: 100%; 
    max-width:800px;  
  
}


/*フッター（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#footer{
	clear: both;
	width: 100%;
	line-height: 1.5em;
	text-align: center;
	font-size: 11px;
	background: #FFFFFF;
	padding: 20px 0px;
	border-top: 1px solid #CCCCCC;
}
h1{
  width: 900px;
  margin: 0 auto;
  padding: 0;
  word-spacing: 0px;
  font-size: 8px;
  color: #fafafa;
}

	/*フッター5clum-*/
.contents_5clum{
	margin: 0 0 35px 0;
	padding-bottom: 0px;
	overflow: hidden;
	width : 900px;
	border-bottom : 0px solid white;
}
.contents_5clum .section{
       font-family:メイリオ;
       font-size:80%;
	float:left;
	width : 525px;
	margin : 0px 20px 30px 0px;
}
.contents_5clum .section1{
       font-family:メイリオ;
	float:left;
	width : 190px;
	margin : 0px 0px 30px 0px;
}
.contents_5clum .sectionlast{
       font-size:80%;
       font-family:メイリオ;
	float:left;
	width : 160px;
	margin : 0px 0px 30px 0px;
}
.contents_5clum h3{
	font-weight: bold;
	margin-bottom: 5px;
}
/*footer*/
.footer{
	background-color : white;
	padding: 20px 0;
	margin-bottom: 10px;
       font-size: medium;
}
.footer .contents_5clum{
	overflow: hidden;
	width : 900px;
	margin:0 auto;
}
.footer p{
	float:left;
	margin-right : 20px;
}
.footer p:fast-child{
	margin-left: 1px;
}
.footer p:last-child{
	margin-right:0px;
}
.copy{
	text-align: center;
	margin-bottom: 10px;
}


.box1{
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #9999ff;
   background: #9999ff;/*背景色*/
}
.box1 p{
    margin: 0; 
    padding: 0;
    font-size: large;
    text-align: center;
    color : #ffffff; 
}

.box1 span, font_test{
    text-decoration: underline;
    color: #666666; 
}