@charset "utf-8";
/* CSS Document */

/*=====================================
全体のスタイル
======================================*/
*{
	margin:0;
	padding:0;
	line-height:1.5;
	color:#000000;
}
body{
	background-image:url(./imgs/bg_sky.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed; 
	text-align:center;
}
div#wrapper{
	width:796px;
	margin:0 auto;
	text-align:left;
}

/*=======================================
ヘッダ
=======================================*/
div#header{
	height:77px;
	background-color:#ffffff;
	filter:alpha(opacity=43);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	margin-bottom:10px;
}
h1{
	padding:20px 0px 0px 30px;
	font-family:"Times New Roman", Times, serif;
}
h1 a{
	text-decoration:none;
}

/*=========================================
メニュー
=========================================*/
ul#menu{
	height:42px;
	font-weight:bold;
}
li#menu01,li#menu02,li#menu03,li#menu04,li#menu05{
	float:left;
	display:inline;
	list-style-type:none;
	background-repeat:repeat-x;
}
li#menu01,li#menu03,li#menu05{
	width:156px;
	height:42px;
	background-color:#ffffff;
	filter:alpha(opacity=43);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
li#menu02,li#menu04{
	width:164px;
	height:42px;
	background-color:#ffffff;
	filter:alpha(opacity=43);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
ul#menu a{
	display:block;
	height:42px;
	padding-top:4px;
	text-align:center;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif:;
}

/*=========================================
コンテンツ
=========================================*/
div#content{
	width:796px;
	margin:10px 20px 10px 0px;
}
div#content_left{
	width:252px;
	margin: 0px 5px 10px 0px;
	float:left;
	background-color:#ffffff;
	filter:alpha(opacity=43);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
img{
	border:none;
}
p{
	margin:5px 5px 5px 5px;
}	
div#content_right{
	width:539px;
	
	padding-top:10px;
	float:right;
	background-color:#ffffff;
	filter:alpha(opacity=43);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	
}
p{
	margin:5px 5px 5px 5px;
	line-height: 200%;
}

/*============================================
フッタ
============================================*/
div#footer{
	height:auto;
	text-align:center;
	clear:both;
	background-color:#ffffff;
	filter:alpha(opacity=43);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	
}
address{
	font-stretch:normal;
}
/*リンク用*/
#link_box{
	width:200px;
	text-align:center;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	background-image: url(imgs/bg_sky.jpg);
}
#link_box p{
	text-align: left;
	font-size: 12px;
	color: #696969;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;		margin-top: 3px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	line-height: normal;
}
#link_box a {
	text-decoration: none;
	color:#FFFFFF;
} 

