/* Body 
------------------------------------------------ */
* {
	margin:0;
	padding:0;
}

body {
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','MS PGothic','Tahoma','Verdana','Arial','Helvetica','sans-serif';
	margin:0 auto;
	color:#444;
	font-size:12px;
}

a {
	color:#564B42;
	text-decoration:underline;
}

a:hover {
	color:#666;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	letter-spacing:-0.04em;
}

h1 {
	font-size:200%;
}

h2 {
	font-size:180%;
}

h3 {
	font-size:150%;
}

h4 {
	font-size:120%;
}

h5 {
	font-size:100%;
}

h6 {
	font-size:80%;
}

img {
	border:0;
}

.clear {
       clear:both;
}

/* Header
------------------------------------------------ */
#header {
	background-image:url(/assets/header_bg.png);
	background-repeat:no-repeat;
	height:200px;
	width:950px;
	margin:auto;
	behavior:url("/css/iepngfix.htc");
}

#mark {
	float:left;
	margin:10px 0 0 10px;
	padding-left:10px;
}

#mark-flashcast {
	display:block;
	width:80px;
	height:80px;
	cursor:pointer;
}

#logo {
	float:left;
	padding-top:10px;
	margin-top:5px;
}

#logo-flashcast {
	display:block;
	width:320px;
	height:50px;
	cursor:pointer;
}

#logo .description {
      	color: #fff;
	font-size:15px;
	text-align:left;
	margin-left:10px;
}

#rssblock {
	float:right;
	padding:70px 10px 0 0;
	height:38px;
}

#rssfeed {
	display:block;
	background-image:url(/assets/rss.png) !important;
	background-repeat:no-repeat;
	background-image:none;
	width:32px;
	height:38px;
	cursor:pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/rss.png', sizingMethod='scale');
}

/* Main
------------------------------------------------ */
#wrapper {
	width:950px;
	margin:auto;
}

#content {
	background:#fff top no-repeat;
	width:950px;
	float:left;
	min-height:400px;
}

/* Footer
------------------------------------------------ */
#footer {
	width:950px;
	height:100px;
	background-image:url(/assets/footer_bg.png);
	background-repeat:no-repeat;
	behavior:url("/css/iepngfix.htc");
	margin:auto;
}

#footer-margin {
	width:950px;
	height:60px;
}

#foot-copyright {
	padding:0 10px;
	text-align:right;
}

#foot-right {
	padding:60px 10px 5px 10px;
	text-align:right;
}

#footer p {
	font-size:11px;
	color:#fff;
}

#footer a {
	color:#fff;
	text-decoration:underline;
}

#hiddenContent1 {
	display:none;
}

#TB_ajaxContent {
	color:#7C1313;
	font-size:90%;
}

#TB_ajaxContent h1 {
	font-size:130%;
	padding:10px 0;
	text-align:center;
}

#TB_ajaxContent h2 {
	font-size:120%;
	padding:20px 0;
	text-align:right;
}

#TB_ajaxContent p {
	text-indent:1em;
}