@charset "shift_jis";

/* --------------------
初期化
-------------------- */
*{
	margin:0;
	padding:0;
	font-size:100%;
}
ul{
	list-style:none;
}
img{
	border:0;
}
th{
	font-weight:normal;
}

/* --------------------
要素別スタイル
-------------------- */
body  {
	font: 80% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #ffffff url(../img/body_bg.gif) center repeat-y;
	text-align: center;
	color: #666666;
	line-height:1.5;
}
h2{
	color:#9CF;
	background:url(../img/line_kureyon_650.gif) left bottom no-repeat;
	font-weight:bold;
	padding:5px 0px 15px 0px;
	margin-bottom:5px;
}
h2 span{
	display:block;
	border-left:#9CF solid 1em;
	line-height:1em;
	padding-left:10px;
}
h3{
	margin-left:1em;
	margin-bottom:5px;
}
a:link {text-decoration: underline; color: #69C;}
a:visited {	text-decoration: underline; color: #9CF;}
a:hover {text-decoration: none; color: #9CF;}
a:active {text-decoration: none; color: #F00;}

/* --------------------
汎用クラス
-------------------- */
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*　ここからclearfix　*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*　ここまでclearfix　*/

.x-small{
	font-size:86%;
}
.red{
	color:#F99;
}

.ml-2{
	margin-left:2em;
}
.mt-1{
	margin-top:1em;
}
.mt-2{
	margin-top:2em;
}
ul.square li{
	margin-left:2em;
	margin-bottom:0.5em;
	padding-left:2em;
	text-indent:-1.8em;
}
p.pagetop{
	text-align:right;
	margin-right:2em;
}

/* --------------------
全体レイアウト
-------------------- */
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background: url(../img/ver4_titleback.gif) repeat-x;
	height:50px;
} 
#header h1 {
	background:url(../img/ver4_title.gif) center no-repeat;
	height:40px;
	text-indent:-9999px;
}
#container #MainArea {
	width:780px;
	margin:15px 20px 15px 0px;
	overflow: auto;
}
#container #MainArea #sidebar {
	float: left;
	width: 110px;
}
#container #MainArea #mainContent {
	float: right;
	width: 650px;
} 
#foot{
	clear:both;
	padding:5px 0px 10px 0px;
}

/* --------------------
左メニュー
-------------------- */
#sidebar img{
	margin:0 7px;
}
#sidebar ul li a{
	display:block;
	height:30px;
	width:110px;
	background-position:left;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#sidebar ul li#menu_home a{
	height:auto;
	text-indent:0px;
	text-align:center;
	padding:5px 0px 10px 0px;
}
/* ボタン画像 */
#menu_about a{
	background-image:url(../img/b_1about.gif);
}
#menu_mlist a{
	background-image:url(../img/b_2mlist.gif);
}
#menu_alb a{
	background-image:url(../img/b_3alb.gif);
}
#menu_link a{
	background-image:url(../img/b_4link.gif);
}
#menu_bbs a{
	background-image:url(../img/b_4bbs.gif);
}
#menu_ssbbs a{
	background-image:url(../img/b_5ss.gif);
}
#menu_monly a{
	background-image:url(../img/b_6only.gif);
	margin-top:10px;
}
/* ボタン画像 hover */
#menu_about a:hover{
	background-image:url(../img/b_1about2.gif);
}
#menu_mlist a:hover{
	background-image:url(../img/b_2mlist2.gif);
}
#menu_alb a:hover{
	background-image:url(../img/b_3alb2.gif);
}
#menu_link a:hover{
	background-image:url(../img/b_4link2.gif);
}
#menu_bbs a:hover{
	background-image:url(../img/b_4bbs2.gif);
}
#menu_ssbbs a:hover{
	background-image:url(../img/b_5ss2.gif);
}
#menu_monly a:hover{
	background-image:url(../img/b_6only2.gif);
}
