﻿@charset "UTF-8";

body{
    -webkit-text-size-adjust: 100%;	
	font-size: 90%;
	text-align: center;
	font-family: sans-serif;
	margin: 0;
	padding-top: 3em;
	line-height: 120%;
}

/********************************

 [1] トップページの指定部分
 [2] 下層ページの指定部分

*********************************/

*{padding: 0;	margin: 0;}

a:link{
color: #0000ff;
text-decoration: underline;
}

a:visited{
color: #0000ff;
text-decoration: underline;
}

a:hover{
color: #ff0000;
text-decoration: underline;
}

h1{
}

#red{color:red}
#bla{color:black}
#gre{color:#009900}
#sky{color:#0080ff}
#pin{color:#ff0080}
#blu{color:blue}

/*                                  CDS
----------------------------------------*/
#footer #cds{
text-align: right;
color: #009900;
margin-top: 0.5em;
}

#footer #cds a{
text-decoration: none;
color: #009900;
}

#footer #cds a:hover{
text-decoration: none;
color: #666666;
}



/****************************************
[1] トップページの指定部分
*****************************************/

#index-page{background : url();}


/*                      全体のレイアウト
----------------------------------------*/
#index-page #wrapper{
text-align: left;
margin: 0 auto 0 auto;
padding: 0 0 0 0;
width: 750px;
}

#index-page #header{
margin-bottom: 2em;
background : url();
}

#index-page #container{
width: 100%;
background-image: none;
}

#index-page #contents{
width: 430px;
float: left;
margin-bottom: 3em;
padding: 0;
background-image: none;
}

#index-page #sidebar{
	width: 290px;
	float: left;
	padding: 0;
	border: none;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 4em;
}

#index-page #undernavi{
width: 100%;
clear: both;
}

#index-page #footer{
padding: 2em 0 1em;
background-color: #99cc00;
color: #000000;
background-image: none;
}

/*                    ヘッダー内のパーツ
----------------------------------------*/
h2{
	font-size: 110%;
	line-height: 120%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#index-page #header dl{
width: 300px;
position: absolute;
top: 100px;
right: 0;
}

#index-page #header dt{
font-weight: bold;
text-align: right;
color: #ffffff;
margin-bottom: 0.5em;
padding-bottom: 2px;
border-bottom: 1px solid #ffffff;
}

#index-page #header dd{
height: 130px;
line-height: 1.5;
padding: 10px 1em 10px 0;
overflow: auto;
}

/*                  コンテンツ内のパーツ
----------------------------------------*/

#index-page #contents h2,
#index-page #contents h3,
#index-page #contents h4,
#index-page #contents h5,
#index-page #contents h6{
font-size: 120%;
margin-bottom: 1em;
padding: 5px 0 5px 30px;
background : url(../img/bg-listmark-01.gif) no-repeat 0px 50%;
}

#index-page #contents dl{margin: 0 0 2em;}

#index-page #contents dt{
font-weight: bold;
padding: 5px 1em 5px 30px;
border: 1px solid #666666;
}

#index-page #contents dd{
margin-bottom: 1em;
padding: 1em 30px;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
border-left: 1px solid #666666;
}

#index-page #contents p{
line-height: 1.2em;
margin-bottom: 1em;
}

#index-page #contents ul,#index-page #contents ol{
list-style-position: inside;
margin: 1em 0;
line-height: 1.2em;
}

#title{font-family:HG丸ｺﾞｼｯｸM-PRO;font-weight:nomal}
#title2{font-family:HGP創英角ｺﾞｼｯｸUB;font-weight:nomal}

#a1{background:url('../img/ladies.jpg')}

#index-page #news{
	overflow: auto;
	width: 428px;
	height: 298px;
	border: 1px solid #666666;
	margin: 0 0 20px;
}
#index-page #news dl{
	padding: 4px 9px;
	margin: 0;
}
#index-page #news dl.even{
	background-color: #EBFFAC;
}
#index-page #news dt{
	float: left;
	clear: both;
	width: 80px;
	padding: 0;
	border: none;
	font-weight: normal;
}
#index-page #news dd{
	padding: 0 0 10px;
	margin: 0 0 0 80px;
	_height: 1px;
	border: none;
}
#index-page #news dd p{
	font-weight: normal;
	margin: 0;
}

/*                  サイドバー内のパーツ
----------------------------------------*/

h2{
color: #03C;	
font-size: 120%;
margin-bottom: 1em;
padding: 0.1em 0 0.1em 2em;
background : url(../img/bg-listmark-02.gif) no-repeat 0px 50%;
}

#index-page h3,
#index-page h4,
#index-page h5,
#index-page h6{
	font-size: 120%;
	margin-bottom: 1em;
	background : url(../img/bg-listmark-02.gif) no-repeat 0px 50%;
	line-height: 140%;
	margin-top: 1em;
	padding-left: 30px;
}

/*-- ナビゲーションボタン --*/

#index-page #sidebar .navigation{
list-style-type: none;
list-style-position: outside;
margin: 0 0 1em 0;
}

#index-page #sidebar .navigation li{
	margin-bottom: 5px;
	padding: 0;
	width: 280px;
}

#index-page #sidebar .navigation li a{
text-align: center;
text-decoration: none;
width: 280px;
padding: 5px 10px;
display: block;
background-color: #c9c9c9;
color: #000000;
background-image: none;
}

#index-page #sidebar .navigation li a:hover{
background-color: #666666;
color: #ff0000;
}


#index-page #sidebar dl{margin: 0 0 2em;}

#index-page #sidebar dt{
font-weight: bold;
padding: 5px 0;
border-bottom: 1px solid #999999;
}

#index-page #sidebar dd{
margin-bottom: 1em;
padding: 1em 0;
}

#index-page #sidebar p{
line-height: 1.2em;
margin-bottom: 1em;
}

#index-page #sidebar ul,#index-page #sidebar ol{
list-style-position: inside;
margin: 1em 0;
line-height: 1.2em;
}

#index-page #sidebar p.bunner{
	border: none;
	margin: 0 0 20px;
}
#index-page #sidebar p.bunner a,
#index-page #sidebar p.bunner a:link,
#index-page #sidebar p.bunner a:visited,
#index-page #sidebar p.bunner a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#index-page #sidebar p.bunner a:hover img{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

/*                アンダーナビ内のパーツ
----------------------------------------*/

#index-page #undernavi p{
text-align: center;
line-height: 1.2em;
margin-bottom: 1em;
}



/****************************************
[2] 下層ページの指定部分
*****************************************/

/*                      全体のレイアウト
----------------------------------------*/
#wrapper{
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#header{
padding: 1%;
}

#container{
width: 100%;
}

#contents{
	width: 480px;
	float: right;
	margin-bottom: 1em;
	padding: 0.5em;
	background-color: #EEEEEE;
}

#sidebar{
width: 240px;
float: right;
margin-bottom: 1em;
padding: 1em 1em 0 0;
}

#footer{
	width: 100%;
	clear: both;
	text-align: center;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 1em;
}

/*                    ヘッダー内のパーツ
----------------------------------------*/

#header p{
line-height: 1.2em;
xmargin-bottom: 1em;
margin-bottom: .5em;
}

/*                  コンテンツ内のパーツ
----------------------------------------*/

h2,h3,h4,h5,h6{
font-size: 120%;
margin-bottom: 1em;
padding: 0.1em 0 0.1em 2em;
background : url(../img/bg-listmark-02.gif) no-repeat 0px 50%;
}

#contents dl{margin: 0 0 2em;}

#contents dt{
font-weight: bold;
padding: 5px 0;
}

#contents dd{
margin-bottom: 1em;
padding: 5px 0;
}

#contents p{
line-height: 1.2em;
margin-bottom: 1em;
}

#contents ul,#contents ol{
list-style-position: inside;
margin: 1em 0;
line-height: 1.2em;
}

.block {
padding: 20px;
color: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #F93747;
}


/*                  サイドバー内のパーツ
----------------------------------------*/

.sidetitle{
font-size: 120%;
font-weight: bold;
font-family:HG丸ｺﾞｼｯｸM-PRO;
margin-bottom: 1em;
padding: 5px 0 5px 30px;
background : url(../img/bg-listmark-01.gif) no-repeat 0px 50%;}


/*-- ナビゲーションボタン --*/

#sidebar .navigation{
list-style-type: none;
list-style-position: outside;
margin: 0 0 2em 0;
}

#sidebar .navigation li{
margin-bottom: 5px;
}

#sidebar .navigation li a{
	text-decoration: none;
	color: #000000;
	width: 150px;
	padding: 0.5em 0 0.5em 25px;
	display: block;
	background : url(../img/bg-side-li.jpg) no-repeat 0px 50%;
}

#sidebar .navigation li a:hover{
text-decoration: underline;
color: #ff0000;
background-color: transparent;
background-image: none;
}


#sidebar dl{margin: 0 0 2em;}

#sidebar dt{
font-weight: bold;
padding: 5px 0;
border-bottom: 1px solid #999999;
}

#sidebar dd{
margin-bottom: 1em;
padding: 1em 0;
}

#sidebar p{
line-height: 1.2em;
margin-bottom: 1em;
}

#sidebar ul,#sidebar ol{
list-style-position: inside;
margin: 1em 0;
line-height: 1.2em;
}

/* add */

img{
	border: 5px solid #F36;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);	
}

.noshadow{
	border: 0px;
	box-shadow: none;	
}

h1{
	font-size: 1.1em !important;
	line-height: 1.2em !important;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#top-text{
	background-color: #F36;
	color: #FFF;
	position: fixed !important;
	position: absolute;
	top: 0px;
	width: 100%;
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

#top-text2{
	background-color: #F36;
	color: #FFF;
	position: fixed !important;
	position: absolute;
	top: 0px;
	width: 100%;
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

#index-page #wrapper{
text-align: left;
margin: 0 auto 0 auto;
padding: 0 0 0 0;
width: 750px;
}
.text-l{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 150%;
	line-height: 140%;
}

.text-m{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 110%;
}

.text-m-blue{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 110%;
	color: #03C;
}

.text-red{
	color: #F00;
}

.text-blu{
	color: #03C;
}

.top-text{
	background-color: #F36;
	color: #FFF;
	position: fixed;
	width: 100%;
}

.clear-fix{
	clear: both;
	width: 100%;
}

.header2{
	background-color: #EEEEEE;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 0.5em;
	border-bottom-style: solid;
	border-bottom-color: #F36;
}

.header-l{
	width: 370px;
	float: left;
	text-align: center;
}	

.header-r{
	float: left;
	width: 300px;
	margin-left: 1em;
}

.contents2{
	width: 340px;
	float: left;
	margin: 0.5%;
	padding: 0.5%;
	background-image: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 140%;
}

.news2{
width: 340px;	
}

.footer2{
	background-color: #EEE;
	color: #000;
	width: 100%;
	line-height: 2em;
	font-style: normal;
}
