@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;
}

th{
	font-weight:normal;
}

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

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;
}

#main p {
	text-align:left;
	color:#333333;
	margin:0 0 2em 1em;
}

.clear {
	clear: both;
}

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

hr {
	border:1px dotted #CCCCCC;
	clear:both;
}

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

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

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

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



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

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

}


/* header
------------------------------------------------------------------*/
#header {
	height:105px;
	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;
	bottom:0;
	left:0;
}

#header p{
	position:absolute;
	text-indent:-9999px;
	background-image:url(../images/common/header_tel.jpg);
	background-repeat:no-repeat;
	width:365px;
	height:65px;
	bottom:0;
	right:0;
}


/* mein Menu
------------------------------------------------------------------*/

#globalNavi{
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
    z-index: 9999;
	background-image:url(../images/common/navi_bg.jpg);
	background-repeat:repeat-x; 
}

#globalNavi, #globalNavi ul {
	height:37px;
	margin:0;
	padding:0;
	list-style-type:none;
}

#globalNavi	{
	position:relative;
}
#globalNavi li	{
	float:left;
	position:relative;
	width: 133px;
	height:37px;
	margin:0;
	padding:0;
}


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

}

#globalNavi a:hover {
	width: 133px;
	height:37px;
}


/*off
----------------------------------------------------*/
#navi01 a {background-position: 0 0;}
#navi02 a {background-position: -133px 0;}
#navi03 a {background-position: -266px 0;}
#navi04 a {background-position: -399px 0;}
#navi05 a {background-position: -532px 0;}
#navi06 a {background-position: -665px 0;}

/*on
----------------------------------------------------*/
#navi01 a:hover {background-position:0 -37px;}
#navi02 a:hover {background-position:-133px -37px;}
#navi03 a:hover {background-position:-266px -37px;}
#navi04 a:hover {background-position:-399px -37px;}
#navi05 a:hover {background-position:-532px -37px;}
#navi06 a:hover {background-position:-665px -37px;}



/* pulldown
----------------------------------------------------------- */
#globalNavi ul {
	width: 12em;
	position: absolute;
	top: 37px;
	left: 0px;
	display: none;
	height:auto;
}

#globalNavi ul li{
	width: 12em;
	border-bottom: 1px solid #cccccc;
	border-left: 3px solid #268C36;
}

#globalNavi ul li a	{
	background-image:none;
	width: 12em;
	display: block;
	background-color:#eeeeee;
	line-height:3em;
	text-indent:10px;
	color: #333333;
	text-decoration: none;
}
#globalNavi ul li a:hover	{
	width: 12em;
	background: #268C36;
	color: #FFF;
}



/* 追加項目
----------------------------------------------------------- */
#globalNavi ul li ul {
	top: 5px;
	left: 12em;
}

#globalNavi ul li ul li a	{
	background-color:#ffffff;
}


#globalNavi ul ul{
display:none;
}



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



/*パンくずリスト
----------------------------------------------------*/

#topicPath {  
	padding:10px 20px 10px 0;
	text-align:right;  
}
  
#topicPath li {  
	display:inline;  
	line-height:110%;  
	list-style-type:none;  
}
  
#topicPath li a {  
	padding-right:10px;
	background-image:url(../images/common/topicpath.gif);
	background-repeat:no-repeat;
	background-position:center right;
} 
  
  

/*main
------------------------------------------------------------------*/
#main {
	float: right;
	width: 560px;
	display: inline;
	margin-right: 20px;
	padding:0 0 30px 0;
}
#main #bgcolor {
	background-color: #FFC;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}

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

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

#subcontact ul{
	background-image:url(../images/common/sideContact_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:55px 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;
}

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

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

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

#sub dl.sidemenu dt {
	background-image:url(../images/common/sidemenu_midashi.gif);
	background-position:top;
	background-repeat:no-repeat;
	display: block;
	width: 180px;
	height:40px;
	line-height:3.2em;
	text-indent:28px;
}

#sub dl.sidemenu dd a {
	color: #333333;	
	background-image:url(../images/common/sidemenu_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	display: block;
	width: 180px;
	height:39px;
	text-indent:15px;
	line-height:3em;
	text-decoration:none;
}

#sub dl.sidemenu dd a:hover {
	background-image:url(../images/common/sidemenu_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color: #268C36 ;		/*オーバー時の文字色*/
}


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

#footer address{
	padding:10px 0 0 0;
	color: #FFFFFF;
	font-size:90%;
	text-align:center;
}

/* footer navigation */
#footer ul {
	margin:0;
	padding:10px 0;
	text-align:center;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

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

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


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

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

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

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

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

