@charset "shift-jis";
@import url(default.css);
body {
	margin: 0;
	background-color: #F0E8C3;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}
a:link {color: #CC0000;}
a:visited {color: #CC0000;}
a:hover {color: #FF9900;}
a:active {color: #FFCC00;}
/*+++++++++++++++++++++++++++++++++++++++++++ wrapper */
#wrapper {
	width:768px;
	margin:0 auto;
	background-image:url(../images/contentBg.gif);
}
/*+++++++++++++++++++++++++++++++++++++++++++ header */
#header {
	width:768px;
	height: 115px;
	margin:0;
	background-image:url(../images/header.jpg);
}
#header h1{
	margin:0;
	padding:0;
}
#header h1 a{
	width:270px;
	height:80px;
	display:block;
	text-indent:-9999px;
}
#headerBanner{
	display:block;
	float:right;
	margin:10px 20px;
}
#headerSitemap{
	margin:10px 4px 0 0;
	display:block;
	float:right;
	width:80px;
	height:16px;
	text-indent:-9999px;
}
#headerHome{
	margin:10px 4px 0 0;
	display:block;
	float:right;
	width:50px;
	height:16px;
	text-indent:-9999px;
}
/*+++++++++++++++++++++++++++++++++++++++++++ menu */
#menuWrapper{
	width:185px;
	clear:both;
	float:left;
	padding-left:4px;
}
#menu {}
#menu ul{
	width:185px;
	margin:0;
	padding:0;
}
#menu li{
	width:185px;
	margin:0;
	padding:0;
	list-style:none;
}
#menu li img{
	vertical-align: top;
}
#menuBanner {
	background-image:url(../images/menuBottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
}
#menuBanner ul{ margin:0; padding:10px 0;}
#menuBanner li{
	margin:0; padding:5px 0;
	list-style:none;
}
/*+++++++++++++++++++++++++++++++++++++++++++ footer */
#footerBtn {
	height:14px;
	clear:both;
	padding-left:200px;
	padding-right:5px;
	margin-top:10px;
}
#footerBtn ul,#footerBtn li{
	margin:0;
	padding:0;
	list-style:none;
}
#footerBtn li{
	float:left;
}
#footerBtn_pageTop{
	float:right !important;
}
#footer {
	width:768px;
	height:34px;
	background-image:url(../images/footer.jpg);
	clear:both;
	text-indent:-9999px;
}
/*+++++++++++++++++++++++++++++++++++++++++++ コンテンツメイン */
#contentsMain{
	float:right;
	width:575px;
	padding-right:4px;
}
/*+++++++++++++++++++++++++++++++++++++++++++ コンテンツ */
#contentsMain h1 {
	margin:10px 0 20px;
	text-align:right;
}
h2 {
	border-left:5px solid #BB0000;
	margin:20px 0 5px 24px;
	padding:2px 0 5px 10px;
	color:#000000;
	border-bottom:1px dotted #999999;
}
h3 {
	margin:20px 0 5px 24px;
	padding:0 0 0 18px;
	color:#333333;
	background-image:url(../images/icon01.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
}
hr {
	color:#FFFFFF;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #CCCCCC;
	margin-left:20px;
}
.border1px {
	background-image:url(../images/border1px.gif);
	background-position:center;
	background-repeat:repeat-x;
	clear:both;
}
.btn {
	color:#333333;
	font-weight:bold;
	width:100px;
	background-image:url(../images/btnBg.gif);
	border:1px solid #666666;
	background-color:#CCCCCC;
}

/*+++++++++++++++++++++++++++++++++++++++++++ 文字 */
.x-small {font-size:x-small;}
.small {font-size:small;}
.medium {font-size:medium;}
.large {font-size:large;}
.x-large {font-size:x-large;}
/*+++++++++++++++++++++++++++++++++++++++++++ 汎用 */
.clear { clear:both;}


/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix {
    overflow: hidden;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
    overflow: visible;
}
/**/
