* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../img/back.gif) repeat-y center;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	text-align: center;
}

table {
	margin: 0 auto;
}

td {
	text-align: left;
}

a:link,
a:visited,
a:active {
	color: #4c3a9c;
	text-decoration: none;
}

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

img {
	border: 0;
}

.cl {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}


/* ---------------Layout--------------- */

#wrapper {
	width: 800px;
	background-color: #fff;
	margin: 0px auto;
	text-align: left;
}

#vogue {
	padding: 5px 10px;
}

#header {
	background: url(../img/header_off.png) repeat-x;
}

#title {
	padding-top: 20px;
	text-align: center;
}

#container {
	padding: 20px 0px 30px 0px;
	text-align: center;
}

#footer {
	clear: both;
	padding: 20px 0px;
	border-top: 1px solid #999;
	color: #666;
	font-size: 10px;
	text-align: center;
}


/* ---------------Header--------------- */


h1 {
	width: 200px;
	height: 60px;
	float: left;
}

#headmenu {
	float: right;
	height: 47px;
	text-align: right;
	font-size: 12px;
}

#headmenu ul {
	z-index: 30;
	width: 560px;
}

#headmenu .linkmark {
	font-size: 10px;
	font-weight: normal;
	color: #c6e2ae;
	padding-left: 3px;
}

#headmenu li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#headmenu li a {
	display: block;
	width: 20px;
	padding: 27px 0 0 0;
	margin: 0;
	border-left: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#headmenu li a:hover {
	background: url(../img/header_on.png) repeat-x bottom;
}

#headmenu li.tab01 a {
	width: 219px;
}

#headmenu li.tab02 a {
	width: 189px;
}

#headmenu li.tab03 a {
	width: 149px;
}


#headmenu div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #8d93c4;
}

#headmenu div a {
	position: relative;
	display: block;
	padding: 5px 0 5px 10px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #8d93c4;
	color: #fff;
	font-weight: normal;
}

#headmenu div a:hover {
	background: #4c3a9c;
	background-image: none;
}


/* ---------------Breadcrumbs--------------- */

#breadcrumbs {
	padding: 0 0 10px 10px;
}

#breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbs li {
	float: left;
	background: url(../img/icon_breadcrumbs.png) no-repeat left center;
	margin: 0 0 0 5px;
	padding: 0 0 0 15px;
	font-size: 80%;
}

#breadcrumbs li.home {
	background: none;
	margin: 0;
	padding: 0;
}


/* ---------------Gotop--------------- */

#goTop {
	float: right;
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 15%;
	right: 0;
}

#goTop span {
	display: none;
}

/* ---------------Clearfix--------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}
