@charset "UTF-8";

/*
	Reset
*******************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
li {list-style:none;}
img {border:0;}

/* Yahoo UI Font CSS
-----------------------------------------------
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0pr2

Font-size Adjustment.
	77% = 10px	|	123.1% = 16px	|	167% = 22px
	85% = 11px	|	131% =  17px	|	174% = 23px 
	93% = 12px	|	138.5% = 18px	|	182% = 24px 
	100% = 13px	|	146.5% = 19px	|	189% = 25px 
	108% = 14px	|	153.9% = 20px	|	197% = 26px 
	116% = 15px	|	161.6% = 21px	| 
----------------------------------------------- */ 
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	-webkit-text-size-adjust: 100%;

*font-size:small; /* for IE */*font:x-small; /* for IE in quirks mode */		background-color: #FFF;

}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select,input,button,textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}



/*
	clearfix
*******************************/
.clearfix:after { content: " ";  display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0;  }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {
    zoom: 1; /* for IE5.5 - IE7 */
}


/*
	replaceImg
*******************************/
.replaceImg { text-indent: -9999px; overflow: hidden; background-repeat: no-repeat;}


/*
	BASE
*******************************/
/*body { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro',Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;}*/

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro',Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	margin: 0;
	padding: 0;
}

body > #container {
	height: auto;
	/*background-color: #FFF;*/
}
/*dt,dd,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,a { font-size:93%;}
*/
body * {line-height:1.22em;}

img {
	vertical-align:bottom;
	line-height:0;
}


p,th,td,dt,dd,li,h1,h2,h3,h4,h5,h6 { color:#222;}

a,
a:link,
a:visited {
	color:#333;
	text-decoration:underline;
	line-height:inherit;
}
a:hover {
	color:#336699;
	text-decoration:none;
}

a img {
	outline:none;
	border:none;
}

.clear { clear:both;}

/*
img,
object {
	max-width:100%;
}*/


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



/*
	BASE LAYOUT
******************/

#container {
	margin:0;
	padding:0;	
}

#main {
	width: 970px;
	margin: 0 auto 45px;
	padding: 0; /*
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px; 
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px;
	
	border-radius: 0 0 10px 10px;!important
	-webkit-border-radius: 0 0 10px 10px;!important
    -moz-border-radius: 0 0 10px 10px;!important*/
	
}

div#main p {
	color:#333;
	font-size:108%;
	line-height:180%;
}



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




/*
	Header LAYOUT
******************/

#head {
	width:100%;
	height:110px;
	margin:0;
	padding:0;
	border-top:2px solid #369;
}

#header {
	margin:0 auto;
	padding:0;
	width:960px;
	position:relative;
}
#header h1 {
	margin:0;
	padding:3 0;
	color:#333;
	font-size:93%;
	line-height:150%;
	position:absolute;
	top:3px;
	left:0;
}
#header #logo {
	margin:0;
	padding:35px 0 0 0;
	float:left;
}
#header ul {
	position:absolute;
	top:15px;
	right:0;
}
#header li {
	float:left;
	margin:0;
	padding:0 0 0 30px;
	line-height:120%;
	color:#339966;
	position:relative;
}
#header li a,
#header li a:link,
#header li a:visited {
	font-size:100%;
	line-height:inherit;
	color:#333;
	text-decoration:none;
}
#header li a:hover {
	color:#336699;
}
#header li i {
	font-size:116%;
	position:absolute;
	top:-3px;
	left:12px;
	color:#369;
}
#header img.tel {
	position:absolute;
	top:42px;
	right:0;
}


div#menu {
	width:100%;
	height:60px;
	margin:0 0 10px;
	padding:0;
	background:url(../img/menu/menu_bg.png) repeat-x;
}
div#menu ul {
	width:973px;
	margin:0 auto;
	padding:0;
}
div#menu li {
	float:left;
	margin:0;
	padding:0;
}


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

/*
	Contents LAYOUT
******************/

div#navi {
	width:940px;
	margin:0 auto;
	padding:5px 0 15px 0;
	font-size:93%;
	line-height:100%;
}
div#navi a,
div#navi a:link,
div#navi a:visited {
	color:#333;
	text-decoration:underline;
}
div#navi a:hover {
	text-decoration:none;
}
div#navi i {
	font-size:85%;
	color:#336699;
	margin-right:5px;
}

div#contents {
	width:720px;
	float:right;
	margin:0;
	padding:0;
}


/*
	Footer LAYOUT
******************/

div#foot {
	width:100%;
	margin:0;
	padding:20px 0;
	background:#336699;
}

div#footer {
	width:960px;
	margin:0 auto;
	padding:0;
}
div#fmenu {
	width:630px;
	float:left;
	margin:0 0 10px;
	padding:3px 0 0 0;
}

ul#fmenu {
	margin:0 0 5px;
	padding:0 0 10px 0;
}
ul#fmenu li {
	margin:0 10px 0 0;
	padding:0 5px 0 30px;
	float:left;
	position:relative;
}
ul#fmenu li a,
ul#fmenu li a:link,
ul#fmenu li a:visited {
	font-size:100%;
	line-height:120%;
	color:#FFF;
	text-decoration:none;
}
ul#fmenu li a:hover {
	text-decoration:underline;
}
ul#fmenu li i {
	font-size:116%;
	position:absolute;
	top:-2px;
	left:12px;
	color:#FFF;
}

ul#fmenu2 {
	margin:0 0 10px;
	padding:0;
}
ul#fmenu2 li {
	margin:0 10px 0 0;
	padding:0 5px 0 30px;
	float:left;
	position:relative;
}
ul#fmenu2 li a,
ul#fmenu2 li a:link,
ul#fmenu2 li a:visited {
	font-size:100%;
	line-height:120%;
	color:#FFF;
	text-decoration:none;
}
ul#fmenu2 li a:hover {
	text-decoration:underline;
}
ul#fmenu2 li i {
	font-size:116%;
	position:absolute;
	top:-2px;
	left:12px;
	color:#FFF;
}


div#footer div#company {
	float:right;
	margin:0;
	padding:0;	
}
div#footer div#company dl {
	margin:0;
	padding:0;
}
div#footer div#company dt,
div#footer div#company dd {
	color:#FFF;
}
div#footer div#company dt {
	margin:0 0 5px;
	padding:0;
	font-size:153.9%;
	font-weight:bold;
}
div#footer div#company dd {
	font-size:93%;
	line-height:150%;
}




div#copyright {
	font-size:93%;
	color: #FFF;
	text-align:center;
	margin:0;
	padding:15px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
}


@media screen and (max-width:480px){
}
