* {margin : 0; padding : 0;}
body {background-color: #ffffff; color: #333333; text-align : center; width: 100%; font-size : small;}

/* for IE \*/
* html body {font-size : 78%; }
/**/

h1 { font-size : 160%; }
h1 a{text-decoration : none; overflow: hidden;}

/* Layout
------------------------------------------------------------*/

div#container {
	width: 800px;
	margin: 0 auto;
}

/* Hyper text
------------------------------------------------- */

div#container a {text-decoration : none; overflow: hidden;}
div#container a:link,a:visited { color:#0000FF; }
div#container a:hover,a:focus,a:active { text-decoration: underline; }


div#header {
	color: #333333;
	width: 100%;
	margin: 0;
	background-color: #EE2010;
	text-align: left;
	position: relative;
	height: 60px;
}

/* フッター */
div#footer {
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}



/* Header
------------------------------------------------------------*/

h1#logo {
	height: 60px;
	padding-left: 30px;
}
h1#logo a {
	background-image: url(/images/fc2b/logo.gif);
	display: block;
	height: 59px;
	width: 236px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}



/* Footer
------------------------------------------------------------*/

div#footer ul {
	padding: 0px 20px;
	text-align: center;
	margin-bottom: 5px;
	font-size: 88%;
}

/*\*/
* html div#footer ul {
	font-size: 70%;
}
/**/

div#footer li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding: 1px 5px;
	margin-bottom: 5px;
	list-style: none;
}

div#footer li.end {
	border: none;
}

div#footer .footer_menu {
	margin-top: 10px;
	padding: 7px 20px;
	border-top: 1px solid #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-size: 100%;
}

div#footer address {
	font-size: 90%;
	font-style: normal;
	margin-top: 10px;
	font-family: Arial, sans-serif;
}



/* for MacIE
------------------------------------------------------------ */

textarea,input,select {
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
