/* 06_community_index */

.contents_p {
	height: 100px;
	margin: 10px 0 0 35px;
	padding: 0;
	border-bottom: 1px dotted #ff3366;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:12px;
	text-align:18px;
}

.contents_p a {
	font-weight: bold;
	color: #FF3399;
	text-decoration: none;
}

.contents_p a:hover {
    color: #FF99CC;
	text-decoration: underline;
}

.contents_p a:visited {
	color: #FF3399;
	text-decoration: underline;
}

img.contents_img {
    float:left;
    margin: 0 10px 0 0;
	padding: 0;
}



/* box */

.img_top {
	margin: 25px 25px 15px 25px;
}

.img_bottom {
	margin: 25px auto 15px auto;
}

.box {
	margin: 0 auto 10px auto;
	width: 500px;
	height: 160px;
}

.box_left {
	margin: 0 10px 0 0;
	padding: 0;
	width: 160px;
	height: 160px;
	float: left;
	background-image:url(index/community_back.gif);
}

.box_left h5 {
	margin: 10px 0 5px 10px;
	text-align: left;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 11px;
	font-weight:bold;
	color: #FF3399;
}

.box_left h5 a {
	font-weight: bold;
	color: #FF3399;
	text-decoration: none;
}

.box_left h5 a:hover {
    color: #FF99CC;
	text-decoration: underline;
}

.box_left h5 a:visited {
	color: #FF3399;
}

.box_left p {
	margin: 0 10px 5px 10px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 10px;
	color: #666666;
	text-align: left;
	line-height: 15px;
}

.box_left img {
	margin: 0 0 5px 10px;
}

.box_right {
	margin: 0;
	padding: 0;
	width: 160px;
	height: 160px;
	float: right;
	background-image:url(index/community_back.gif);
}

.box_right h5 {
	margin: 10px 0 5px 10px;
	text-align: left;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 11px;
	font-weight:bold;
	color: #FF3399;
}

.box_right h5 a {
	font-weight: bold;
	color: #FF3399;
	text-decoration: none;
}

.box_right h5 a:hover {
    color: #FF99CC;
	text-decoration: underline;
}

.box_right h5 a:visited {
	color: #FF3399;
}

.box_right p {
	margin: 0 10px 5px 10px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 10px;
	color: #666666;
	text-align: left;
	line-height: 15px;
}

.box_right img {
	margin: 0 0 5px 10px;
}

.box_clear {
	clear: both;
}


/* btn */

.btn {
	margin: 0 auto 2px auto;
	width: 500px;
	height: 60px;
}

.btn_left {
	margin: 0 10px 0 0;
	width: 245px;
	height: 60px;
	float: left;
}

.btn_right {
	margin: 0;
	float: right;
}

.btn_clear {
	clear: both;
}


/* buttons */

.btn_form {
	margin: 10px auto 0px auto;
	text-align: center;
}

.btn_guidance {
	padding: 3px 0px 2px 0px;
	text-align: center;
}

img.btn_request {
	padding: 10px 0px 0px 0px;
	float: right;
}

.btn_set {
	margin: 20px 0 20px 60px;
	padding: auto;
	width: 400px;
	height: 40px;
	text-align: center;
}

.btn_set_btm {
	margin: 0 10px 0 0px;
	padding: 0;
	text-align: center;
	float: right;
}

.btn_set_clear {
	clear: both;
}

