* {
	color:#333333;
	padding:0;
	font-size: 15px;
	line-height: 200%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	background-image: none;
}

body {
	background-color:#F6F6F6;
}

a {
	color:#000080;
}

a:hover {
	color:#ff8800;
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #CC3300;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}


span.style {
	color:#cc0000;
	font-weight:bold;
	}

span.style2 {
	font-weight:bold;
	}

span.style3 {
              background-color:#ffff80;
              }


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/base_bg2.jpg);
	background-color: #FFFFFF;
}

#wrap {
	float: left;
	margin-top: 15px;
	padding: 5px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:980px;
	height:100px;
	background-image: url(img/header-koma.jpg);
}


h1 a {
	display: block;
	text-decoration: none;
	width: 300px;
	height: 24px;
	padding-top: 13px;
	font-size: 12px;
	line-height: 12px;
	color: #663300;
	margin-left: 605px;
}



/*ナビゲーション
----------------------------------------------- */
#gnavi li{
       float:left;
list-style-type:none;
}

#gnavi .home a{
       display:block; /* ブロックにしないと動きません */
       width:140px; /* 画像の横サイズを指定します */
       height:35px; /* 縦のサイズは画像サイズの半分です（上半分のみを表示させるため）*/
       background:url(img/gnavi_01.gif) no-repeat 0px 0px;
       text-indent:-9999px; /* テキストを飛ばします */;
}

#gnavi .home a:hover{
       background:url(img/gnavi_01.gif) no-repeat 0px bottom;
       /* ポジションを下位置に合わせることで背景が移動し、ロールオーバーのようになります */
}

#gnavi .first a{
       display:block;
       width:140px;
       height:35px;
       background:url(img/gnavi_02.gif) no-repeat 0px 0px;
       text-indent:-9999px;
}

#gnavi .first a:hover{
       background:url(img/gnavi_02.gif) no-repeat 0px bottom;
}

#gnavi .course a{
       display:block;
       width:140px;
       height:35px;
       background:url(img/gnavi_03.gif) no-repeat 0px 0px;
       text-indent:-9999px;
}

#gnavi .course a:hover{
       background:url(img/gnavi_03.gif) no-repeat 0px bottom;
}

#gnavi .tenpo a{
       display:block;
       width:140px;
       height:35px;
       background:url(img/gnavi_04.gif) no-repeat 0px 0px;
       text-indent:-9999px;
}

#gnavi .tenpo a:hover{
       background:url(img/gnavi_04.gif) no-repeat 0px bottom;
}

#gnavi .report a{
       display:block;
       width:140px;
       height:35px;
       background:url(img/gnavi_05.gif) no-repeat 0px 0px;
       text-indent:-9999px;
}

#gnavi .report a:hover{
       background:url(img/gnavi_05.gif) no-repeat 0px bottom;
}

#gnavi .qa a{
       display:block;
       width:140px;
       height:35px;
       background:url(img/gnavi_06.gif) no-repeat 0px 0px;
       text-indent:-9999px;
}

#gnavi .qa a:hover{
       background:url(img/gnavi_06.gif) no-repeat 0px bottom;
}

#gnavi .shop a{
       display:block;
       width:140px;
       height:35px;
       background:url(img/gnavi_07.gif) no-repeat 0px 0px;
       text-indent:-9999px;
}

#gnavi .shop a:hover{
       background:url(img/gnavi_07.gif) no-repeat 0px bottom;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:700px;
	float: right;
}

#contents p{
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 30px;
	margin-left: 30px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 25px;
}


#contents p.voice{
	background-color:#FFFFE7;
	border:solid 1px #ff9999;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents h2 {
	margin-top: 25px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 20px;
	color: #993333;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #4A0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #989898;
}


#contents h3 {
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 10px;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #993333;
}

#contents h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-left: 10px;
	font-size: 12px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003300;
	color: #006633;
	line-height: 16px;

}

#contents #c_pad {
	padding: 0px;
}

#contents #c_pad p a {
	line-height: 20px;
}

#contents #c_pad p strong {
	line-height: 20px;
}

#contents #top_img {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E8E6D0;
	border: 1px solid #C2BE83;
}

#contents img{
  margin: 5px 7px 5px 5px;
}

#contents ul{
             margin: 5px 10px 20px 50px;
             list-style-image:url(img/li.gif);
}

#contents ul.box{
             border: 1px solid #999999;
             margin: 5px 10px 20px 50px;
             list-style-image:url(img/li.gif);
}

#contents li{
        padding-left:10px;
	font-size: 15px;
	line-height: 25px;
}


table#table-01 {
    width: 600px;
    margin: 10px 0px 10px 0px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    background: #F5F5F5;
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
}

table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
}

table#table-01 td.aaa {
    text-align: left;
    padding-left: 20px}


/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 250px;
}

#side li {
	list-style-type: none;
}

#side_d {
	width:195px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}

#side_d h3 {
	display: block;
	width: 195px;
	line-height: 25px;
	color: #FFFFFF;
	background-image: url(img/side_h3.gif);
	font-size: 15px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6F2C58;
}

#side_d ul {

}

#side_d li a {
	display: block;
	width:170px;
	padding-left: 25px;
        /* 足して200pxになる*/
	font-size: 15px;
	text-decoration:underline;
	color:#663300;
	line-height: 24px;
	background-image:url(img/li.gif);
	background-repeat: no-repeat;
	background-color: #E8E6D0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D1AA;
	background-position: 5px center;

}


#side_d li a:hover {
	background-color: #FCF9E4;
	color: #000000;
	text-decoration: none;
}


#side img {
	border:none;
        margin-right:5px
}

#side hr {
	color:#989898;
        border:1px dashed;
        margin-top:10px;
        margin-bottom:10px;
}

#side_box {
	display: block;
	width:165px;
	font-size: 12px;
	color:#2a2a2a;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	background-repeat: no-repeat;
	background-color: #E8E6D0;
	padding-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	background-position: 5px center;
}

#side_banner {
	display: block;
	padding-left: 27px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}



/*
サイド・お問い合わせフォーム
-------------------------------------------------------------------*/
#side_inquiry {
	float: left;
	width: 250px;
}
#side_inquiry h3{
	background:url(img/side_ttl_inquiry.gif) no-repeat;
	width:195px;
	height:48px;
	text-indent:-9999px;
}
#side_d_inquiry{
	width:195px;
	margin:0px auto 25px auto;
}
#box{
	width:175px;
	font-size: 12px;
	color:#2a2a2a;
	line-height: 15px;
	margin:0px auto 25px auto;
	background-color: #E8E6D0;
	padding:8px 10px 2px;
}
#side_inquiry p, #side_inquiry a{
	font-size:small;
	line-height:130%;
}
#side_inquiry textarea{
	width:160px;
	height:140px;
	border:solid 1px #999;
	font-size:small;
	line-height:130%;
	padding:2px 5px;
	margin:10px 0px;
}
#side_inquiry fieldset{
	border:none;
}
#side_inquiry input{
	background-color:#600;
	color:#fff;
	border:none;
	font-size:small;
	padding:3px 10px;
}
#side_inquiry li{
	list-style-type:none;
	font-size:small;
}
#side_inquiry .submit {
	text-align:center;
	margin-bottom:15px;
}
#error li{
	color:#c00;
	font-weight:bold;
}
#response{
	margin-bottom:15px;
}
#response h4{
	font-size:small;
	font-weight:bold;
	color:#c30;
	margin-bottom:5px;
}


/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	height: 30px;
	text-align: center;
	background-image: url(img/foot.gif);

}

#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}

#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

#f_menu li a {
	font-size: 10px;
	color: #FFFFFF;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
}


/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #270000;
	font-size: 10px;
}


/*
PR
-------------------------------------------------------------------*/
#PR {
	padding-top: 5x;
	padding-bottom: 5px;
	text-align: center;
	font-size: 10px;
}

#PR a {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
