/* 外部ファイル */
@import url("menu.css");
@import url("font.css");

/* 共通設定 */

body{
	background-color:#CC0000;
	font-size:12px;
	
}

*{
	margin:0px;
	padding:0px;
}


a:link{
	color:#0066CC;
	text-decoration:underline;
}

a:visited{
	color:#0066CC;
	text-decoration:underline;
}

a:hover{
	color:#FF6600;
	text-decoration:underline;
}

a:active{
	color:#0066CC;
	text-decoration:none;
}



#Contents{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-color:#FFFFFF;
}

#Head{
	height:201px;
	width:800px;
	margin-bottom:11px;
}

#Head h1{
/*	background-image:url(../images/head.jpg);*/
	width:800px;
/*	height:151px;*/
/*	text-indent: -999999px;*/
}

/* ----- Menu ---------------------------- 

Menu用のcssは外部ファイルに設定をおこなう

------------------------------------------*/




/* メイン用 */

#MainCont{
	width:757px;
	margin-left:auto;
	margin-right:auto;
}

/* h2 お知らせ */

#MainCont h2.title_news{
	background-image:url(../images/title_news.jpg);
	background-repeat:no-repeat;
	border:0px;
	text-indent:-999999px;
	height:56px;
}

/* h2 新着情報 */

#MainCont h2.title_blog{
	background-image:url(../images/title_blog.jpg);
	background-repeat:no-repeat;
	border:0px;
	text-indent:-999999px;
	height:52px;
}




#MainCont ul.List{
	margin:0px;
	padding:0px;
	width:528px;
	line-height:150%;
}

#MainCont ul.List li{
	list-style-position:outside;
	padding:0px;
/*	border-bottom:2px #666666 solid; */
	margin-left:20px;
	list-style-type:disc;
}

#MainCont ul.List li a{
	color:#000000;
}


/* フッタ用 */

#Footer{
	height:30px;
	width:758px;
	text-align:center;
	color:#000000;
	font-size:12px;
	margin-top:12px;
	margin-left:auto;
	margin-right:auto;
	border-top:2px #000000 solid;
	padding-top:12px;
	padding-bottom:10px;
	clear:both;
	line-height:120%;
}

/* トップ限定 */

#Bunner{
	float:right;
	width:221px;
	margin-top:12px;
}

#Bunner img{
	margin-bottom:5px;
}

#Bunner object{
	margin-bottom:5px;
}

.m-right{
	margin-top:0px;
	text-align:right;
	padding-right:0px;
	width:520px;
}

.m-right a{
	color:#000000;
}


/*　twitter　*/
#twitter h3{
border:0px;
}



/* ----- フォント＆下層タイトル ---------- 

装飾用下層タイトル用のcssは外部ファイルに設定をおこなう

------------------------------------------*/

#Section{
	width:528px;
/*	height:300px;*/
	float:left;
	margin-top:0px;
	margin-bottom:30px;
	font-size:13px;
	line-height:120%;
}
