@charset "shift_jis";
body {
	color: #191919;
	margin: 0px;
	padding: 0px;
	font: 80%/1.8 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #f5f5f5 url(images/bg.gif);
	text-align: center;
}
a {
	color: #333333;
}
a:hover {
	color: #5d9808;
}


h1,h2,h3,p,ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style-type: none;
}
img {
	border: none;
}

#container {
	text-align: left;
	width: 806px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（トップページ用）
------------------------------------------------------------------*/
#header {
	background: url(images/container_bg_04.jpg) no-repeat left top;
	height: 317px;
	width: 806px;
}
#header h1 {
	font-size: 14px;
	color: #FFFFFF;
	top: 10px;
	right: 10px;
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
}

/*ヘッダー（トップページ以外）
------------------------------------------------------------------*/
#header1 {
	background: url(images/container_bg_05.jpg) no-repeat left top;
	height: 236px;
	width: 806px;
}
#header1 h1 {
	font-size: 14px;
	color: #FFFFFF;
	top: 10px;
	right: 10px;
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
}

/*コンテンツ全般
------------------------------------------------------------------*/
#contents {
	background: url(images/container_bg_02.gif) repeat-y;
}
#contents #sub {
	float: left;
	width: 225px;
	display: inline;
	margin-left: 20px;
	margin-bottom: 80px;
}
#contents #main {
	float: left;
	width: 504px;
	margin-bottom: 80px;
	display: inline;
	margin-left: 20px;
}

/*メインコンテンツ
------------------------------------------------------------------*/
#main h2 {
	background: url(images/midashi_bg2.gif) no-repeat left top;
	height: 32px;
	width: 504px;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 30px;
	line-height: 32px;
}
#main p {
	padding: 5px 10px;
}
#main #new p {
	background: url(images/arrow.gif) no-repeat left top;
	padding-left: 30px;
	border-bottom: 1px dotted #CCCCCC;
}

/*メニュー
------------------------------------------------------------------*/
#menu ul {
	border-bottom: 5px solid #5d9808;
}
#menu a {
	text-align: center;
	display: block;
	width: 100%;
        font-size: 14px;
        color: #5d9808;
	text-decoration: none;
	background: #FFFFFF url(images/menu_bg.gif) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu a:hover {
	background: #5D9808 url(images/menu_bgn.gif) no-repeat left bottom;
	color: #FFFFFF;
}

/*会社概要
------------------------------------------------------------------*/
#company table {
	       margin-top: 10px;
               width:504px;
}
#company td {
	 padding: 5px;
	 border-bottom: 1px solid #ccc;
}
#company th {
         padding: 3px 5px;
	 background-color: #99CC66;
	 border-bottom: 1px solid #ccc;
         text-align: left;
         font-weight: normal;
	 color: #FFFFFF;
}

/*よくあるご質問
------------------------------------------------------------------*/
#question {
          width: 504px;
          height: auto;
}

#question p{
           margin-top: 0.25em;
}
#question ul {
	     list-style-type: none;
             margin: 0 0 10px;
             border-bottom: dashed 1px #666666;
             padding-bottom: 10px;
}

#question ul li.question:first-letter {
　　　　　　　　　　　　　　　　　　　font-weight: bold;
                                      color: blue;
}

#question ul li.question {
                         font-size: 14px;
                         margin-top: 20px;
                         margin-left: 30px;
}

#question ul li.answer:first-letter {
                                    font-weight: bold;
                                    color: red;
}
#question ul li.answer {
                       margin: 0 0 0 30px;
}

/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	background: url(images/container_bg_03.gif) no-repeat bottom;
	text-align: center;
	font-size: 11px;
	width: 100%;
	height: 50px;
	padding-top: 50px;
	margin-bottom: 50px;
}


/*フォーム用テーブル
------------------------------------------------------------------*/
.kome {
	color: #E60012;
}
.ta {
	width: 490px;
	border-collapse:collapse;
	border: 1px solid #999999;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.ta td, .ta th{
	padding: 10px 5px;
	border: 1px solid #999999;
}
.ta th{
	width: 120px;
	text-align: center;
	font-weight: normal;
	background: #F7FBF2;
}
.ta .tamidashi{
	width: auto;
	text-align: left;
	background: #FFFFFF;
}


/*clearfix（ここは変更しないように）
------------------------------------------------------------------*/
.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 */
