﻿@charset "utf-8";

/* #####################################################
  シェア
######################################################## */  
*{
	margin: 0;
	padding: 0;
}
body {
	background:#fff url(../index/img/bg.gif);  /* 背景 */
	text-align:center;
}
body,td,p,li {
	font-size:95%;
	color:#993300;
	line-height:1.6;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
html { 
  /* Firefox用 スクロール位置でセンタリング位置ズレ防止 */
  overflow-y:scroll;   
} 
p {   
  margin:0 0 1em 0;   
}
li {   
  list-style-type:none;   
}   
img {
	border:0;
}

/* -------------
  link
---------------- */ 
a:link {
  text-decoration:underline;
  color:#f1f;
}
a:visited {   
  text-decoration:underline;   
  color:#f1f;
}
a:hover {
  font-weight:bold;
  text-decoration:none;
}
a:active {   
  color:#f00;   
} 

/* #####################################################
  段組
######################################################## */
#header {
  text-align: left;
  background-color:#614A3E;
  padding: 0.5em 1em 0.1em 1em;
  font-size:10pt;
}
#topBanner {
  margin-top:1em;
  text-align: center; 
}
#container {
	clear:both;
	width:920px;
	margin:20px auto;
	background-color:#FFCC00;
	text-align: left;
	border: 3px solid #614A3E;
}
#main {
	float:left;
	width:690px;
	margin:0px 5px 0px 5px;
	overflow: hidden;
}
#side {
  float:left;
  width:205px;
}
#footer {   
  clear:both;   
  margin-top:30px;   
  padding:1em;   
  text-align:center;   
  background-color:#614A3E;  
  color:#fff;
}

/* -----------------------------------------------------------
 h1～見出し
----------------------------------------------------------- */
h1 { 
  margin:0;
  font-size:10pt;
  color:#fff;
  letter-spacing:0.1em;
  text-align: left;
  float: left;
}

/* -----------------------------------------------------------
 header  
----------------------------------------------------------- */
#header p {
  font-size:9pt;
  color:#fff;
  text-align: right;
}
#topBanner {
	background-image: url(../index/img/bg_group.jpg);
	height: 190px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topBanner td{

}

/* -----------------------------------------------------------
 container（ main＋side ）
----------------------------------------------------------- */
p.topTitle {   
  margin-top:5px;
  text-align:center;
}
p.bottomTitle {   
  clear:both;
  text-align:center;
}


/* -----------------------------------------------------------
 main（サムネイル・テキスト）
----------------------------------------------------------- */
ul.thumb li {
	float: left;
	margin: 2px;
	text-align: center;
	background-image: url(../index/img/girl-bg.jpg);
	height: 200px;
	width: 110px;
	line-height: 1.5;
	background-repeat: no-repeat;
	overflow: hidden;
}
 /* ------------------
 サムネイル拡大

ul.thumb li a:hover img {
	position: relative;
	height: 165px;
	width: 110px;
}
---------------------- */
 /* ------------------
 ここまで
---------------------- */






div.text {
	clear:both;
	margin-top:1em;
}
.text strong {
  font-size:115%;
}
p.attention {
  font-weight:bold;
  color:#FF0000;
}

/* -----------------------------------------------------------
 side（ブログ・更新履歴）
----------------------------------------------------------- */
.blog {
	background-color:#FEFF9F;
	border: 2px solid #FE4CAC;
}
.blog p {
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin:0;
	background-color:#FE4CAC;
}
.blog ul {
  padding:0.5em;
}
.blog li {
  padding: 0px 0px 0px 18px;
  background:url("../index/img/list.gif") no-repeat 0px 7px ;
}

.update {
	margin-top:15px;
	background-color:#FEFF9F;
	border: 1px solid #FE4CAC;
}
.update p {
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin:0;
	background-color:#FE4CAC;
}
.update ul {
  padding:0.5em;
}
.update li {
  padding: 0px 0px 0px 18px;
  background:url("../index/img/list.gif") no-repeat 0px 7px ;
}

/* -----------------------------------------------------------
 footer
----------------------------------------------------------- */
.bottomBanner {
  padding-left:2em;
  font-size: 11pt;
  float: left;
}
.bottomBanner li.banner1 {
  color:#FFFFFF;
  float: left;
  margin-right:3em;
}
.bottomBanner li.banner2 {
  color:#FFFFFF;  
}
#footer p {   
  text-align:right;
  color:#fff;
  font-size:80%;
  padding:1em 0 0 0;
}
address{
  text-align:right;
  font-size:80%;
}
#footer a{   
  color:#fff;
  padding:0 1em;
}
#footer a:link {
  color:#fff;
}
#footer a:visited {
  color:#fff;
}
#footer a:hover {
  color:#ffcc00;
  text-decoration:none;
}
