@charset "utf-8";
/* CSS Document */

/*↓clear
-----------------------------------*/
.clearfix:after {
	content: "."; /* 新しい要素を作る。 「.」は他の文字でもかまいません。*/
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	}
.clearfix {
	min-height: 1px;
	}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
	}
/*↑clear
-----------------------------------*/


body {
	background: #fafffa;/*========base-backgroundcolor=========*/
	font: 0.8em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", 'Lucida Grande', Verdana, Arial,  sans-serif;
	color: #777777;/*========base-fontcolor=========*/
	text-align: center;
	text-transform: capitalize;
	line-height: 1.4em;
	}
h1 {
	font: 12px normal;
	color: #fafafa;
	padding: 1em 25px 0 0;
	}
h2 {
	font-size: 18px;
	color: #bb0000;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
a:link {
	color: #333333;
	text-decoration: none;
	}
a:visited {
	color: #555555;
	text-decoration: none;
	}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	}
a:active {
	color: #FF0000;
	text-decoration: underline;
	}
.styleM01 {
	margin: 10px auto;
	}
.styleRed {
	color: #990000;
	letter-spacing: 2px;
	}
.styleBlue {
	color: #0000CC;
	text-decoration: underline;
	letter-spacing: 1px;
	}
.lineStripe {
	width: 100%;
	height: 10px;
	background: url(../img/line_ms.gif) repeat;
	}
.shadow {
	width: 100%;
	height: 10px;
	background: url(../img/shadow.gif) repeat-x center center;
	}
.shadowTop {
	width: 100%;
	height: 10px;
	background: url(../img/shadow2.gif) repeat-x;
	}



/*↓Header
-----------------------------------*/
#head {
	width: 100%;
	height: 500px;
	background: url(../img/red1.gif) repeat-x;
	text-align: center;
	}
#rogoImg {
	width: 900px;
	height: 500px;
	margin: 0 auto;
	background: url(../img/img1.jpg) no-repeat;
	text-align: right;
	}



/*↓contents
-----------------------------------*/
#container {
	width: 450px;
	height: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	}
#contents {
	text-align: left;
	}
#read {
	height: 34px;
	background: url(../img/title_read.gif) no-repeat center;
	text-indent: -9999px;
	}
ul {
	margin: 5px 25px;	
	}
p a img {
	margin: 3px 20px;
	}



/*↓footer
-----------------------------------*/
#footer {
	width: 100%;
	background: #fafafa;
	text-align: center;
	padding: 5px 0 0 0;	
	}
#copyright {
	color: #666666;
	margin: 0 auto;
	}
	
MARQUEE
.topics MARQUEE{
	LINE-HEIGHT: 28px;
	}
div.topics {
	font-size: 12px;
	color:  #CC0000;
	}
.topics {
	border: #CC0000 double;
	background-color: #FAFFF7;
	BACKGROUND-POSITION: left center;
	height: 25px;
	width: 75%;
	margin: 5px auto 5px auto;
	text-align: center;
	}