@charset "utf-8";

/* 全体 */
body{
	background: url(../common_images/bg.gif) repeat-y center top #FF0000;
}

/* ヘッダー */
#header{
	width:960px;
	margin:0 auto 30px;
}

/* ナビ */
#nav{
	width:300px;
	float:left;
}

#nav li{
	float:left;
}

/* コンテナ */
#container{
	width:960px;
	margin:0 auto 30px;
}

/* コンテンツ */

#home-contents{
	width:710px;
	float:left;
}

#contents{
	width:690px;
	padding:10px;
	background:url(../common_images/contents_bg.jpg) repeat left top;
	float:left;
}

#contents-inner{
	background-color:#FFF;
	padding:10px;
}


/* 右メニュー */
#right{
	width:230px;
	float:right;
}

#right p{
	margin-bottom:10px;
}


/* フッター */
#footer{
	width:960px;
	border-top: 1px #000000 solid;
	margin:0 auto;
	padding-bottom:30px;
}

#footer-nav{
	text-align:center;
	margin-top:12px;
}

#copyright{
	text-align:center;
	margin-top:12px;
}

/* 基本 */

.center{	text-align:center;}
.left{	text-align:left;}
.right{	text-align:right;}
.clear{	clear:both;}
.stext{	font-size:80%;}
.ltext{	font-size:120%;}
.lltext{	font-size:130%;}
.valign-m{vertical-align:middle;}
.ue5{margin-top:5px;}
.ue10{
	margin-top:10px;
}
.ue15{margin-top:15px;}
.ue20{margin-top:20px;}
.ue30{margin-top:30px;}
.ue40{margin-top:40px;}
.ue50{margin-top:50px;}
.ue100{margin-top:100px;}
.shita5{margin-bottom:5px;}
.shita10{margin-bottom:10px;}
.shita15{margin-bottom:15px;}
.shita20{margin-bottom:20px;}
.shita30{margin-bottom:30px;}
.shita40{margin-bottom:40px;}
.shita50{margin-bottom:50px;}
.line-h100{line-height:100%;}
.line-h180{line-height:180%;}
.bold{font-weight:bold;}
.normal{font-weight:normal;}

.float-left{
	float:left;
	}
.float-right{
	float:right;
	}
.border-b{
	border-bottom:dotted 1px #666666;
	}





.border1{
	border:solid 1px #cccccc;
	}

.imeoff{
	ime-mode:inactive;
	}
.imeoff___{
	ime-mode:disabled;
	}
.imeon{
	ime-mode:active;
	}
.none{
	display:none;
	}
.alpha a img,
.alpha input{
	opacity:1.0;
	filter: alpha(opacity=100);
}
.alpha a:hover img,
.alpha input:hover{
	opacity:0.6;
	filter: alpha(opacity=60);
}
.red{
	color:#DD0000;
}
.pink{
	color:#f65b7f;
}
