/* HTMLタグ ----------------------------------- */
body {
	font-family: "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(../img/top_bar.jpg);
	background-color: #00A0C6;
	margin: 0px;
}

img {
	border: 0px;
}
td {
	font-size: 12px;
	line-height: 1.6em;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h4 {
	margin: 0px;
	padding: 0px;
}

p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



/* 疑似クラス ----------------------------------- */
a:link {
	font-size: 12px;
	color: #FFE8BA;
	background-color:transparent;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #FFE8BA;
	background-color:transparent;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FFA20C;
	background-color:transparent;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #FF0000;
	background-color:transparent;
	text-decoration: none;
}
a.nav {
	font-size: 12px;
	color: #990000;
	background-color:transparent;
	text-decoration: none;
}
a.nav:visited {
	font-size: 12px;
	color: #990000;
	background-color:transparent;
	text-decoration: none;
}
a.nav:hover {
	font-size: 12px;
	color: #DDDD00;
	background-color:transparent;
	text-decoration: underline;
}
a.nav:active 	{
	font-size: 12px;
	color: #FF0000;
	background-color:transparent;
	text-decoration:none;
}

/* 共通レイアウト指定 ----------------------------------- */

#top {
	width:681px;
	padding: 0px;
	margin: 30px auto 0px;
}

#copyright {
	height: 60px;
	width: 681px;
	text-align: center;
	margin: 20px auto 0px;
}
.box {
	width: 676px;
	border: 1px solid #FFFFFF;
	margin-top: 20px;
	margin-left: 30px;
	background-color: #333333;
}

#main-top {
	width:681px;
	padding: 0px;
	background-image: url(../../img/common/sec_bg.jpg);
	min-height: 480px;
	margin: 0px auto;
}

* html #main-top {
	height: 522px;
}
.name {
	font-size: 10px;
	color: #99CCCC;
	text-align: right;
}
.input {
	margin-left: 30px;
	padding-top: 15px;
	width: 610px;
}
.small {
	font-size: 10px;
}
.title-txt {
	font-size: 14px;
	line-height: 3em;
	font-weight: bold;
	margin-left: 45px;
}
.input2 {
	margin-left: 15px;
	padding-top: 10px;
	width: 640px;
	padding-bottom: 10px;
	background-image: url(../../bbs/img/comment_back.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.title {
	background-image: url(../../bbs/img/smile.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 39px;
}
.comment {
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
#copyright-img {
}

/*セカンドレベル見出し指定 ----------------------------------- */

.midashi {
	width: 651px;
	height: 30px;
	background-image: url(../img/midashi_back.jpg);
	background-repeat: no-repeat;
	margint:0 auto;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
}
.midashi-txt {
	font-size: 12px;
	margin-left: 30px;
	margin-right: 5px;
	line-height: 30px;
	font-weight: normal;
}


/*共通回り込み解除指定 ----------------------------------- */

#c-both br {
	clear:both;
}

.c-both {
	clear:both;
	margin: 0px;
	padding: 0px;
}
