*{
	margin:0;
	padding:0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #666666;
}
/*全体枠*/
#wrapper {
	padding: 0px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
/*ヘッダー*/
#header {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE9D8;
}
#header h1 {
	display: inline;
}

#header p.lead {
	font-size: 80%;
	line-height: 1.5em;
	padding-top: 8px;
	padding-left: 8px;
}
/*画像のフロート指定*/
.leftimg {
	float: left;
	padding-right: 10px;
}
.rightimg {
	float: right;
	padding-left: 10px;
}
.clear {
	clear: both;
}

/*共通メニュー*/
#menu {
	float: left;
	width: 230px;
}
#menu li {
	display: block;
	text-align: left;
	list-style-type: none;
}
#menu li a {
	display: block;
	text-align: left;
	height: 30px;
	padding-top: 15px;
	font-size: 85%;
	list-style-type: none;
	padding-left: 20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	color: #666666;
	text-decoration: none;
}

#menu li a:hover {
	background-color: #FFDF62;
	color: #000000;
	text-decoration: none;
}
#menu li .mark {
	background-color: #FFDF62;
	color: #FFFFFF;
	text-decoration: none;
}



#menu li a:now{
	background-color: #FFDF62;
	color: #FFFFFF;
	text-decoration: none;
}
/*メインコンテンツ*/
#contents {
	float: left;
	width: 590px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contents .info {
	margin-bottom: 25px;
}
#contents .info li {
	font-size: 83%;
	line-height: 1.5em;
	padding-top: 10px;
	list-style-type: square;
	margin-left: 30px;
}
#contents .info a {
	color: #666666;
	text-decoration: none;
}
#contents .info a:hover {
	color: #FF6600;
}
#contents .box {
	margin-bottom: 25px;
}
#contents .box .item {
	float: left;
	margin: 10px;
}
#contents .totop {
	font-size: 70%;
	text-align: right;
}
#contents .totop a {
	color: #666666;
	text-decoration: none;
}
#contents .totop a:hover {
	color: #FF6600;
}




/*フッター*/
#footer {
	clear: both;
	background-color: #FF6600;
	height: 20px;
	font-size: 80%;
	color: #FFFFFF;
	padding: 5px;
}

/*コンテンツページ共通*/


#main {
}
#main h2 {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 100%;
	color: #666666;
}
#main .staff {
	margin: 20px;
	padding: 10px;
	border: 1px solid #0099FF;
}

#main p {
	font-size: 83%;
	line-height: 1.5em;
	padding-bottom: 10px;
}
#main .staff h3 {
	font-size: 90%;
	color: #0099FF;
	padding-bottom: 10px;
}
#main .staff td {
	font-size: 80%;
	line-height: 1.5em;
	padding: 5px;
}
.homeh3 {
	font-size: 90%;
	color: #FF6600;
	margin-bottom: 20px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FF6600;
	padding-left: 5px;
	margin-top: 5px;
}
