@charset "Shift_JIS";
body{
	background-image: url(img_common/bg_image.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	height: 100%;
	margin: 0;
	line-height:130%;
}

strong{
	font-weight: bold;
	}

body {
    font-size: 12px;
    min-width:960px;
}

/* for IE6 */
* html body {
    font-size: 82%;
}

#wrapper{
	text-align:left;
	margin: 0 auto;
	width: 960px;
}

#main{
	margin: 0 auto;
}

p {
	margin: 4px 0px 8px;
	}

h1 img {
	vertical-align: bottom;
}
h2 img {
	vertical-align: bottom;
}
h3 img {
	vertical-align: bottom;
}
td{
	text-align: left;
}

.txt_red {
	color: #FD023A;
}
.txt_10{
	font-size: 10px;
	line-height: 140%;
	color: #333333;
}
.txt_gray{
	color:#999999;
}



/* header */
#header{
	margin: 0 auto;
	width: 960px;
	height: 130px;
	position: relative;
}

#header h1{
	position: absolute;
	top: 13px;
	left: 0;
}

#header ul#headermenu{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 3px;
	right: 0;
}

#header ul li{
	display: inline;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}

#sitelink{
	position: absolute;
	top: 46px;
	right: 16px;
}

#menu{
	width: 960px;
	height: 32px;
	position: absolute;
	top: 89px;
	left: 0;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	display: inline;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* pankuzu */

.kuzu_10px{
	font-size: 10px;
	line-height: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#newitem_main {
	width: 750px;
	text-align: center;
}

/* footer */

#footer{
	margin-top: 32px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F20A46;
}

#footer_inner{
	width: 960px;
	text-align: center;
	padding: 5px 0;
	margin: 0 auto;
	}


/* banner drag */

#btdrag{
	width:238px;
	height: 122px;
	background-image: url(img_topdata/bt_nodoame.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#btdrag2 {
    background-image: url(img_topdata/bt_nodoame.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    height: 122px;
    width: 238px;
}

#btdrag_topcm{
	width:222px;
	height: 125px;
	background-image: url(img_topdata/cm02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#btdrag_cm1{
	width:192px;
	height: 108px;
	background-image: url(cm/images/mnodoame_cm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

#btdrag_cm2{
	width:180px;
	height: 89px;
	background-image: url(cm/images/bnr_mnodoame.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

#btdrag3 {
	background-image: url(img_topdata/bt_nodoame.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 122px;
	width: 238px;
}

.clear {
	clear: both;
}


