@import url("style.css");

body {
	text-align: center;
	margin: 0px auto 20px auto;
	padding: 0px;
	font-size:12px;
	font-family:
    "メイリオ",
    Meiryo,
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro W3",
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS P Gothic",
    sans-serif;
}

a:link 		{ color:#FF0000; text-decoration: none}
a:hover 	{ color:#FF0000;}
a:visited   { color:#CC3366;}
a:active    { color:#FF0000;}

#container{
	width: 740px;
	text-align: left;
	margin: 0px auto;
	background-image: url(images/bg.gif);
	color: #FFFFFF;
	line-height:1.5em;
	}

#header{background-image: url(images/ttl.gif);
	background-repeat: no-repeat;
	height: 220px;}
	
.ttl{text-indent: -9999px; display:none;}

.fmklink{ text-align:right; padding:10px;}


/*フッター*/
#footer {
	background-image: url(images/bottom.gif);
	height: 90px;
	clear: both;
	}

/*コンテンツ*/

.textshoukai{ margin:10px 30px;}
	
#covers { clear: both; padding:0; margin:0; height:auto;}

#columnleft{ width:310px; float:left; margin-left:10px;}
#columnright{ width:385px; float:right; margin:10px 10px 10px 15px;}

#message{
	background: url(images/bg_message.gif) no-repeat;
	height: 102px;
	width: 201px;
	color:#FF0000;
	padding:40px 0 0 80px;
	margin-left:30px;}


/*ブログ*/

#matome a{ color:#ffffff; text-decoration: none}
#matome h4{
	margin:0;
	padding:3px;
	font-size: 12px;
	color: #FFFFFF;
}
#matome{
	padding:5px;
	background-image: url(images/bg_red.gif);
}

#matome p{margin:0; text-align:right; color:#cccccc;}

#matome div{ margin-bottom:5px;}

