@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: #78ac09;
	text-decoration: underline;
}

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


/*--------------------------------------------------------------------
    02.body
--------------------------------------------------------------------*/
body {
	text-align: center;
	color: #3d3d3d;
	font-size: 12px;
}

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

#wrapper {
	margin-bottom: 75px;
	width: 994px;
}

#container,
#inner,
#inner_btm {
	width: 924px;
}

#header,
#navi,
#footer {
	width: 830px;
}


/*  h2
-----------------------------------------------------*/
h2 img {
	margin: 0 auto 5px;
}


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

#header a span { display: none;}


/* h1
-----------------------------------------------------*/
#header h1 {
	display: block;
	float: right;
	padding-top: 11px;
	width: 350px;
	color: #6e6e6e;
	text-align: right;
	font-size: 10px;
}

/* home
-----------------------------------------------------*/
#home {
	float: left;
	padding-top: 20px;
	padding-left: 3px;
	width: 265px;
	height: 45px;
}
#home a {
	display: block;
	width: 260px;
	height: 40px;
}


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

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

#navi ul li#n01 a { background-position: 0 0;}
#navi ul li#n02 a { background-position: -166px 0;}
#navi ul li#n03 a { background-position: -332px 0;}
#navi ul li#n04 a { background-position: -498px 0;}
#navi ul li#n05 a { background-position: -664px 0;}

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


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

/* inner
-----------------------------------------------------*/
#inner { background: url(../img/bg_inner.gif) repeat-y center 0;}
#inner_btm { background: url(../img/bg_inner_btm.gif) no-repeat 0 100%;}

/* container
-----------------------------------------------------*/
#container {
	background: url(../img/bg_container.gif) no-repeat 0 0;
}


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


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

/*--------------------------------------------------------------------
    07.sidebar
--------------------------------------------------------------------*/
#sidebar {
	float: right;
	background: url(../img/bg_sidebar.gif) repeat-y 0 0;
	width: 244px;
}

/* side_box
-----------------------------------------------------*/
.side_box {
	margin-bottom: 15px;
	background: url(../img/bg_side_box.gif) repeat-y 0 0;
	border-bottom: 1px solid #d8d8d8;
	width: 200px;
}

.side_box h3 { margin-bottom: 7px;}
.side_box p {
	padding: 0 15px 10px 20px;
}


/* side_bnr
-----------------------------------------------------*/
.side_bnr {
	padding-bottom: 5px;
	background-color: #ffffff;
	width: 200px;
}
.side_bnr img { margin: 0 auto 15px;}


/*--------------------------------------------------------------------
    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: 96px;
}

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

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

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

#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;
	float: right;
	padding-top: 22px;
	width: 173px;
	height: 27px;
}

.pagetop a {
	display: block;
	width: 150px;
	height: 25px;
}	
.pagetop a:hover {
	background-color: #ffffff;
	opacity:0.3;
	filter: alpha(opacity=30);
}	
.pagetop a span { display: none;}


