@charset "UTF-8";

/* ========BASIC======== */
* {
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック",sans-serif;
   color:#333;
}

body {
   margin:0;
   text-align:center;
   letter-spacing:1px;
   line-height:1.6;
   background:#FCFFD0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
   padding:0;
   font-weight:normal;
   font-size:88%;
}

p {
   margin:0 0 1em 0;
   padding:0;
   font-size:88%;
}

br {
   letter-spacing:normal;
}

img {
   border:0;
}

a {
   color:#FF4392;
   text-decoration:none;
}

a:hover {
   color:#FF4392;
   border-bottom:1px solid #FF4392;
}

dl,ol,ul {
   margin:0 0 1em 0;
   padding:0;
   font-size:88%;
}

li {
   margin:0 0 0 40px;
   padding:0;
}


/* ========TEMPLATE WIREFRAME======== */
div#top {
   width:800px;
   margin:0 auto;
   background:#fff;
   border-left:1px solid #CECFCE;
   border-right:1px solid #CECFCE;
}

div#header {
   width:800px;
   position:relative;
}

div#navi {
   position:absolute;
   bottom:10px;
   right:10px;
}

div#menu {
   float:left;
   width:800px;
   margin:0;
   border-bottom:1px solid #FF758C;
   background:#FFB3B5 url(images/bg_menu.gif) 0 0 repeat-x;
}

div#menu:hover {
   background:#FFD0D0 url(images/bg_menu_hover.gif) 0 0 repeat-x;
}

div#contents {
   width:800px;
   clear:both;
   float:left;
   background:url(images/bg_contents.gif) -300px 0 repeat-y;
}

div#main {
   float:right;
   width:580px;
   padding:10px;
}

div#sub {
   float:left;
   width:200px;
}
div#totop {
   clear:both;
}

div#footMenu {
   width:800px;
   clear:both;
   padding:10px 0;
}

div#footer {
   width:800px;
   clear:both;
   padding:10px 0;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1{
   padding:0 0 10px 10px;
   font-weight:bold;
   font-size:175%;
   color:#fff;
}

div#header p.description {
   margin:0;
   padding:0;
   text-align:right;
   font-size:75%;
}

div#header h1 a {
   color:#333;
   border-bottom:none;
}

div#header h1 a:hover {
   color:#ddd;
}

div#navi ul {
   margin:0;
   padding:0;
   list-style:none;
}

div#navi ul li{
   float:left;
   margin:0 0 0 20px;
   padding-left:10px;
   background:#fff url(images/bg_navi.gif) 0 6px no-repeat;
}


/* ========MENU CUSTOMIZE======== */
p.tree-navi{ /* パンくずナビ */

	font-size: 90%;

	margin-bottom: 4px;

}
div#menu ul {
   list-style:none;
   margin:0;
   padding:0;
   font-size:88%;
}
div#menu li {
   float:left;
   margin:0;
   padding:0;
}
div#menu li a { 
display : block; 
padding : 8px 20px; 
color : #fff; 
border-bottom : none; 
} 


div#menu li a:hover {
   color:#fff;
   background:#FF9A9A;
   border:none;
}

div#menu .current {
   background-color:#FF9A9A;
   color:#fff;
}

div {
	margin: 0;
	padding: 0;
	text-align:left;
}

/* ========MAIN CUSTOMIZE======== */
div#main h2 {
   font-weight:bold;
   font-size:100%;
   margin:5px 0;
   padding:0 0 0 18px;
   line-height:1.0;
   background :#fff url(images/bg_h2.gif) 0 1px no-repeat;
}

h3 { 
background : url(images/bg_h3.jpg) no-repeat; 
font-size : 14px; 
color : #666666; 
text-indent : 10px; 
vertical-align : top; 
height : 42px; 
line-height : 42px; 
margin : 0 0 5px 0; 
} 

div#main dl {
   margin:0;
   padding:0;
}

div#main dt {
   text-decoration:underline;
}

div#main dd {
   margin:0 0 1em 1em;
}

.obj { 
margin : 0 6px 0 6px; 
} 
.obj p { 
line-height : 160%; 
margin : 0 0 12px 0; 
} 
.bg-yell {
	font-size: 12px;
	line-height: 16px;
	background-color: #FFFFCC;
	border: 4px outset #CC0000;
}
.check {
	background-image: url(../images/con-img.gif);
	background-repeat: no-repeat;
    background-position: left top;
	font-weight: bold;
	padding-left: 24px;
}
.check01 {
	background-image: url(../images/check01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	line-height:30px;
	padding-left: 40px;
}
.check02 {
	background-image: url(../images/check02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	line-height:30px;
	padding-left: 40px;
}
/* ========SUB CUSTOMIZE======== */
div#sub div.section h2 {
   margin:10px;
   padding:5px;
   color:#FF4392;
   border-bottom:2px solid #FF4392;
}

div#sub div.section ul{
   margin:5px 0 0 0;
   padding:0;
   list-style:none;
}

div#sub div.section li{
   margin:0 10px;
   padding-left:10px;
   border-bottom:1px solid #fff;
   line-height:2;
   background:url(images/bg_list.gif) 0 50% no-repeat;
}

div#sub div.section li a{
   color:#333;
}

div#sub div.section li a:hover{
   color:#FF4392;
}

div#sub div.info {
   padding:10px;
   text-align:center;
}

div#sub div.info p{
   font-size:75%;
}

div#sub div.info h3{
   font-size:75%;
   color:#2100CE
}

/* ========TOTOP CUSTOMIZE========= */
div#totop {
   padding:10px 0;
   text-align:right;
   font-size:82%;
}

div#totop a{
   padding:0 0 0 12px;
   background:url(images/bg_totop.gif) 0 60% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE========= */
div#footMenu {
   position: relative;
   overflow: hidden;
   padding:20px 0 0 0;
   border-top:1px solid #CECFCE;
}

div#footMenu ul{
   position:relative;
   left:50%;
   float:left;
   list-style:none;
   font-size:0.77em;
   margin:0;
   padding:0;
}

div#footMenu li{
   position:relative;
   left:-50%;
   float:left;
   margin:0 20px 0 0;
   padding:0;
}


/* ========FOOTER CUSTOMIZE======== */
div#footer{
   text-align:center;
   font-size:63%;
   padding:20px 0;
}

/*------------------------------------------------------------
underline・・・アンダーライン（下線）の設定
-------------------------------------------------------------*/

.underline{ text-decoration: underline!important; }


/*------------------------------------------------------------
取り消し線の設定
-------------------------------------------------------------*/

.del{ text-decoration:line-through;}


/*------------------------------------------------------------
box・・・カラーボックスの設定
-------------------------------------------------------------*/

.box-yellow{ background-color: #ffff00!important; }/*黄色のボックス*/
.box-aqua{ background-color: #00ffff!important; }/*水色のボックス*/
.box-gray{ background-color: #eee!important; }/*灰色のボックス*/
.box-red{ background-color: #fc9b8b!important; }/*赤色のボックス*/


/*------------------------------------------------------------
input:focus・・・入力フォームをハイライトする
-------------------------------------------------------------*/

input:focus,textarea:focus{ background-color: #dee!important; }

.txt-em{ /* テキスト太字 */

	font-weight:bold;

}



.txt-em2{ /* テキスト太字・赤字 */

	font-weight:bold;

	color: #E40000;

}



.txt-em3{ /* テキスト太字・オレンジ字 */

	font-weight:bold;

	color: #FF6600;

}



.txt-s{ /* Sサイズテキスト */

	font-size: 90%;

	line-height:1.5;

}



.txt-s-em{ /* Sサイズテキスト太字 */

	font-size: 90%;

	line-height:1.5;

	font-weight:bold;

}



.txt-s-em2{ /* Sサイズテキスト太字・赤字 */

	font-size: 90%;

	line-height:1.5;

	font-weight:bold;

	color: #E40000;

}



.txt-l{ /* Lサイズテキスト */

	font-size: 135%;

	line-height:1.6;

}



.txt-l-em{ /* Lサイズテキスト太字 */

	font-size: 135%;

	line-height:1.6;

	font-weight:bold;

}



.txt-l-em2{ /* Lサイズテキスト太字・赤字 */

	font-size: 135%;

	line-height:1.6;

	font-weight:bold;

	color: #E40000;

}



.txt-l-em3{ /* Lサイズテキスト太字・オレンジ字 */

	font-size: 135%;

	line-height:1.6;

	font-weight:bold;

	color: #FF6600;

}
/* ------------------------------

　問合せフォーム

------------------------------ */

#inq-form h3.cap{ /* タイトルバー */

	background: #007333;

	color: #FFFFFF;

	font-weight: bold;

	text-align: center;

	line-height:2;

	margin: 30px 0 8px 0;	

}



#inq-form table{ 

	width: 100%;

	border-collapse: collapse;

	border: #BBBBBB 1px solid;

	margin-bottom: 5px;

}



#inq-form td{

	border: #BBBBBB 1px solid;

	padding: 4px 8px;

}



#inq-form td.item{ /* 項目欄 */

	background: #D6EFB5;

}



#inq-form td.submit{

	text-align: center;

	background: #009900;

}

/* ------------------------------

　共通テーブルセット１

------------------------------ */

table.set1{ 

	width: 100%;

	border-collapse: collapse;

	border: #BBBBBB 1px solid;

	margin-bottom: 5px;

}



table.set1 th{

	border: #BBBBBB 1px solid;

	padding: 4px 8px;

	background: #EFEFEF;

}





table.set1 td{

	border: #BBBBBB 1px solid;

	padding: 4px 8px;

}



table.set1 td.nowrap{

	white-space: nowrap;

}



/* ------------------------------

　共通テーブルセット２

------------------------------ */

table.set2{ 

	border-collapse: collapse;

	border: #BBBBBB 1px solid;

}



table.set2 td{

	border: #BBBBBB 1px solid;

	padding: 4px;

}



table.set2 td.nowrap{

	white-space: nowrap;

}





