@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------*/
/* 共通設定  */
/* ----------------------------------------------*/
*{
	margin:0;
	padding:0;
	line-height:1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img{
	border:none;
}


/* ----------------------------------------------*/
/* 大枠設定　*/
/* ----------------------------------------------*/
body{
	font-size:small;
	text-align:center;
	background:url("../images/back.jpg") repeat;
}
	
#wrapper{
	width:900px;
	margin:0px auto;
	text-align:left;
	background-color:#FFF;
}

/* ----------------------------------------------*/
/* ヘッダー */
/* ----------------------------------------------*/

#header{
	width:900px;
	height:100px;
	margin:0;
	background-image:url("../images/header.jpg");
	vertical-align:bottom;
}

/* ----------------------------------------------*/
/* メイン */
/* ----------------------------------------------*/

#main_visual{
	width:900px;
	height:200px;
	margin:0;
	background-color:#FFF;
}

#left{
	width:150px;
	height:750px;
	float:left;
	margin:0;
	background-color:#FFF;
	background-image:url("../images/bar01.jpg");
}

#contents{
	width:600px;
	height:750px;
	float:left;
	margin:0;
	background-color:#FFF;
}

#right{
	width:150px;
	height:750px;
	float:left;
	margin:0;
	background-color:#FFF;
	background-image:url("../images/bar01.jpg");
}
/* ----------------------------------------------*/
/* フッター */
/* ----------------------------------------------*/

#footer{
	width:900px;
	height:100px;
	margin:0;
	clear:left;
	background-color:#FFF;
	background-image:url("../images/footer.jpg");
}

/* ----------------------------------------------*/
/* その他 */
/* ----------------------------------------------*/
.navi{
	width:120px;
	height:740px;
	margin-top:10px;
	margin-left:16px;
}

.tag{
	text-align:center;

}
a{
	color:#60C;
}
a:hover{
	text-decoration:none;
	color:#FFF;
}
.top{
	color:#009;
	text-align:right;
	vertical-align:bottom;
}

/* ----------------------------------------------*/
/* 見出し */
/* ----------------------------------------------*/

h1{
	color:#609;
	font-size:15px;
	font-weight:bold;
	margin:10px;
}
	
h2{
	width:595px;
	height:25px;
	color:#FFF;
	text-indent:20px;
	background-image:url(../images/midasi_1.jpg);
	margin-left:5px;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
h3{
	height:18px;
	font-size:14px;
	color:#009;
	margin-bottom:3px;
}	

