@charset "utf-8";

/* CSS Document */

/* common */
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #dcdcdc;
}

body, td, th, div, p, span {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #434343;
	margin: 0px;
	padding: 0px;
}

form{
	margin: 0px;
	padding: 0px;
}

input,
select,
textarea {
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif;
	color: #434343;
	vertical-align: middle;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	color: #00b7ee;
	text-decoration: underline;
	outline: none;
}
a:visited {
	color: #00b7ee;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #0068b7;
}

a.none {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}
a.none:visited {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}
a.none:hover {
	color: #ffffff;
	text-decoration: none;
	outline: none;
	background-color: #ffffff;
}

a.title {
	color: #434343;
	text-decoration: none;
	outline: none;
}
a.title:visited {
	color: #434343;
	text-decoration: none;
	outline: none;
}
a.title:hover {
	color: #ffffff;
	text-decoration: none;
	outline: none;
	background-color: #434343;
}

/* span */
span.pink {
	color: #e4007f;
}

/* base */
div#container {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
div#base {
	float: left;
	width: 950px;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	border-left: #e4007f solid 10px;
}
* html div#base {
	height: expression((document.documentElement.clientHeight < 100)? "100px" : "100%");
}
div#header {
	width: 950px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
div#logo {
	float: left;
	height: 30px;
}
div#header_menu{
	float: right;
	height: 30px;
	margin: 0px 10px;
	padding: 0px;
	text-align: right;
	line-height: 30px;
	letter-spacing: 1px;
}
div#main {
	width: 950px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
div#footer {
	width: 950px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
div#copyright {
	float: right;
	height: 30px;
	margin: 0px 10px;
	padding: 0px;
	text-align: right;
	line-height: 30px;
	letter-spacing: 1px;
}
div.clear {
	clear: both;
}

/* button */
div.bt_login {
	width: 80px;
	margin: 0px auto;
	padding: 0px;
}
div.bt_login a {
	display: block;
	width: 80px;
	height: 26px;
	background: url(../images/img_bt_login.gif) no-repeat left top;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
}
div.bt_login a:hover {
	background-position: left bottom;
}

div.bt_make {
	width: 80px;
	margin: 0px auto;
	padding: 0px;
}
div.bt_make a {
	display: block;
	width: 80px;
	height: 26px;
	background: url(../images/img_bt_make.gif) no-repeat left top;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
}
div.bt_make a:hover {
	background-position: left bottom;
}

/* caption */

/* contents */
div.contents1 {
	width: 920px;
	margin: 10px 0px 15px 25px;
	padding: 0px;
}
div.bord1 {
	float: left;
	width: 210px;
	height: 260px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	background: url(../images/img_pic_bord.gif) left top no-repeat;
}
div.bord1 div.title {
	width: 190px;
	height: 20px;
	margin: 5px 10px 0px 10px;
	padding: 0px;
	line-height: 20px;
	letter-spacing: 0px;
}
div.bord1 div.name {
	width: 190px;
	height: 15px;
	margin: 0px 10px 5px 10px;
	padding: 0px;
	color: #ffffff;
	text-align: right;
	line-height: 15px;
	letter-spacing: 1px;
}
div.bord1 div.com {
	width: 200px;
	height: 20px;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	font-size: 10px;
	color: #707070;
	line-height: 10px;
	letter-spacing: 1px;
}
div.bord1 div.tumb {
	width: 192px;
	height: 144px;
	margin: 8px auto;
	padding: 0px;
}
div.bord1 div.info {
	float: left;
	width: 130px;
	height: 30px;
	margin: 0px 5px 5px 5px;
	padding: 0px;
	line-height: 15px;
	letter-spacing: 0px;
}
div.bord1 div.writing {
	float: right;
	width: 60px;
	height: auto;
	margin: 0px 5px 5px 0px;
	padding: 16px 0px 0px 0px;
	color: #e4007f;
	line-height: 14px;
	letter-spacing: 0px;
	text-align: center;
	background: url(../images/img_pic_writing.gif) center top no-repeat;
}
div.bord1 div.none {
	float: right;
	width: 60px;
	height: auto;
	margin: 0px 5px 5px 0px;
	padding: 16px 0px 0px 0px;
}

/* list */

/*  table */
table.tb_comment_box {
	width: 600px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
table.tb_comment_box td.top{
	width: 600px;
	height: 5px;
	margin: 0px;
	padding: 0px;
	background: url(../images/img_com_top.gif) left bottom no-repeat;
	line-height: 0px;
}
table.tb_comment_box td.middle{
	width: 600px;
	height: auto;
	margin: 0px;
	padding: 5px 10px;
	background: url(../images/img_com_middle.gif) left top repeat-y;
}
table.tb_comment_box td.bottom{
	width: 600px;
	height: 5px;
	margin: 0px;
	padding: 0px;
	background: url(../images/img_com_bottom.gif) left top no-repeat;
	line-height: 0px;
}
