@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.
 * 
 */
 html
{
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;

	*font-size:small; /* for IE */*font:x-small;
	background:#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 */


/*
	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, 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;
	border:none;
}
a {
	outline:none;
}


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

a,
a:link,
a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:none;
}

.clear { clear:both;}

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



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

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


#head {
	height:90px;
	margin:0 auto;
	padding:0;
	background:url(../img/common/head_bg.jpg) repeat-x bottom;
}
#header {
	width:950px;
	margin:0 auto;
	padding:0;
	position: relative;
}

#main {
	width:950px;
	margin: 0 auto;
	padding: 15px 0 30px 0;
}

#foot {
	height:122px;
	margin:0;
	padding:0;
	background:url(../img/common/foot_bg.gif) repeat-x;
}
#footer {
	width:950px;
	margin:0 auto;
	padding:0;
	position:relative;
}



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




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

#head h1 {
	margin:0;
	padding:30px 0 0 0;
	width:100px;
	float:left;
}

ul#gmenu {
	width:765px;
	height:53px;
	list-style:none;
	margin:0;
	padding:37px 0 0 0;
	float:right;
}
ul#gmenu li {
	float:left;
	margin:0;
	padding:0;
}

#header p.tel {
	position:absolute;
	top:10px;
	right:5px;
}
#header p.seo {
	position:absolute;
	top:10px;
	right:150px;
	font-size:85%;
	text-align:right;
}

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


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

#main ul#fbnr {
	margin:0;
	padding:30px 0 0;
}
#main ul#fbnr li {
	float:left;
	margin:0 6px 0 0;
	padding:0;
}
#main ul#fbnr li.last {
	margin-right:0;
}
	





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

/*
	Side LAYOUT
******************/




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



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

ul.fmenu {
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
}
ul.fmenu li {
	float:left;
	font-size:85%;
	color:#333;
	margin:0 15px 0 0;
	padding:0 0 0 8px;
	text-align:left;
	background:url(../img/common/fallow.gif) no-repeat 0 4px;
}

div#footer p#copyright {
	text-align:right;
	font-size:93%;
	color:#FFF;
	padding:0;
	margin:0;
	position:absolute;
	right:0;
	top:100px;
}
div#footer p#copyright span {
	font-family:Arial, Helvetica, sans-serif;
}
