@charset "euc-jp";

/* 鼎奶肋年(リセット)
--------------------------------------------------------------------------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,ul,ol,li,div,p,dl,dt,dd,form,input,textarea,table,tr,th,td {
	margin: 0;
	padding: 0;
}
img {
	line-height: 0;/* for IE */
	border: none;
}
ul {
	list-style: none;
}


/* スタイル肋年
--------------------------------------------------------------------------------------------------------------------*/
body {
	color: #333333;
	font: 81.3%/1.0 'ヒラギノ逞ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	text-align: center;
}
a:link    { color: #cc3300; text-decoration: underline; }
a:visited { color: #ec3c00; text-decoration: underline; }
a:active  { color: #9f5000; text-decoration: underline; }
a:hover   { color: #fd3f00; text-decoration: underline; }

#wrapper {
	margin: 5px auto 0;
	width: 950px;
	text-align: left;
}
#header {
	width: 950px;
}
/* ⅶⅶ2011.11.15恃构ⅶⅶ */
#collabo_logo {
	padding: 2px 0 0 2px;
	width: 200px;
	height: 48px;
	background: #ffffff;
	border: 1px solid #D21E1E;
	position: absolute;
	top: 0;
	right: 0;
	z-index:100;
}
/* ⅴⅴ2011.11.15恃构ⅴⅴ */
#collabo_logo img {
	vertical-align: middle;
}
#main {
	margin: 0 0 100px;
	width: 675px;
	line-height: 1.4;
	float: left;
}
.block {
	width: 675px;
	background: url(../images/block_body.gif) left top repeat-y;
}
.contents {
	padding: 17px;
	background: url(../images/block_footer.gif) left bottom no-repeat;
}
#sub {
	margin: 0 0 100px;
	width: 250px;
	float: right;
}
#footer {
	padding: 22px 0 30px;
	width: 950px;
	text-align: center;
	background: url(../images/footer_back.gif) left top no-repeat;
	clear: both;
}
#footer li {
	padding: 0 7px 0 9px;
	border-left: 1px solid #333333;
	display: inline;
}
#footer li.first {
	border: none;
}
#footer a:link    { color: #333333; text-decoration: underline; }
#footer a:visited { color: #333333; text-decoration: underline; }
#footer a:active  { color: #cc3300; text-decoration: underline; }
#footer a:hover   { color: #cc3300; text-decoration: underline; }



.marTop5 {
	margin-top: 5px;
}
.marTop15 {
	margin-top: 15px;
}
.marTop20 {
	margin-top: 20px;
}
.marBottom5 {
	margin-bottom: 5px;
}
.marBottom15 {
	margin-bottom: 15px;
}
.marBottom20 {
	margin-bottom: 20px;
}
.padBottom5 {
	padding-bottom: 5px;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.fClear {
	clear: both;
}
.text-right  { text-align: right; }
.text-center { text-align: center; }
.text-left   { text-align: left; }



/* clear:float
--------------------------------------------------------------------------------------------------------------------*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}


/* ⅶⅶ2011.11.15恃构ⅶⅶ */
/* social */
#monitor_social_buttons { margin: 0 0 10px 0; }
#monitor_social_buttons ul li { display: block; float: left; height: 25px; }
#monitor_social_buttons ul li.mixi { margin-right: 8px; position: relative; top: -4px; }
#monitor_social_buttons ul li.plusone { margin-right: -20px; }
#monitor_social_buttons.monitor_social_buttons_bottom { margin-top: 10px; }
/* ⅴⅴ2011.11.15恃构ⅴⅴ */