@charset "EUC-JP";

@import url(../_base.css);

##div {
	border: solid 1px #f33;
	margin:5px;
}

/*	全体	*/
body	{
	text-align:center;
}
a	{
	color:#333;
	text-decoration:none;
}
a:Hover	{
	color:#CC3D3D;
}

/*	container	*/
#container	{
	width:740px;
	margin:auto;
}

/*	ヘッダ	*/
#head	{
	height:70px;
	background:url(../../img/head_img01.gif) no-repeat top right;
}
h1	{
	float:left;
	display:inline;
	width:215px; height:100%;
	background:url(../../img/head_logo.gif) no-repeat center center;;
	margin-left:10px;
}
h1 a	{
	width:100%;	height:100%;
	display:block;
	text-indent:-9999px;
	font-size:30px;
}
.navi	{
	float:right;
	display:inline;
	padding-top:45px;
}
.navi li	{
	float:left;
	display:inline;
	padding:0px 0.5em;
	border-right:solid 1px #ccc;
}

/*	ボディ	*/
#body	{
	background:#fff;
}

#main	{
	text-align:left;
	background:url(../../img/main_bg_middle.jpg) repeat-y;
}
h3	{
	padding:10px 20px;
}
.area	{
	width:650px;
	margin:auto;
}
/*	コンテンツ（top以外）	*/
#contents	{
	height:80px;
	background:url(../../img/main_bg_top.jpg) no-repeat bottom center;
}
#contents li	{
	float:left;
	display:inline;
}
#contents .other	{
	margin-left:8px;
}

/*	フッタ	*/
#foot	{
	height:20px;
	padding-top:10px;
	text-align:center;
	background:url(../../img/main_bg_bottom.jpg) no-repeat top center;
}
#foot .copyright	{
	color:#666;
	font-size:90%;
	text-align:center;
	padding:10px 0px;
	margin:auto;
}


/*	汎用型（変更するな！！）	*/
.leftSide	{	float:left;		}
.rightSide	{	float:right;	}
.clear		{	clear:both;		}
.left		{	text-align:left;	}
.right		{	text-align:right;	}
.center		{	text-align:center;	}
.underline	{	text-decoration:underline;	}

.notice	{
	color:#f33;
	font-size:90%;
}
.caution	{
	color:#f33;
}
.error	{
	font-weight:bold;
	color:#f33;
}
.stress	{
	font-weight:bold;
	color:#f33;
	font-size:120%;
}