@charset "utf-8";

/*===============================================================================
基本設定
===============================================================================*/
html {
	background:inherit;
}
img {
	border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
hr {
	display: none;
}
form {
	display: inline;
}
br.clear {
	font-size: 1px;
	line-height: 1;
	clear: both;
}
div.accesslog {
	display: none;
}


/*===============================================================================
ページ構成
===============================================================================*/
body, td {
	font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", san-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #333333;
}
body {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background: #FFFFFF;
}
a:link, a:visited { color: #0066CC;  background-color: transparent; text-decoration: none;}
a:hover, a:active { color: #FF6600; background-color: transparent; text-decoration: underline; }


/*===============================================================================
ヘッダ
===============================================================================*/
#headertopbg {
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 1px;
	background: url(../img/header_topline.gif) repeat-x left top;
	line-height: 1;
}
#headertopbg #headertop {
	height:17px;
	margin: 0px auto 0px auto;
	font-size: 1px;
	background: url(../img/header_top.gif) no-repeat center top;
	line-height: 1;
}
#header {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
#header #fontsize {
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: right;
}
#header #headertitle {
	float: left;
	margin: 5px auto 0px auto;
	text-align: left;
	line-height: 1;
}
#header #headersub {
	float: right;
	margin: 5px auto 0px auto;
	text-align: right;
	padding: 0px;
	font-size: 80%;
	line-height: 1.4;
}
#headerbottom {
	height:7px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	font-size: 1px;
	background: url(../img/header_bottom.gif) no-repeat center bottom;
	line-height: 1;
}
#headerbottombg {
	height:6px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	font-size: 1px;
	background: url(../img/header_bottomline.gif) repeat-x left top;
	line-height: 1;
}


/*===============================================================================
フッタ
===============================================================================*/
#footertop {
	margin: 40px auto 0px auto;
	text-align: center;
	font-size: 1px;
	background: url(../img/footer_topline.gif) repeat-x left top;
	line-height: 1;
}
#footertop #footertopbg {
	width:250px;
	height:20px;
	margin: 0px auto 0px auto;
	font-size: 1px;
	background: url(../img/footer_top.gif) no-repeat center top;
	line-height: 1;
}
#footer {
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 7px;
	font-size: 80%;
}
#footer a:link, a:visited { color: #333333;  background-color: transparent; text-decoration: none;}
#footer a:hover, a:active { color: #666666; background-color: transparent; text-decoration: underline; }
#footer_bottom {
	height:7px;
	border-bottom: 2px solid #000000;
	font-size: 1px;
	background: url(../img/footer_bottom.gif) no-repeat center bottom;
	line-height: 1;
}


/*===============================================================================
パンくず
===============================================================================*/
#pannav {
	width: 770px;
	font-size: 80%;
	text-align: left;
	margin: 20px auto 20px auto;
	padding:  0px 15px 0px 15px;
	letter-spacing: 0.05em;
	background: url(../img/icon_pannavi.gif) no-repeat left 0.3em;
}










/*▼全ページ共通設定
-------------------------------------------------------------------------------*/


/*===============================================================================
広告
===============================================================================*/
div.ad {
	margin: 20px 0px 20px 0px;
}


/*===============================================================================
ページトップリンク
===============================================================================*/
div.pagetop {
	margin: 20px 0px 60px 17px;
}


/*===============================================================================
コード・引用
===============================================================================*/
pre.code {
	padding: 10px 10px 10px 10px;
	overflow: auto;
	color: #333333;
	border: 1px solid #CCCCCC;
	background: url(../img/bg_code.gif) repeat;
}

div.entrybox blockquote {
	margin: 15px 30px 15px 30px;
	padding: 5px 10px 5px 10px;
	color: #333333;
	background-color: #F5F8FA;
	border: 1px solid #CCCCCC;
}


/*===============================================================================
打ち消し
===============================================================================*/
.strike {
	text-decoration: line-through;
}


/*===============================================================================
フォントカラー
===============================================================================*/
.red {
	color: #DD0000;
}
.blue {
	color: #333399;
}
.green {
	color: #339900;
}
.gray {
	color: #666666;
}


/*===============================================================================
swf埋め込み
===============================================================================*/
.flashArea {
	border: 1px solid #CCCCCC;
}













