/* ========== 目次 ==========



最終更新日：2010年5月6日



1：各要素のリセット

2：基本レイアウト

3：リンク

4：ヘッダ

5：ナビゲーション

6：メインコンテンツ

7：サイドバー

8：フッタ

9：テキスト関係

============================== */



/* ==============================

■1：各要素のリセット

============================== */

body#top {
	margin: 0px;
	text-align: center;
	background: #FFF url(../img_all/bg01.jpg) no-repeat center top;
}

body {
	margin: 0px;
	text-align: center;
	background: #FFF url(../img_all/bg02.jpg) no-repeat center top;
}

h1 {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	/* IE6-Win のみに必要 */
	font-size: 0px;
}

h1 a img {
	margin: 0px;
	padding: 10px 0px 9px;
}

h1#top img {
	margin: 0px 0px 100px;
	padding: 20px 0px;
	display: block;
}

h2 {
	margin: 15px 0px 0px;
	padding: 0px;
	background: url(../img_all/bg_h2.gif) no-repeat 45px 25px;
}

h2.green {
	background: url(../img_all/bg_h2_g.gif) no-repeat 45px 25px;
}

h2.pink {
	background: url(../img_all/bg_h2_p.gif) no-repeat 45px 25px;
}

h2.blue {
	background: url(../img_all/bg_h2_b.gif) no-repeat 45px 25px;
}

h2.orange {
	background: url(../img_all/bg_h2_o.gif) no-repeat 45px 25px;
}

h2.violet {
	background: url(../img_all/bg_h2_v.gif) no-repeat 45px 25px;
}

h2 img {
	margin: 0px;
	padding: 0px;
	float: left;
}

h2 span {
	margin: 8px 0px 0px;
	padding: 0px;
	font-size: 50%;
	float: right;
	font-weight: normal;
}

h2 span a {
	margin: 8px 0px 0px;
	padding: 0px 17px 0px 0px;
	background: url(../img_all/ya01_r.gif) no-repeat right center;
}

h3 {
	margin: 10px 0px 0px 31px;
	padding: 4px 12px 3px;
	width: 845px;
	background: url(../img_all/bg_h3_g.gif) no-repeat 0px 0px;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	height: 24px;
	clear: both;
}

h3.pink {
	background: url(../img_all/bg_h3_p.gif) no-repeat 0px 0px;
}

h3.blue {
	background: url(../img_all/bg_h3_b.gif) no-repeat 0px 0px;
}

h3.orange {
	background: url(../img_all/bg_h3_o.gif) no-repeat 0px 0px;
}

h3.violet {
	background: url(../img_all/bg_h3_v.gif) no-repeat 0px 0px;
}

h4 {
	margin: 0px 0px 10px;
	padding: 5px 0px 3px;
	font-size: 100%;
	border-top: #3C3;
	border-bottom: 2px dotted #3C3;
	border-right-color: #3C3;
	border-left-color: #3C3;
}

h5 {
	margin: 10px 0px;
	padding: 3px 0px 3px 21px;
	font-size: 90%;
	background: url(../img_all/poch04_g.gif) no-repeat 0px 5px;
	border-bottom: 3px solid #EEE;
	line-height: 120%;
}

h5.blue {
	background: url(../img_all/poch04_b.gif) no-repeat 0px 5px;
}

p {
	font-size: 90%;
	line-height: 170%;
	color: #333333;
	margin: 0px 0px 10px;
}

p.waku1 {
	margin: 0px;
	padding: 15px 15px 10px;
	display: block;
	border: 3px solid #F99;
	font-size: 100%;
	text-align: center;
}

p.waku1bb {
	margin: 0px;
	padding: 15px;
	display: block;
	border: 3px dotted #99F;
	font-size: 100%;
	text-align: center;
}

p.waku2 {
	margin: 0px;
	padding: 15px;
	display: block;
	border: 3px double #CCC;
	font-size: 100%;
	text-align: center;
}

p.waku3 {
	margin: 0px 0px 10px;
	padding: 5px 10px 3px;
	display: block;
	border: 1px solid #CCC;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol {
	line-height: 150%;
	margin-left: 0px;
}

/* ==============================

■2：基本レイアウト

============================== */
/* -------------------------------------

定番ハック

--------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */



#container {
	width: 886px;
	margin: 0px auto;
	padding: 0px 35px;
	text-align: left;
}

#sub {
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#main {
	margin: 0px 13px;
	width: 486px;
	padding: 0px;
}

#extra {
	width: 195px;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

/* 3カラムレイアウト */
#sub, #main, #extra {
	float: left;
/* IE6 対応 */
	display: inline;
}

#main-sub {
	width: 686px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/* 2カラムレイアウト */
#main-sub, #extra {
	float: left;
/* IE6 対応 */
	display: inline;
}

/* 1カラムレイアウト */
#main-sub-extra {
	width: 876px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	margin-right: auto;
	margin-left: auto;
}

.hr {
	margin: 20px 0px 25px;
	clear: both;
}

#preload {
	visibility: hidden;
}

/* ==============================

■3：リンク

============================== */

/* リンク画像 */

a img {
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
}

/* ==============================

■4：ヘッダ

============================== */

#header {
	padding: 0px;
	margin: 0px;
}

.skip {
	margin: 0px;
	padding: 0px;
}

/* IE6-Win のみに必要 */
.skip a {
	display: block;
	font-size: 0px;
}

#pan {
	font-size: 80%;
	padding: 0px 3px 2px;
	margin: 5px 45px 0px;
}

#pan span {
	padding: 0px 15px 0px 0px;
	margin: 0px 7px 0px 0px;
	background: url(../img_all/ya02_r.png) no-repeat right center;
}

#vision {
	margin: 24px 3px 24px 0px;
	padding: 0px;
	float: right;	
}

/* ==============================

■5：ナビゲーション

============================== */

ul#navi {
	padding: 0px;
	margin: 0px;
	list-style: none;
	/* これ↓が重要 */
	font-size: 0px;
}

ul#navi li {
	padding: 0px;
	margin: 0px;
	display: inline;
	float: left;
}

ul#navi li a {
	padding: 0px;
	margin: 0px;
	display: block;
}

ul#navi li a img {
	padding: 0px;
	margin: 0px;
}


/* ==============================

■6：メインコンテンツ

============================== */

.contents {
	margin: 0px;
	padding: 10px 12px 0px 43px;
}

/* -------------------------------------

floatをクリアするハック（新しいブラウザ用）

--------------------------------------*/

.contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* -------------------------------------

floatをクリアするハック（IE用）

--------------------------------------*/

.contents {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html .contents {
	height: 1%;
}

.contents {
	display: block;
}

/* End hides from IE-mac */

.contents img.fig {
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 0px;
}

.dan2-l {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
}

.dan2-r {
	margin: 0px;
	padding: 0px;
	float: right;
}

.dan2-50-l {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 47%;
}

.dan2-50-r {
	margin: 0px;
	padding: 0px;
	width: 47%;
}

.dan2-50-l, .dan2-50-r {
	float: left;
}

ul.news {
	font-size: 90%;
	line-height: 150%;
	color: #000;
	margin: 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

ul.news li {
	background: url(../img_all/pochi01.gif) no-repeat 0px 5px;
	padding: 3px 0px 10px 28px;
	list-style: none outside;
}

ul.news li span {
	color: #FF6600;
	padding-left: 10px;
}

ul.flower {
	font-size: 90%;
	line-height: 150%;
	color: #000;
	margin: 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

ul.flower li {
	background: url(../img_all/poch02_p.gif) no-repeat 0px 3px;
	padding: 3px 0px 10px 28px;
	list-style: none outside;
}

ul.flower_b {
	font-size: 90%;
	line-height: 150%;
	color: #000;
	margin: 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

ul.flower_b li {
	background: url(../img_all/poch02_b.gif) no-repeat 0px 3px;
	padding: 3px 0px 10px 28px;
	list-style: none outside;
}

ul.flower_o {
	font-size: 90%;
	line-height: 150%;
	color: #000;
	margin: 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

ul.flower_o li {
	background: url(../img_all/poch02_o.gif) no-repeat 0px 3px;
	padding: 3px 0px 10px 28px;
	list-style: none outside;
}

ul.info {
	font-size: 90%;
	line-height: 150%;
	color: #000;
	margin: 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

ul.info li {
	background: url(../img_all/poch03.gif) no-repeat 0px 5px;
	padding: 3px 0px 10px 28px;
	margin: 0px;
	list-style: none outside;
	position: static;
}

ul.info li span {
	color: #FF6600;
	padding-left: 10px;
}

dl.info2 {
	font-size: 90%;
	line-height: 180%;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px;
}

/* -------------------------------------

floatをクリアするハック（IE用）

--------------------------------------*/

dl.info2 {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html dl.info2 {
	height: 1%;
}

dl.info2 {
	display: block;
}

/* End hides from IE-mac */


dl.info2 dt {
	font-weight: bold;
	color: #333333;
	background: url(../img_all/poch04_g.gif) no-repeat right center;
	display: block;
	white-space: nowrap;
	width: 10em;
	float: left;
	padding-right: 20px;
	padding-bottom: 0px;
	text-align: right;
}

dl.info2 dt.pink {
	background: url(../img_all/poch04_p.gif) no-repeat right center;

}

dl.info2 dt.blue {
	background: url(../img_all/poch04_b.gif) no-repeat right center;

}

dl.info2 dd {
	color: #333333;
	padding-left: 9.5em;
	padding-bottom: 0px;
}

dl.info2 dd img {
	margin: 0px;
}

dl.info3 {
	font-size: 90%;
	line-height: 180%;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px;
}

/* -------------------------------------

floatをクリアするハック（IE用）

--------------------------------------*/

dl.info3 {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html dl.info3 {
	height: 1%;
}

dl.info3 {
	display: block;
}

/* End hides from IE-mac */


dl.info3 dt {
	font-weight: bold;
	color: #333333;
	background: url(../img_all/poch04_g.gif) no-repeat right center;
	display: block;
	white-space: nowrap;
	width: 4em;
	float: left;
	padding-right: 20px;
	padding-bottom: 0px;
	text-align: right;
	margin-bottom: 10px;
}

dl.info3 dt.pink {
	background: url(../img_all/poch04_p.gif) no-repeat right center;

}

dl.info3 dt.blue {
	background: url(../img_all/poch04_b.gif) no-repeat right center;

}

dl.info3 dd {
	color: #333333;
	padding-left: 3.5em;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.line_link {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 17px;
	background: url(../img_all/ya01_r.gif) no-repeat left center;
}

.w200 {
	width: 200px;
}

.w240 {
	width: 240px;
}

.w300 {
	width: 300px;
}

.w450 {
	width: 450px;
}

.w550 {
	width: 550px;
}

.w640 {
	width: 640px;
}

.w750 {
	width: 750px;
}

/* ==============================

■7：サイドバー

============================== */

.ad {
	margin: 0px;
	padding: 15px 0px 0px;
	clear: both;
	text-align: right;
}

.ad img {
	margin: 0px 0px 5px;
	padding: 0px;
	vertical-align: bottom;
}

/* ==============================

■8：フッタ

============================== */

.line-1st {
	font-size: 80%;
	background:  url(../img_all/ya01_ue.gif) no-repeat right center;
	float: right;
	padding: 2px 15px 2px 20px;
	margin: 10px 10px 10px 0px;
	clear: both;
}

/* -------------------------------------

floatをクリアするハック（新しいブラウザ用）

--------------------------------------*/

.line-1st:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer {
	width: 860px;
	padding: 10px 10px 20px;
	margin: 0px;
	clear: both;
	background: url(../img_all/bg_footer.jpg) no-repeat center bottom;
	height: 24px;
	vertical-align: bottom;
}

#footer ul {
	font-size: 85%;
	line-height: 110%;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#footer ul li {
	padding: 0;
	margin: 0px;
	list-style: none outside;
	display: inline;
}

#footer ul li a {
	background: url(../img_all/ya02_r.gif) no-repeat 0px 4px;
	padding: 3px 10px 10px 17px;
	margin: 0px;
}

#footer ul li a:hover {
	background: url(../img_all/ya01_r.gif) no-repeat 0px 4px;
}


/* ==============================

■9：テキスト関係

============================== */

.small {
	font-size: 80%;
	font-weight: normal;
	margin: 5px 0px 0px;
}

.small-c {
	font-size: 80%;
	font-weight: normal;
	margin: 5px auto 0px;
}

.small-r {
	font-size: 80%;
	font-weight: normal;
	float: right;
	margin: 2px 0px 0px;
}

.large {
	font-size: 120%;
	font-weight: bold;
}

.gray {
	color: #999999;
}

.red {
	color: #FF0000;
}

.mikan {
	color: #FF9900;
}

.green {
	color: #00CC00;
}

