﻿@charset "utf-8";

/*-----------------------------------------------------------
  読みやすくする為にもCSSの記述の仕方は統一させましょう。
  例：
body {
	margin:0;
	padding:0;
}

  コメントアウトも有効に使用し、分かりやすく整理しましょう。
  その他細かいことは、http://css-happylife.com/を参照して下さい。

-----------------------------------------------------------*/

/*
 コメントアウト 
----------------------------------------------------------- */
* {   
    margin:0;   
    padding:0;   
}


body {
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:80%;
	color:#000;
	background-color: #BFBB84;
}   
h2,h3,h4,h5,h6 {   
    font-weight:normal;   
    font-family:Verdana;   
}   
p,li {   
    line-height:160%;   
}   
p {   
    margin:0 0 1em 0;   
}   
li {   
    list-style-type:none;   
}   
img {   
    border:0;   
}   
/*  
 Link Color [  
----------------------------------------------------------- */  
a {   
    text-decoration:none;   
}   
a:link {   
    color:#BFBB84;   
}   
a:visited {   
    color:#BFBB84;   
}   
a:hover {   
    text-decoration:underline;   
}   
a:active {
	color:#BFBB84;
}  

#page {
	width:750px;
	margin:0 auto;
	background-color: #BFBB84;
}

/*  
 header [  
----------------------------------------------------------- */  
h1 {
	line-height:1px;
	font-size:1px;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	height: 88px;
	background-image: url(../img/bg_head.png);
	background-repeat: no-repeat;
} 

/*  
 container  
 side [  
----------------------------------------------------------- */  
#side {
	float:left;
	width:148px;
	margin-right:10px;
	border:1px solid #D9D3B4;
	background-color: #D9D3B4;
	background-image: url(../img/bg_sidemenu.gif);
	background-repeat: repeat-y;
} 

#side h2 {
	margin-bottom:10px;
	padding:3px 8px;
	font-size:120%;
	letter-spacing:.2em;
	text-transform:uppercase;
	background-color: #252601;
	color: #D9D3B4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D3B4;
}   
#side ul {   
    margin-left:10px;   
}   
#side ul li {   
    margin-bottom:10px;   
}   
#side ul li a {
	padding:3px 5px 3px 23px;
	font-size:115%;
	line-height:120%;
	color:#252601;
	background-image: url(../img/tag_blue.png);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
}

/*  
 container  
 main [  
----------------------------------------------------------- */  
#main {
	float:left;
	width:570px;
}

#main h2 {
	clear:both;
	margin-bottom:10px;
	padding:10px 15px;
	font-size:100%;
	letter-spacing:0.2em;
	text-transform:uppercase;
	color: #D9D3B4;
	text-align: right;
	background-color: #736F36;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D3B4;
}

#main h3 {
	margin-bottom:5px;
	padding:7px;
	background:#252601;
	border:1px solid #D9D3B4;
	font-size:115%;
	letter-spacing:0.1em;
	clear: both;
	color: #D9D3B4;
}
#main h4 {
	margin-bottom:5px;
	padding-left:5px;
	border-left:3px solid #252601;
	font-size:115%;
	font-weight:bold;
	clear: both;
	color: #FFF;
}

#main .section {   
    margin:0 10px 20px;   
}   
#main .section p img {   
    float:right;   
    margin:0 0 5px 10px;   
} 

#main .section2 {

    margin:0 10px 20px;
}
#main .section2 p img {
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#main .more {
	position:relative;
}   
#main .more a {
	position:absolute;
	right:20px;
	padding:0 5px 0 18px;
	background:#FFF url(../img/list_02.gif) no-repeat 5px .5em;
	color:black;
	top: -35px;
}   
#main .more a:hover {   
    text-decoration:none;   
}


/*  
 main link [  
----------------------------------------------------------- */ 

#main .link ul {

    margin-left:10px;
}

#main ul li {

    margin-bottom:10px;
}

#main .link ul li a {

	padding:3px 5px 3px 23px;
	font-size:100%;
	line-height:120%;
	color:#DD7000;
	background-image: url(../img/list_02.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
}

/*  
 gallery box[  
----------------------------------------------------------- */  
#table h6 {
	font-weight: normal;
	color: #009999;
	clear: both;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #009999;
	padding: 2px;
	margin-right: 5px;
	font-size: 100%;
}

div.gallery{
	width:220px;
	padding:10px 10px 3px;
	border:3px solid #ccc;
	margin:10px;
	float:left;
}
 
div.gallery p.imageText{
	height:4.8em;
	line-height:1.1;
	overflow:hidden;
	margin:0;
}
 
div.gallery p.image{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.info {
	color: #252601;
	background-color: #FFF;
	margin-top: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #252601;
	background-image: url(../img/ya_004.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 0.5em 0.7em;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #252601;
}

/*  
 maintext [  
----------------------------------------------------------- */  
#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
.strong {color: #FF6900}

/* 


/*  
 container [  
----------------------------------------------------------- */  
#container {
	float:left;
	margin-bottom:10px;
	padding:0 10px;
	background-color: #736F36;
	background-image: url(../img/bg_side.gif);
	background-repeat: repeat-y;
	background-position: 150px 0px;
}

/*  
 foot [  
----------------------------------------------------------- */  
#foot {
	clear:both;
	margin:0 10px;
	padding:5px 0 10px 0;
	text-align:center;
	border-top:1px solid #D9D3B4;
}

#foot p {   
    margin:0 0 2px 0;   
}   
#foot address {   
    font-style:normal;   
} 
strong {
	font-weight: normal;
	color: #252601;
}

/* 
 タブとよくある質問の指定ココから▽▽▽
----------------------------------------------------*/

.tabContainer {
	width: 500px;
	background-color: #D9D3B4;
}

/* Q&A */
.tabContainer dl {
	clear: both;
	width: 470px;
	padding: 15px;
	background: url(../img/bg_qa.gif) no-repeat;
}

/* Q */
.tabContainer dl dt {
	margin: 0 0 5px;
	padding-left: 25px;
	font-weight: bold;
	background-repeat: no-repeat;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #252601;
}

/* A */
.tabContainer dl dd {
	margin-bottom: 15px;
	padding: 0 10px 0 25px;
	border-bottom: 1px dotted #CCC;
	background-color: #D9D3B4;
}

/*----------------------------------------------------
 * 
 * タブとよくある質問の指定ココまで△△△
 * 
----------------------------------------------------*/


/*----------------------------------------------------
	#navSkip (Navigation Skip)
----------------------------------------------------*/

span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}
#main h5 {
	margin-bottom:5px;
	padding-left:5px;
	font-size:115%;
	font-weight:bold;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #252601;
}

/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
}
th, td	{
	color: #424242;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/* サンプル9
----------------------------------------------------------- */
.sample9 th	{
	border-bottom: 1px solid #DDD;
}
.sample9 td	{
	border-bottom: 1px solid #DDD;
}
#whatnew {
	background-color: #736F36;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border: 1px solid #BFBB84;
	height: 200px;
	overflow: auto;
}
.demo3 {
	_zoom: 1;
	overflow: hidden;
}
.demo3 li {
	margin-top: -1px;
	margin-left: 30px;
	background-image: url(../img/ya_004.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #BFBB84;
}

