@charset "euc-jp";
/*
	common.css
	共通部分スタイル
*/

/* RESET */
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	font-size: 0.9em;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: center;
	letter-spacing: 0.01em;
}
img {
	border: none;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* LINK */
a {
	outline: none;
	color: #2597ad;
}
a:hover {
	color: #2bbdd9;
}

/* CLASSSTYLE */
.clear {
	clear: both;
}
.end_margin {
	margin: 0px 0px 0px 0px !important;
}

/* ///CONTAINER/// */
#Container {
	text-align: center;
}

/* //HEADER// */
#HeaderOuter {
	background: url(../images/rep_header.jpg) repeat-x;
}
#Header {
	width: 1102px;
	height: 101px;
	margin: 0px auto;
	background: url(../images/bg_header.jpg) no-repeat;
}
#HeaderInner {
	position: relative;
	width: 910px;
	height: 101px;
	margin: 0px auto;
	text-align: left;
	z-index: 10;
}
#Header p {
	padding: 20px 260px 0px 0px;
	color: #808080;
	font-size: 0.7em;
	text-align: right;
}
#Header h1 {
	position: absolute;
	top: 13px;
	left: 65px;
}

/* //CONTENTS// */
#Contents {
	width: 1102px;
	margin: 0px auto;
	background: url(../images/bg_upper.jpg) no-repeat 0px 0px;
}
#ContentsOuter {
	background: url(../images/rep_upper.jpg) repeat-x;
}
#ContentsInner {
	position: relative;
	width: 868px;
	height: auto;
	min-height: 500px;
	margin: 0px auto;
	padding: 10px 20px 40px 22px;
	text-align: left;
	background: url(../images/bg_upper_com.jpg) no-repeat 0px 0px;
	z-index: 0;
}
* html #ContentsInner { /* ie6 */
	width: 910px;
}

/* //FOOTER// */
#FootCoverLeft {
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 5px;
	height: 169px;
	margin: 0px auto;
	background: url(../images/img_foot_cover_left.gif) no-repeat;
}
#FootCoverRight {
	position: absolute;
	right: 0px;
	bottom: -1px;
	width: 5px;
	height: 169px;
	margin: 0px auto;
	background: url(../images/img_foot_cover_right.gif) no-repeat;
}
#FooterOuter {
	clear: both;
	color: #4d4d4d;
	font-size: 0.8em;
	background: url(../images/rep_footer.jpg) repeat-x 0px 0px;
}
#Footer {
	width: 1102px;
	height: 121px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: url(../images/bg_footer.jpg) no-repeat;
}
#FooterInner {
	width: 910px;
	height: 121px;
	margin: 0px auto;
	text-align: left;
}
#Footer ul {
	margin: 0px 0px 0px 10px;
	padding: 20px 0px 0px 0px;
}
#Footer ul li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px;
	border-right: 1px solid #4d4d4d;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}
#Footer ul li.list_end {
	border: none;
}
#Footer a {
	color: #4d4d4d;
	text-decoration: none;
}
#Footer a:hover {
	color: #218eb8;
}
#Footer p {
	line-height: 2em;
	margin: 0px 25px 0px 0px;
	text-align: right;
}
#Footer p.footer_info {
	font-size: 0.95em;
}
address {
	margin: 0px 25px 0px 0px;
	font-size: 0.95em;
	font-style: normal;
	text-align: right;
}

/* /GLOBALMENU/ */

#GlobalMenu {
	position: absolute;
	right: 5px;
	top: 49px;
}
#Navi {
	position: relative;
	line-height: 1;
	margin: 0px auto;
	text-align: right;
}
#Navi li {
	position: relative;
	list-style: none;
	float: left;
}
#Navi ul {
	display: none;
	position: absolute;
	top: 51px;
	left: 0;
	width: 151px;
}

#Navi ul li ul.navi_subcategory {
	border-top: 1px solid #6baecb;
	margin-top:10px;
	z-index:999;
}

* html #Navi ul {
	line-height: 0;
}
#Navi ul li {
	float: none;
}
#Navi ul ul {
	top: 0px;
	left: 150px;
}
#Navi ul a { 
	display: block;
	width: 133px;
	line-height: 1.4em;
	padding: 10px 8px;
	border-left: 1px solid #6baecb;
	border-right: 1px solid #6baecb;
	border-bottom: 1px solid #6baecb;
	color: #666;
	font-size: 0.8em;
	text-align: left;
	text-decoration: none;
	background: #fff;
	zoom: 1;
}
* html #Navi ul a {
	width: 151px;
}
#Navi ul a.hover {
	background: #edfafe;
}

/* /FONTSIZE/ */
#FontSize {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 216px;
	height: 38px;
	background: url(../images/fsize_bg.jpg) no-repeat;
}
#FontSize ul {
	margin: 3px 0px 0px 85px;
}
#FontSize ul li {
	float: left;
}

/* CLEARFIX */
.clearfix {
	zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
