@charset "UTF-8";
/* ------------------------------------------- CSS Information
 File Name:      common.css
 Author:         Real Needs Creates
 Style Info:     common Setting in the Site
 Date:			 20100201
----------------------------------------------------------- */

/* Resset Setting
====================================================================== */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td  {  
	margin: 0;  padding: 0;  
}

/* font-size Setting */
h1, h2, h3, h4, h5, h6  {  
	font-size: 100%;
	text-align:left;  
}

body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif,
	Geneva, Arial, Helvetica;	/* for IE 7 */
	font-size: 75%;
	line-height: 180%;
	text-align:center; /*for IE5 center page setting*/ 
}

html>/**/body {  
	font-size: 12px;  
} 

/* MAC,Win Vista*/  
* + html body {  
	font-family: "メイリオ","Meiryo";  
}

/* Firefoxのスクロールバーの有無でセンタリング位置がズレるのを解消する*/ 
html {
	overflow-y: scroll;
}

address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}

/* tableにつく余白を消す*/ 
table	{
	border-collapse: collapse;
	border-spacing: 0;
}

/* under IE 6, Mac IE4,5 font-size in table */
* html table {
	font-size:100%;
	line-height:150%;
}

caption, th	{
	text-align: left;
}

li  {  
	list-style-type: none;  
}

img {  
	border: 0;  
}


/* Basic Setting 
====================================================================== */

body{
	background-color:#ffffff;
	background-image:url(../images/common/bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}

a {
	overflow/**/: hidden;
	color: #268C36;
}

a:link {
	color: #63a030;
	text-decoration: underline;
}

a:visited {
	color: #63a030;
	text-decoration: underline;
}

a:active {
	color: #63a030;
	text-decoration: none;
}

a:hover {
	color: #63a030;
	text-decoration: none;
}

p {
	text-align:left;
	color:#333333;
}

.clear {
	clear: both;
}

.hide {
	text-indent: -9999px;
}

/*clearfix
------------------------------------------*/
#menu:after,
#contents:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#menu, 
#contents { display: inline-block; }

/* exlude MacIE5 \*/
*html #menu,
*html #contents,
*html .clearfix { height: 1%; }

#menu, #contents, .clearfix { display: block; }
/* end MacIE5 */



/* Layout Setting
====================================================================== */

#container {
	width: 802px;
	margin: 0 auto;
	text-align: left;
}


/* header
------------------------------------------------------------------*/
#header {
	height:90px;
	position:relative;
	background-image:url(../images/common/header_bg.jpg);
	background-repeat:no-repeat;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}


#header h1{
	position:absolute;
	top:5px;
	right:10px;
	font-weight: normal;
	font-size:90%;
}


#header img {
	position:absolute;
	top:0;
	left:30px;
}

#header p{
	text-indent:-9999px;
}

#header small{
	font-size:90%;
	font-weight:normal;
	color:#333333;
	letter-spacing:normal;

}


/* mein Menu
------------------------------------------------------------------*/
#menu {
	background-image:url(../images/common/navi_bg.jpg);
	background-repeat:repeat-x;
	width:802px;
	height:40px;
}

#menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
	height:40px;
	overflow:hidden;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#menu li {
	float: left;
	width: 110px;
	height:40px;
	margin:0;
	padding:0;
}

#menu li a {
	display:block;
	width: 100%;
	height:40px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent:-9999px;
	background-image:url(../images/common/navi.jpg);

}

#menu a:hover {
	width: 110px;
	height:40px;
}


/*off
----------------------------------------------------*/
#navi01 a {background-position: 0 0;}
#navi02 a {background-position: -110px 0;}
#navi03 a {background-position: -220px 0;}
#navi04 a {background-position: -330px 0;}
#navi05 a {background-position: -440px 0;}
#navi06 a {background-position: -550px 0;}
#navi07 a {background-position: -660px 0;}


/*on
----------------------------------------------------*/
#navi01 a:hover {background-position:0 -40px;}
#navi02 a:hover {background-position:-110px -40px;}
#navi03 a:hover {background-position:-220px -40px;}
#navi04 a:hover {background-position:-330px -40px;}
#navi05 a:hover {background-position:-440px -40px;}
#navi06 a:hover {background-position:-550px -40px;}
#navi07 a:hover {background-position:-660px -40px;}



/*contents
------------------------------------------------------------------*/
#contents{
	clear:both;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color:#FFFFFF;
}

/*main
------------------------------------------------------------------*/
#main {
	float: right;
	width: 533px;
	display: inline;
	margin-right: 30px;
	padding:0 0 30px 0;
}

/*sub
------------------------------------------------------------------*/
#sub {
	float: left;
	width: 180px;
	display: inline;
	margin:20px 0 30px 30px;
}

#subcontact{
	background-image:url(../images/common/contact_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}

#subcontact ul{
	background-image:url(../images/common/contact_bg2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:35px 10px 15px 10px;
	margin-bottom:20px;
}

/* IE6 */
*html #subcontact ul{
	height:220px;
}

/* IE7 */
*:first-child+html #subcontact ul{
	height:220px;
}

#subcontact ul li {
	background-image:none;
	font-size: 95%;
	line-height:150%;
	padding:5px 0;
	border-bottom: 1px dotted #CCCCCC;
}

#subcontact ul li.tel_mark{
	background-image:url(../images/common/tel.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

#subcontact ul strong{
	font-size:120%;
	line-height:200%;
}

#sub ul.bunner{
	background-image:none;
}

#sub ul.bunner li{
	margin-bottom:20px;
}

/*sub menu
----------------------------------------*/
#sub ul.sidemenu{
	margin-bottom: 20px;
}

#sub ul.sidemenu li {
	background-image:url(../images/common/submenu_bg.jpg);
	background-repeat:no-repeat;
}

#sub ul.sidemenu a {
	color: #666666;	
	text-decoration: none;
	text-align: center;	
	border-bottom: 1px solid #aeaeae;
	display: block;
	width: 180px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#sub ul.sidemenu a:hover {
	background: #f7f7f7;	/*オーバー時の背景色*/
	color: #268C36 ;		/*オーバー時の文字色*/
}


/* footer
------------------------------------------------------------------*/
#footer {
	width:802px;
	height:98px;
	background-image:url(../images/common/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	clear: both;
	position:relative;
}

#footer p{
	color: #FFFFFF;
	font-size:80%;
	text-align: left;
	position:absolute;
	bottom:5px;
	left:20px;
}

/* footer navigation */
#footer ul {
	margin:0;
	padding:0;
	position:absolute;
	left:100px;
	top:20px;
}

#footer ul li {
	display:inline;
	list-style-type:none;
	border-left:1px solid #FFFFFF;
	margin:0;
	padding:0 1em;
	font-size:95%;
}

#footer li.last {
	border-right:1px solid #FFFFFF;
}


/* footer navigation link setting */
#footer ul li a{
	color:#FFFFFF;
}

#footer ul li a:link {
	color:#FFFFFF;
	text-decoration: none;
}

#footer ul li a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

#footer ul li a:active {
	color:#473527;
	text-decoration: none;
}

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