/* CSS Document */

.titleimg{
	margin:15px 0px 15px 10px;
	}

.contentbox {
    overflow: hidden;
	width:740px;
	margin :0 0 20px 10px;
	padding:0;
	clear:right;
	}

.contentbox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
	}

/*\*/
* html .contentbox {
    height: 1em;
    overflow: visible;
	}
/**/

.contentbox_free {
    overflow: hidden;
	width:750px;
	}

.contentbox_free:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
	}

/*\*/
* html .contentbox_free {
    height: 1em;
    overflow: visible;
	}
/**/

.contentbox_left{
	width:120px;
	float:left;
	}

.contentbox_right{
	width:630px;
	float:right;
	clear:right;
	}

#merit .contentbox_free {
	margin-bottom:20px;
	}

.contentbox #button {
	margin:5px 0px 10px 0px;
	}

.loginbox {
	width:417px;
	text-align:left;
	margin:0px 0 0px 15px;
	padding:10px 0 0 0;
	}

#login {
	text-align:center;
	width:760px;
	margin:0px;
	padding:30px 0 15px 0;
	}

#ue {
	margin:0 auto;
	width:432px;
	height:9px;
	padding:0px;
	background-image:url(../img/login_ue.gif);
	background-repeat:no-repeat;
	line-height:0px;
	}

#login #naka {
	margin:0 auto;
	padding:0px;	
	width:432px;
	background-color:#EEEEEE;

	}

#shita {
	margin:0 auto;
	width:432px;
	height:9px;
	background-image:url(../img/login_shita.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	line-height:0px;
	}

.onlymargin {
	margin-left:10px;
	}

/*  エントリーボックス　　　　*/
.entry-box {
	margin: 0;
	}

.item-name {
	background-color:#669900;
	padding:0px 5px;
	width:120px;
	color:#FFFFFF;
	}	
.item-box {
	padding:0px 15px;
	}

.buttom {
	display:block;
	margin:30px 0;
	padding:0;
	}


.textarea {
	font-size:12px;
	}

/*  コミュニティ　　　　*/

.commu-name {
	background-color:#F0F0F0;
	width:500px;
	padding:5px;
	vertical-align:top;
	}

.commu-name a {
	font-size:14px;
	line-height:150%;
	}	

.commu-box {
	background-color:#F0F0F0;
	padding:5px;
	vertical-align:top;
	}

.commu-t-name {
	padding:5px;
	width:500px;
	}

.commu-t-name a {
	font-size:14px;
	line-height:150%;
	}	

.commu-t-box {
	padding:5px;
	text-align:right;
	}

.space {
	height:7px;
	}

