@charset "utf-8";

/*
目次
1.リセットCSS
2.基本設定
3.共通設定
4.サイドナビゲーション
5.メインコンテンツ
6.フォーム
*/
/**********************************************/
/*1.リセットCSS*/
/**********************************************/
*{
	font-weight:normal;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0;padding:0;
	color:#444444;
	font-size:100%;
}

html,body{
	height:100%;
}

body{
	height:100%;
	/*min-height: 100%;*/
	scrollbar-base-color:#ddd;
  scrollbar-face-color:#fff;
  scrollbar-arrow-color:#ff7575;
	scrollbar-shadow-color:#fff8d2;
	color:#333;
	font-size:80%;
	line-height:1.3;
	text-align:center;
}


table { 
  border-collapse:collapse; 
  border-spacing:0; 
	margin-left:auto;
	margin-right:auto;
	border:0 none;
	margin:0;
	padding:0;
} 
img {  
    border:0 none; 
}

ul,li{
	list-style-type:none;
}
address,caption,cite,code,
dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
}  
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-weight:normal; 
} 
.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 */


/*clearfix*/
#contents:after,
#footer:after,
.goods_box:after,
{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/**********************************************/
/*2.*/
/**********************************************/
a:link{
	color:#0066ff;
	text-decoration:none;
}
a:visited{
	color:#0066ff;
	text-decoration:none;
}
a:hover{
	color:#999999;
	text-decoration:none;
}
.b_less_b{
	border-bottom:0px none;
}
.img{
	text-align:center;
}

.pagetop {
  text-align:right;
	margin-bottom:10px;
}
.pagetop a{
  width:100%;
	text-decoration:none;
	clear:both;
	color:#999999;
}

.pagetop a:hover{
  color:#0066ff;
}

/**********************************************/
/*3.*/
/**********************************************/

#container{
	width:980px;
	margin:0 auto;
	text-align:center;
	height:100%;
	position:relative;
}

body > #container {
  height: auto;
}


#head {
  width:980px;
	height:74px;
}

h1#title_logo {
  text-align:left;
	margin-top:20px;
	padding-bottom:5px;
	border-bottom:solid 1px #ccc;
}

/*メインナビゲーション*/
ul#gnav{
  width:100%;
	text-align:center;
}

ul#gnav li {
  text-align:center;
	display:inline;
}

#contents {
  width:950px;
	height:95%;
	margin:0 15px;
}

/*ログイン*/
#index_login {
  text-align:left;
	clear:both;
}

#index_login ul{
	text-align:center;
}

#index_login li{
  float:left;
	margin-left:5px;
	text-align:left;
	text-indent:0.5em;
}

#index_login li:last-child {
  float:right;
	margin-right:3px;
}

#index_login div {
  margin-left:5px;
}

#index_login p{
  clear:both;
	display:block;
	text-align:center;
}

.login_check {
  clear:both;
	text-align:left;
	margin-left:1em;
	font-size:80%;
}

#footer {
  width:950px;
	height:25px;
	/*background:url(../img/hana_bg.gif) no-repeat;*/
	border:solid 1px #aaa;
	position: relative;
	clear:both;
	z-index: 2; 
	margin-top:15px;
	padding:5px 0 0 25px;
	text-align:left;
}

#footer a{
  text-decoration:none;
}
ul#gnav {
  width:100%;
  border-bottom:solid 1px #aaa;
	text-align:center;
	height:30px;
	margin-top:10px;
}

ul#gnav li { 
  display:inline;
	padding:0 10px;
	font-size:110%;
	color:#666;
}

ul#gnav li a {
  color:#666;
	text-decoration:none;
}

ul#gnav li a:hover {
  color:#0066cc;
	text-decoration:none;
}

/** html #footer {
  width:100%;
}*/

#copyright {
  width:980px;
  text-align:center;
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	position:static;
	bottom:15px;
	margin:10px 0;
	/*padding-bottom:25px;*/
}


/*振り分け*/
/*1.振り分け*********/
#index_left{
  width:665px;
	height:100%;
	min-height:100%;
	float:left;
}

#index_right{
  width:267px;
	height:100%;
	margin-left:15px;
	float:left;
}


#head_index {
  width:980px;
	height:124px;
	text-align:center;
}


/**********************************************/
/*4.サイドナビゲーション
/**********************************************/

#snav_right{
  width:267px;
	height:100%;
	margin-left:15px;
	float:left;
}

/*画像リンク*/
body#index a:hover img{
  filter: alpha(style=0, opacity=65);
	-moz-opacity:0.65;
  opacity:0.65;
}

/*heart会員募集のところ*/
#snav_heart {
  width:98%;
	border:solid 4px #FFFF00;
	padding:5px 0;
}

#snav_heart .title_img {
  
}

#snav_heart .index_heart_img{
  width:125px;
	height:136px;
	float:left;
}

#snav_heart .index_heart_txt {
  width:133px;
	font-size:75%;
	float:left;
	margin-right:2px;
	text-align:left;
}

dl.snav {
  width:100%;
	margin-top:28px;
}

dl.snav dt{
  width:87px;
	float:left;
}

dl.snav dd{
  width:150px;
	float:left;
	font-size:75%;
	margin-left:10px;
	line-height:1.2em;
	text-align:left;
}


dl#snav_bana {
  width:98%;
	/*height:160px;*/
	border:solid 4px #e1133c;
	clear:both;
	background:#eeeeee;
	margin-top:15px;
}

dl#snav_bana dt {
  background:#e1133c;
	height:23px;
	color:#ffffff;
	text-align:center;
	padding-top:2px;
}

dl#snav_bana dd {
  background:#eeeeee;
	text-align:center;
	display:inline;
}

dl#snav_bana dd span {
  font-size:120%;
	color:#ff0000;
	font-weight:bold
}

.bana {
  width:253px;
	margin:10px auto 0 auto;
}

/*発足記念バナー*/
.anniversary {
  width:253px;
	height:170px;
	background:url(../img/anniversary_bana.jpg) no-repeat;
	margin:10px 0;
}

.anniversary p {
  width:243px;
	height:20px;
	text-align:right;
	color:#fff;
	font-weight:bold;
	padding-top:125px;
	padding-right:5px;
}

.anniversary p span {
  font-size:250%;
	color:#cb0071;
	font-weight:bold
}

/**********************************************/
/*5.メインコンテンツ*/
/**********************************************/

.main_contents {
  width:665px;
	margin-top:15px;
	text-align:left;
}

/*サブタイトル*/

.sub_ttl {
  width:600px;
	margin:10px auto 15px auto;
}

.sub_ttl2 {
  width:580px;
	margin:10px auto 10px auto;
	border-left:solid 10px #FFFF00;
	padding-left:10px;
	font-size:120%;
	color:#666;
	font-weight:bold;
	clear:both;
}

/*テキストナビ*/
.txt_nav {
  width:600px;
	margin:0 auto 20px auto;
}

/**********************************************/
/*6.フォーム*/
/**********************************************/
form{
  margin:0;
	padding:0;
}
#ad_form {
  width:655px;
}

#ad_form dt{
  width:620px;
  border-left:5px solid #FFFF00;
	padding:2px 4px 0 10px;
	margin:3px 0;
	font-weight:bold;
	font-size:110%;
	clear:both;
}
#ad_form dd{
  width:620px;
	clear:both;
  padding:3px;
	margin-bottom:5px;
	margin-bottom:10px;
}

.font_small{
 font-size:80%;
}

.care{
  color:#FF0000;
	font-size:100%;
}

.red{
  background:#FF9999;
}

/**********************************************
スケジュール
**********************************************/
.month {
  border-bottom:solid 1px #0066cc;
	font-weight:bold;
	color:#0066cc;
}

