@charset "utf-8";

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

common.css

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

	01.format
	02.body
	03.header
	04.navi
	05.container
	06.contents
	07.sidebar
	08.company
	09.footer
	10.other
	11.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;}

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

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


/*--------------------------------------------------------------------
    02.body
--------------------------------------------------------------------*/
body {
	background: #f8f1d6 url(../img/bg_body.gif) 44% 0;
	text-align: center;
	color: #544633;
	font-size: 14px;
}

#base {
	background: url(../img/bg_headerwall.gif) repeat-x 0 0;
	width: 100%;
}

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

#wrapper {
	margin-bottom: 30px;
	width: 1010px;
}

#header,
#container,
#footer {
	width: 930px;
}


/*--------------------------------------------------------------------
    03.header
--------------------------------------------------------------------*/
#header {
	height: 160px;
}

#header a span { display: none;}


/* h1
-------------------------------- */
#header h1 {
	display: block;
	padding-top: 10px;
	padding-left: 5px;
	color: #fdfdfd;
	font-size: 10px;
}

/* home
-------------------------------- */
#home {
	float: left;
	padding-top: 8px;
	padding-left: 3px;
	width: 292px;
	height: 85px;
}
#home a {
	display: block;
	width: 290px;
	height: 82px;
}


/*--------------------------------------------------------------------
    04.navi
--------------------------------------------------------------------*/
#navi {
	float: right;
	background: url(../img/bg_navi.gif) no-repeat 0 0;
	width: 620px;
}

#navi ul {
	margin-left: 7px;
	margin-top: 1px;
}
#navi li,
#navi li a{
	display: block;
	width: 116px;
	height: 116px;
}
#navi li{
	float: left;
}
#navi li a span { display: none;}

#navi ul li#n01 { margin-right: 8px;}
#navi ul li#n02 { margin-right: 8px; margin-top: 10px;}
#navi ul li#n03 { margin-right: 7px;}
#navi ul li#n04 { margin-right: 7px; margin-top: 10px;}

#navi ul li#n01 a { background-position: -7px -27px;}
#navi ul li#n02 a { background-position: -131px -37px;}
#navi ul li#n03 a { background-position: -255px -27px;}
#navi ul li#n04 a { background-position: -378px -37px;}
#navi ul li#n05 a { background-position: -501px -27px;}

#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: right;
	width: 670px;
}

/*--------------------------------------------------------------------
    07.sidebar
--------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 260px;
}



/*--------------------------------------------------------------------
    08.footer
--------------------------------------------------------------------*/
#footerbg {
	background: url(../img/bg_footerwall.gif) repeat-x 0 0;
	width: 100%;
}

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

#footer ul {
	display: block;
	padding-top: 20px;
	padding-left: 10px;
	height: 20px;
}
#footer ul li {
	float: left;
	padding-left: 15px;
	margin-right: 20px;
	background: url(../img/icon_ya02.gif) no-repeat 0 3px;
	font-size: 10px;
}

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

address {
	clear: both;
	padding-top: 68px;
	padding-left: 8px;
	color: #594432;
}

#footer ul: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);
}



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

.pagetop div {
	float: right;
	padding-top: 15px;
	padding-right: 23px;
	width: 137px;
	height: 25px;
}
.pagetop div a {
	display: block;
	width: 137px;
	height: 25px;
}	
.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;
}
