@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	font-style: normal;
/*	font-weight: normal;*/
	font-size : 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
strong{
	font-weight:normal;
}
body {
	color: #333333;
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: none;
}

a{
	color: #666666;
	text-decoration: none;
}
a:hover{ 
	color:#FF9900;
}

#news{
	float: right;
	height: auto;
	width: 555px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 30px;
}
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FF6600;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #FF3300;
	text-indent: 3px;
}
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
h3 {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	padding-bottom:14px;
	padding-top:10px;
}
#header{
	width:745px;
	height:92px;
	text-indent: -9999px;
	background-image: url(images/petite_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF3300;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF3300;
	border-left-color: #FF3300;
	text-indent: 3px;
	margin-bottom:16px;
}
#menubar {
	text-align: center;
	height: 15px;
	width: 745px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FF3300;
	vertical-align: middle;
	background-position: center center;
	padding-top: 3px;
}

#side {
	float: left;
/*	height: 1100px;*/
	width: 150px;
	margin-left: 5px;
	padding-top: 3px;
}
#footer {
	clear: both;
	height: auto;
	width: 745px;
	text-align: center;
	margin: auto;
	padding-top: 10px;
}

#menubar a {
	text-decoration: none;
	color: #FFFFFF;
}
#menubar a:hover {
	text-decoration: none;
	color: #FFCC33;
}

#container {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	background-color: #FFFFFF;
	height: 100%;
}
#container #main #menu h6 {
	border-bottom-style: none;
	border-bottom-color: #FF3300;
	color: #FF3300;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #FF3300;
	border-right-color: #FF3300;
	border-left-color: #FF3300;
	text-align: left;
}
#container #main {
	float: right;
	width: 580px;
}

