/* 全体
==========================================================================================*/
* {margin: 0; padding: 0;}

body,table,h1,h2,h3,h4,h5,div,p,a {
	font:small Verdana, "メイリオ", Osaka;	
	line-height: 1.5em;
	color: #333333;

}
body {
	text-align: center;
	background: #ffffff;
}
#main {
	background: #f2f2f2;
	width: 820px;
	text-align: left;
	margin: auto;

        }

#left {
	float: left;
	width: 200px;
	voice-family: "\"}\""; 
	voice-family: inherit; 
	width: 200px; 
	margin-top:12px;
	padding-left: 10px;
	padding-right: 5px;
}
#right {
	float: right;
	width: 200px; 
	voice-family: "\"}\""; 
	voice-family: inherit; 
	width: 200px; 
	margin-top: 12px;
	padding-left: 5px;
	padding-right:10px;
}
#center {
	/*\*/ margin: 0px 210px;/* */
	margin-top: 12px;
        padding-right:10px;
        padding-left:10px;
}

.fv{margin-top:4px;}


/* float解除 (IE5.5以上)
==========================================================================================*/
#center:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

* html #center {
display:inline-block;
}


/*　ヘッダー　* * * * * * * * * * * * * * * * */
#header {
	width: 100%;
width: 100%;
	background: url(../images/header01.gif) no-repeat top center;
	height: 90px;
}	

#logo {
	text-align: left;
	position: relative;
	margin-top: 0px;
	left: 0px;
}


/*　メニュー　* * * * * * * * * * * * * * * * */
#menu {
	margin-top: 5px;
}
.menu {
	list-style: none;
}

/*　サブメニュー　* * * * * * * * * * * * * * * * */
#submenu {
	padding: 0 0;
}
ul.submenu {
	position: relative;
	top: 19px;
	right: 5px;
	list-style: none;
	text-align: right;
}
ul.submenu li {
	display: inline;
}

/*　フォント　* * * * * * * * * * * * * * * * */
.fontCalendarA {
	font-size: 10px;
	line-height: 1.5em;
}
.fontA {
	padding-left: 5px;
}

/*　リンク　* * * * * * * * * * * * * * * * */
a {	
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #e5013e;
	text-decoration: none;
}

/*　その他　* * * * * * * * * * * * * * * * */
img {
	border: 0px; 
}
p.none {
	display: none;
}

#title {
	padding: 0 0;
}
.box {
	background: #ffffff;
	padding: 10px 5px;
	border-right: 2px solid #aaa999;
	border-left: 2px solid #aaa999;
	border-bottom: 2px solid #aaa999;
	margin-bottom: 5px;
}


/*　アイテム　* * * * * * * * * * * * * * * * */
ul.floormenu {
	display: block;
	/*width: 185px;*/
	width: 183px; 
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
ul.floormenu a {
	display: block;
	padding: 6px 0px 6px 2px;
	/*height: 32px;*/
	text-decoration: none;
	background: #ffffff;
}
ul.floormenu a:hover {
	text-decoration: none;
	background: #fff5ee;
}
ul.floormenu li {
	list-style: none;
	border-bottom: 1px solid #cccccc;
}

/*　メイン画像* * * * * * * * * * * * * * * * */
.mainpic {
	padding-bottom: 5px;

}
