@charset "utf-8";

@import "text.css";
@import "image.css";
@import "caption.css";

body {
	width: 100%;
	height: auto;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	text-align:left;
}

#top {
	width: 0;
	line-height: 0;
	font-size: 0;
}

/* 基本設定 */
div {
	padding: 0;
	margin: 0;
}
div:before{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div:after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clr:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clr { display: inline-block; }
/* exlude MacIE5 \*/
* html .clr { height: 1% }
.clr {display:block;}
/* end MacIE5 */

img {
	vertical-align: top;
}

ul,
ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul:after,ol:after {content: ".";display: block;clear: both;height: 0;visibility: hidden;}
ul,ol { display: inline-block; }
/* exlude MacIE5 \*/
* html ul,ol { height: 1% }
ul,ol {display:block;}
/* end MacIE5 */

li {
	padding: 0;
	margin: 0;
}

/*
html {
	background: url(../_img/footer_bg.jpg) repeat-x left bottom;
	background-color:#FFFFFF;
}*/



/* コンテンツ部分 */
#page {
	padding: 0;
	text-align: left;
}

#page .layouts {
	width: auto;
	padding: 0;
	margin: 0;
	clear: both;
}

#page .layouts:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

#page .groups {
	padding: 0;
	margin: 0;
	float: left;
}


/* メニュー部分 */

#menu {
	width: 240px;
	padding: 0;
	margin: 0;
	float: right;
	text-align: left;
}
#menu a{
	color: #333333;
}
#menu a:hover{
	text-decoration: underline;
}
#menu .cbunner {
	margin: 2px 0 5px 0;
}
#menu .linklist {
	border: 1px solid #e6e6e6;
	background-color: #FFFFFF;
}
#menu .linklist_m{
	margin: 9px 8px;
	padding: 0;
	vertical-align: top;
}

#menu li{
	width: 219px;
	height: 32px;
	margin: 0;
	padding: 0 0 0 22px;
	background: url("../_img/menu0/menu_li_bg.jpg") no-repeat left top;
	font-size: 80%;
	line-height: 32px;
}
#menu .img{
	width: auto;
	height: auto;
	margin: 9px 0 0 0;
	padding: 0;
	background: none;
	line-height: 0;
}

.blurbox {
	color: #999999;
}

.redborder {
	border: 1px solid #ff0000;
}
