@charset "utf-8";

/*全ページ共通*/
/*------------------------------*/
html {
	background: url(../img/common/back.png) repeat-y center top #E3F3AD;
}
body {
	font-size: 12px;
	line-height:140%;
	color: #666666;
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック";
	text-align:center;
}
* html body {
	font-size: 75%;
} 
img {
	border:none;
}
.clear {
	clear:both;
	overflow:hidden;
}
ul, li, ol, dl, dt, dd {
	margin:0;
	padding:0;
}
li {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	margin:0;
	padding:0;
}
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6 {
	font-size: 75%;
}
a {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #FF8533;
	text-decoration: underline;
}
#page {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}
/*ヘッダ*/
/*------------------------------*/
#head {
	background: url(../img/common/head-back.png) repeat-x bottom;
	padding: 6px 20px 5px 20px;
	min-height: 1px;
}
* html #head {
	height: 1px;
} 
#head:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*ヘッダ ロゴ*/
/*------------------------------*/
#head #logo {
	background: url(../img/common/logo.png) no-repeat bottom;
	width: 225px;
	height: 43px;
	float:left;
	padding-top: 6px;
	margin:0;
}
#head #logo a {
	display:block;
	height: 43px;
	text-indent: -9999px;
	overflow:hidden;
}
/*ヘッダ　レイアウト用*/
/*------------------------------*/
#head div {
	float: left;
	width: 620px;
	margin-left: 13px;
}
/*ヘッダ　リード文*/
/*------------------------------*/
#head h1 {
	text-align: right;
	font-size: 80%;
	color: #999999;
	margin: 0;
	font-weight: normal;
}
/*ヘッダ　電話番号*/
/*------------------------------*/
#head div p.tel {
	float:right;
	background: url(../img/common/head-tel.png) no-repeat;
	width: 210px;
	height: 21px;
	margin: 10px 0 0 18px;
	text-indent: -9999px;
}
/*ヘッダ　文字サイズ制御*/
/*------------------------------*/
#head div dl {
	float:right;
	background: url(../img/common/head-bar.gif) no-repeat center right;
	width: 128px;
	height:37px;
	margin: 5px 0 5px 0;
	padding:0;
}
#head div dt {
	float:left;
	background: url(../img/common/head-fontsize.gif) no-repeat;
	width: 64px;
	height: 10px;
	margin: 13px 0 0 0;
	text-indent:-9999px;
}
#head div dd {
	float:left;
	width: 20px;
	margin: 6px 3px 0 0;
}
#head div dd a {
	display:block;
	text-indent:-9999px;
	overflow: hidden;
	height: 20px;
	background: no-repeat;
}
#head div dd#mini a {
	background-image:url(../img/common/head-fontsize-m.gif);
}
#head div dd#big a {
	background-image:url(../img/common/head-fontsize-b.gif);
}
/*ヘッダ　ナビゲーション*/
/*------------------------------*/
#navi {
	clear:both;
	margin: 10px 0 5px 545px;
	min-height: 1px;
}
* html #navi {
	height: 1px;
} 
#navi:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#navi li {
	float:left;
	margin: 0 2px 0 0;
}
#navi li a {
	display:block;
	text-indent:-9999px;
	overflow: hidden;
	width: 110px;
	height: 24px;
	background-repeat:no-repeat;
	background-position: top;
}
#navi li a:hover {
	background-position: bottom;
}
#navi li#naviHome a {
	background-image:url(../img/common/navi-home.png);
}
#navi li#naviPrivacy a {
	background-image:url(../img/common/navi-privacy.png);
}
#navi li#naviContact a {
	background-image:url(../img/common/navi-contact.png);
}

/*内容*/
/*------------------------------*/
#contents {
	float: right;
	width: 640px;
	margin: 5px 20px 25px 0;
}
* html #contents {
	display:inline;
}

/*内容 ページ共通基本パーツ*/
/*------------------------------*/

/*内容 ページ共通基本パーツ 見出し*/
/*------------------------------*/
h2 {
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	text-indent: -9999px;
}
#contents h3 {
	background-repeat: no-repeat;
	height: 30px;
	text-indent: -9999px;
}
/*内容 ページ共通基本パーツ ページ内リンク*/
/*------------------------------*/
#pageNavi {
	background: url(../img/common/page-navi-back.png) no-repeat;
	height: 40px;
	margin: 10px 0 20px 0;
}
#pageNavi li {
	background: url(../img/common/page-navi-icon.gif) no-repeat center left;
	padding: 0 0 0 15px;
	margin: 0 0 0 17px;
	width: 155px;
	height: 40px;
	line-height:40px;
	float:left;
}
* html #pageNavi li {
	display:inline;
}
#pageNavi li a {
	color:#666666;
	text-decoration:none;
}
#pageNavi li a:hover {
	color: #FF8533;
	text-decoration: underline;
}
/*内容 ページ共通基本パーツ 段落*/
/*------------------------------*/
#contents p {
	font-size: 115%;
	line-height: 140%;
	margin: 15px 20px 25px 20px;
}
/*内容 ページ共通基本パーツ　緑のグラデ枠*/
/*------------------------------*/
.frame {
	background: url(../img/common/frame-back1.gif) top no-repeat;
	margin: 1px 0 0 0;
	padding: 10px 0 0 0;
}
.frame div {
	background: url(../img/common/frame-back2.gif) repeat-y;
}
.frame div div {
	background: url(../img/common/frame-back3.gif) bottom no-repeat;
	padding: 0 10px 10px 10px;
}
/*内容 ページ共通基本パーツ　緑のグラデ枠　中もグラデーション*/
/*------------------------------*/
.frame div div div.gradation {
	background: url(../img/common/frame-back-gradation.gif) top repeat-x #FFFFFF;
	padding: 0 0 0 0;
}
/*内容 ページ共通基本パーツ　「・」付きリスト*/
/*------------------------------*/
ul.list li {
	background: url(../img/common/ul-dot.png) left top no-repeat;
	padding: 0 0 5px 10px;
}
/*内容 ページ共通基本パーツ　緑枠つきテーブル*/
/*------------------------------*/
.frameTable {
	border: 1px solid #94CB11;
	padding: 9px;
	background-color: #E3F3AD;
	margin: 10px 10px 0 10px;
	font-size: 115%;
	line-height: 140%;
}

.frameTable table {
	border-collapse: collapse;
	border: 1px solid #94CB11;
	background-color: #FFFFFF;
	width: 100%;
}
* html .frameTable table {
	width: 600px;
}
.frameTable td, .frameTable th {
	border: 1px solid #94CB11;
	padding: 10px 12px;
}
* html .frameTable td, * html .frameTable th {
	font-size: 85%;
	line-height: 140%;
}
.frameTable th {
	background-color: #FFFFEA;
	text-align:left;
	vertical-align: middle;
}
/*内容 ページ共通基本パーツ　PageTop*/
/*------------------------------*/
#contents p.gotoPageTop {
	padding: 26px 0 13px 0;/*マージンで指定するとIE6でバグがでる*/
	margin: 0;
	min-height: 1px;
}
* html #contents p.gotoPageTop {
	height: 1px;
} 
#contents p.gotoPageTop:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#contents p.gotoPageTop a {
	display: block;
	background-image: url(../img/common/goto-pagetop.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 59px;
	height: 11px;
	float:right;
	text-indent: -9999px;
	overflow:hidden;
}
#contents p.gotoPageTop a:hover {
	background-position: left -15px;
}

/*内容 ページ下部の電話番号など*/
/*------------------------------*/
#info {
	margin: 0;
	background: url(../img/common/info-back3.png) no-repeat bottom;
	padding-bottom: 15px;
}
#info dl {
	background: url(../img/common/info-back2.png) repeat-y;
	min-height: 1px;
}
* html #info dl {
	height: 1px;
} 
#info dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#info dt {
	background: url(../img/common/info-back1.png) no-repeat top;
	padding: 18px 20px 0 20px;
	font-weight: bold;
	font-size: 125%;
}
#info dt span {
	display:block;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #CCCCCC;
}
#info dd {
	float:left;
}
#info dd.tel {
	background: url(../img/common/info-tel.png) no-repeat;
	width: 321px;
	height: 42px;
	margin: 11px 24px 0 20px;
	text-indent: -9999px;
}
* html #info dd.tel {
	display:inline;
} 
#info dd.mailto {
	width: 259px;
	margin: -15px 0 0 0;
}
#info dd.mailto a {
	display:block;
	background-image: url(../img/common/info-mail.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 77px;
	text-indent: -9999px;
	overflow:hidden;
}
#info dd.mailto a:hover {
	background-position: bottom;
	}
	
/*メニュー*/
/*------------------------------*/
#menu {
	float:left;
	width: 200px;
	margin: 3px 0 25px 20px;
}
* html #menu {
	display:inline;
} 
#menu dl {
	margin: 0 0 7px 0;
	border-bottom: 1px solid #CCCCCC;
}
#menu dt {
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
	text-indent:-9999px;
	border-bottom: 1px solid #CCCCCC;
}
#menu1 dt {
	background-image: url(../img/common/menu-tit1.png);
	height: 33px;
}
#menu2 dt {
	background-image: url(../img/common/menu-tit2.png);
	height: 34px;
}
#menu dd {
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(../img/common/menu.png);
	margin: 0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#menu dd a{
	padding: 0 0 0 30px;
	display: block;
	line-height: 36px;
	min-height: 36px;
	color: #666666;
	text-decoration:none;
}
* html #menu dd a {
	height: 36px;
} 
#menu dd a:hover {
	color: #FF8533;
	text-decoration: underline;
}

/*フッタ*/
/*------------------------------*/
#footer {
	clear: both;
	border-top: 1px solid #EEEEEE;
}
/*フッタ ナビゲーション*/
/*------------------------------*/
#footer ul {
	background-color: #EEEEEE;
	margin: 1px 0;
	padding: 5px 0;
	text-align:center;
}
#footer ul li {
	display:inline;
	border-left: 1px solid #666666;
	padding: 0 5px;
	line-height: 110%;
}
#footer ul li.first {
	border-left: none;
	padding-left: 0;
}
#footer ul li a {
	color: #666666;
	text-decoration:none;
}
#footer ul li a:hover {
	color: #FF8533;
	text-decoration: underline;
}
/*フッタ　コピーライト*/
/*------------------------------*/
#footer p {
	background: url(../img/common/copyright.png) repeat-x bottom;
	padding: 0;
	margin: 0;
	height: 59px;
	text-align:center;
	line-height: 59px;
	border-top: 1px solid #EEEEEE;
}
