/*--フォントサイズ一括設定--*/
BODY{
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif, 'ＭＳ Ｐゴシック', Osaka;
	font-size: 12px;
	color: #333333;
}

a:link{
	color: #6666FF;
	text-decoration: none;
}

a:visited{
	color: #6666FF;
	text-decoration: none;
}

a:hover{
	color: #0000FF;
	text-decoration: underline;
}


/*--全体の横幅設定他--*/
#container{
	padding: 0px;
	padding: 0px;
	/*--左から順に上・右・下・左--*/
width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-left-color: #000066;
	height: auto;
}
/*--ヘッダーの設定--*/
#header{
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 25px;
}

#header h1{
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
}

#header a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#header a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover{
	color: #FFFF66;
	text-decoration: underline;
}

/*--イメージ--*/
#image{
	margin: 0px;
	padding: 0px;
}

/*--メニュー部分の設定--*/
#menu{
	text-align: left;
	padding: 0px;
	/*--左から順に上・右・下・左--*/
height : auto;
	margin: 0px;
}
/*--メニュー部分のリスト設定--*/
.ul{
	padding: 0px;
	/*--左から順に上・右・下・左--*/
list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.li{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
/*--記事記入部分の設定--*/
#contents{
	width : 750px;
	background-color: white;
	padding: 0px;
	margin-top: 0px;
	float: left;
	height: auto;
	margin-bottom: 5px;
}
/*--フッターの設定--*/
#footer{
	text-align : center;
	width : 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 25px;
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
}

#footer p{
	color: #FFFFFF;
	margin-top: 5px;
}
#footer a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFF66;
	text-decoration: underline;
}

