@charset "utf-8";

/*====================================================================

common.css

======================================================================

	01.format
	02.body
	03.header
	04.navi
	05.container
	06.contents
	07.sidebar
	08.footer
	09.other
	10.pagetop

=====================================================================*/

/*--------------------------------------------------------------------
     01.format
--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img {
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
	font:normal normal normal 100%/1.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',Meiryo,sans-serif;
}
img { display:block;}
li  { list-style-type: none;}
em { font-style: normal;}
th,td { letter-spacing: 1px;}

/*  a
----------------------------------------------------------------*/
a,
a:link,
a:visited {
	color: #e83779;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #333333;
	text-decoration: underline;
}


/*--------------------------------------------------------------------
    02.body
--------------------------------------------------------------------*/
body {
	background: #ffeef1 url(../img/bg.gif) repeat-x 0 0;
	text-align: center;
	color: #4d4d4d;
	font-size: 12px;
}

#wrapper,
#header,
#navi,
#container,
#footer {
	margin: 0 auto;
	text-align: left;
}

#wrapper {
	width: 900px;
	background: url(../img/bg_wrapper.gif) repeat-y 0 0;
}

#container,
#footer {
	width: 850px;
}


/*--------------------------------------------------------------------
    03.header
--------------------------------------------------------------------*/
#header {
	background: url(../img/header.gif) no-repeat 0 0;
	width: 900px;
	height: 89px;
}

#header a span { display: none;}


#header h1 {
	display: block;
	float: right;
	color: #709f47;
	padding-top: 22px;
	padding-right: 25px;
	width: 380px;
	text-align: center;
	font-size: 10px;
}


/* home
-------------------------------- */
#home {
	float: left;
	padding-top: 27px;
	padding-left: 30px;
	width: 360px;
	height: 57px;
}
#home a {
	display: block;
	width: 355px;
	height: 55px;
}


/*--------------------------------------------------------------------
    04.navi
--------------------------------------------------------------------*/
#navi {
	background: url(../img/bg_navi.gif) no-repeat 0 0;
	width: 856px;
	height: 54px;
}

#navi ul { margin-left: 4px;}

#navi li,
#navi li a{
	display: block;
	width: 170px;
	height: 40px;
}
#navi li{
	float: left;
}
#navi li a span { display: none;}

#navi ul li#n01 a { background-position: -4px 0;}
#navi ul li#n02 a { background-position: -174px 0;}
#navi ul li#n03 a { background-position: -344px 0;}
#navi ul li#n04 a { background-position: -514px 0;}
#navi ul li#n05 a { background-position: -684px 0;}

#navi ul li a:hover {
	background: url(../img/bg_navi_hover.gif) no-repeat;
}


/*--------------------------------------------------------------------
    05.container
--------------------------------------------------------------------*/

#container:after,
#header:after,
#navi:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/*--------------------------------------------------------------------
    06.contents
--------------------------------------------------------------------*/
#contents {
	float: left;
	width: 630px;
}

/*--------------------------------------------------------------------
    07.sidebar
--------------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 220px;
}


/*--------------------------------------------------------------------
    08.footer
--------------------------------------------------------------------*/
#footer {
	margin: 0 auto;
	background: url(../img/bg_footer.gif) no-repeat 0 0;
	height: 150px;
}

#footer div {
	float: right;
	padding-top: 15px;
	width: 495px;
}

#footer ul {
	display: block;
	float: left;
	width: 140px;
}
#footer ul li {
	color: #3d3d3d;
	font-size: 10px;
}

#footer ul li.li01 {
	margin-bottom: 4px;
	padding-left: 17px;
	background: url(../img/icon_ya.gif) no-repeat 0 2px;
}
#footer ul li.li02 {
	margin-bottom: 3px;
	padding-left: 27px;
	background: url(../img/icon_ya02.gif) no-repeat 11px 2px;
}

#footer ul li a { color: #515952; text-decoration: none;}
#footer ul li a:hover { text-decoration: underline;}

#footer:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*--------------------------------------------------------------------
    09.other
--------------------------------------------------------------------*/
.right { float: right;}
.left { float: left;}

.center { display: block; margin: 0 auto; text-align: center;}
.clear { clear: both;}
html>body a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}


.mb { margin-bottom: 20px;}

/*--------------------------------------------------------------------
    10.pagetop
----------------------------------------------------------------*/
.pagetop {
	margin: 0 auto;
	background: url(../img/bg_pagetop.gif) no-repeat 0 100%;
	width: 850px;
	height: 38px
}

.pagetop div {
	float: right;
	display: block;
	padding-top: 10px;
	width: 140px;
	height: 16px;
}

.pagetop div a {
	display: block;
	width: 139px;
	height: 14px;
}	
.pagetop div a:hover {
	background-color: #f8f8f8;
	opacity:0.3;
	filter: alpha(opacity=30);
}	
.pagetop div a span { display: none;}

.pagetop:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

