@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////
	
	■□■□■　common.css　■□■□■

 	Author   : kondo
 	LastDate : 2011/02/22
 	----------------------------------------------------------
	00 common setting
	01 wrapper
	02 header
	03 main
	04 topicpath
	05 side
	06 footer

///////////////////////////////////////////////////////////////////////////////////////////////// */

/* ----------------------------------------------------------
  00 common setting
---------------------------------------------------------- */

a:link { color:#118eda; text-decoration: underline;}
a:visited { color:#118eda; text-decoration: underline;}
a:hover { color:#118eda; text-decoration:none;}
a:active { color:#118eda; text-decoration: underline;}


/* ----------------------------------------------------------
  01 wrapper 
---------------------------------------------------------- */

#wrapper {
	text-align: center;
	margin: 0;
	color: #333;
}

#contents {
	width: 960px;
	margin: 0 auto;
	background: url(../img/common/bg_contents.gif) 0 0 repeat-y !important;
	text-align: left;
	overflow: hidden
}
.pagetop {
	text-align: right;
	margin-bottom: 10px;
}


/* ----------------------------------------------------------
  02 header 
---------------------------------------------------------- */

#header .logo {
	width: 960px; height: 60px;
	margin: 0 auto;
	text-align: left;
}
#header .logo p {
	float: right;
	margin-top: 18px;
}
#header .logo .mainlogo {
	margin-top: 18px;
	float: left;
}
#header .header_box {
	border-top: 1px solid #6e9614;
	border-bottom: 1px solid #638a0b;
	background: url(../img/common/bg_header.gif) top left repeat-x #80ad0d;
}
#header .header_box .header_box_inner {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	min-height: 39px;
	height: auto !important;
	height: 39px;
}
#header .header_box p {
	width: 815px;
	float: left;
	margin-top: 4px;
	font-size: 10px;
	color: #fff;
}
#header .header_box ul {
	width: 137px;
	float: right;
}
#header .header_box ul li {
	float: left;
}
#header .title {
	background: url(../img/common/bg_title.gif) 0 0 #f0ecff;
	border-bottom: 2px solid #7caa0a;
}
#header .title h1 {
	width: 960px; height: 134px;
	margin: 0 auto;
	text-align: left;
}
#header .title h1 img {
	margin-top: 40px;
}

/* ----------------------------------------------------------
  03 main
---------------------------------------------------------- */

#main {
	width: 738px;
	float: right;
}

/* ----------------------------------------------------------
  04 topicpath
---------------------------------------------------------- */

#topicpath {
	height: 31px;
	margin: 15px 0 40px 31px;
}
#topicpath li {
	float: left;
}

/* ----------------------------------------------------------
  05 side 
---------------------------------------------------------- */

#side {
	width: 222px;
	float: left;
}



/* ----------------------------------------------------------
  06 footer
---------------------------------------------------------- */

#footer {	
	padding: 17px 0 40px;
	background: url(../img/common/bg_footer.gif) 0 0 repeat-x #353535;
}
#footer .footer_inner {
	width: 960px;
	margin: 0 auto;	
	text-align: left;
}
#footer .copyright {
	width: 250px;
	float: left;
	margin-top: 4px;
}
#footer ul {
	text-align: right;
}
#footer ul li {
	display: inline;
	color: #fff;
	background: url(../img/common/arrow01.gif) left center no-repeat;
	font-size: 11px;
	padding-left: 11px;
	margin-right: 13px;
}
#footer ul li a:link { color: #fff; text-decoration: none;}
#footer ul li a:visited { color: #fff; text-decoration: none;}
#footer ul li a:hover { color: #fff; text-decoration: underline;}
#footer ul li a:active { color: #fff; text-decoration: none;}
