/*****************************************************
@bbs
http://atbbs.jp/
*****************************************************/


/*reset
*****************************************************/
/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txt Version: 0.11.3 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}


/*body
*****************************************************/
* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #F0EEED url(http://atbbs.jp/templates/image/bg.gif) top center repeat-y;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

img {
	border: 0;
}


/* a link
*****************************************************/
  a:link{
  	color:#f70;
  	text-decoration: none;
  	padding:2px;
  	border-bottom:1px;
  }
  a:visited{
  	color:#d70;
  	text-decoration: none;
  	padding:2px;
  	border-bottom:1px;
  }
  a:hover{		
  	color:#809596;
  	padding:2px; 
  	/*background:#fa3;
  	border-bottom:none;  */
  }
  a:active{
  	padding:2px;
  	color:#809596;
  	/*background:#f90;*/
  }
a img {
	border-width:0;
	border-style:none;
	border-color:#fff;
	color:#fff;
}
  .clear{
  	clear:left;
  }

strong {
	font-weight: bold; 
}

hr {
	display: none;
}

form,
select,
option,
input,
textarea,
label {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

input {
	border:1px solid #c0d7e9;
}

.page-navi {
	padding: 3px 5px 20px 5px;
	font-size: 95%;
	text-align: left;
	background-color:#ffffff;
}

.squ {
	padding: 40px 20px;
	margin: 30px 0 0 0;
	width: 300px;
	height: 40px;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	border:1px solid #c0d7e9;
	background-color:#f1f1f1;
}

.err_msg {
	color: red;
	font-weight: bold;
}

.not-border a {
	border: 0;
}
/*container
*****************************************************/
#container{
	background: url(../image/bg-top.jpg) top center no-repeat;
	height: 515px;
}

/*wrapper
*****************************************************/
#wrapper {
	width: 824px; /*810*/
	margin: 0px auto 0px auto;
	padding: 10px;
	background-color: #ffffff;
}

/*header
*****************************************************/
#header {
	margin: 10px 10px;
	color: #333;
	width: 802px;
	height: 130px;
	background: #ffffff;
	background:url(../image/header_overlay.gif) no-repeat;
}

#header a {
	border: 0;
}

#header-menu {
	width: 350px;
	position: relative;
	padding: 0;
	margin; 0;
	left: 440px;
	bottom: 130px;
	font-size: 85%;
}

#header h1 {
	display: none;
}

.table-header-right {
	font-size: 90%;
	width: 480px;
	padding-top: 20px;
	text-align: right;
	vertical-align: top;
}

.table-header-left {
	width: 300px;
}

/*navi
*****************************************************/
#navi {
	width:802px;
	text-align:center;
	line-height:30px;
	margin: 10px 10px;
	background-color:#ffffff;
}

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

#navi ul li.nav_first a{
	border-left: 1px solid #ddd;
}
	
#navi li {
	float:left;
	background:#EFF2FF;
	border-right:1px solid #ccc;
}

#navi li a {
	display:block;
	background:#EFF2FF;
	width:138px;
	color:#4C5970;
	font-size:90%;
	margin: 0;
	padding:0 10px;
	text-decoration:none;
	background: #fff url(../image/menu_bg.gif) repeat-x;
	border-bottom: 1px solid #cccccc;
}

#navi li a:hover {
	width:138px;
	color:#333;
	padding:0 10px;
	text-decoration:none;
	background: #fff url(../image/menu_bg_a.gif) repeat-x;
}

#navi:after{
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0px;
}

#navi h2{
	display: none;
}


/*left
*****************************************************/
#leftcolumn, 
#rightcolumn { 
	width: 200px;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	color: #333333;
	background: #ffffff;
}

#leftcolumn .leftbox,
#rightcolumn .rightbox,
#rightcolumn .rightbox-regist {
	margin: 0px 0px 20px 0px;
	background: #ffffff;
}

#leftcolumn .leftbox h2,
#rightcolumn .rightbox h2 {
	padding: 5px 10px;
	color: #715142;
	font-weight: bold;
	font-size: 95%;
	text-align: left;
	background-color: #F2E8C4;
}

#leftcolumn .leftbox h3 {
	padding: 5px 0px;
	color: #333333;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	background-color: #ffffff;
}

#leftcolumn .body,
#rightcolumn .body {
	padding: 5px 5px;
	color: #333333;
	font-size:82%;
	text-align: left;
	background-color:#ffffff;
}
#leftcolumn .body ul{
	list-style-type:square;
	margin-left:15px;
}
#rightcolumn .rightbox-regist h2 {
	padding: 5px 10px;
	color: #333333;
	font-weight: bold;
	font-size: 95%;
	text-align: left;
	background-color: #FFE5E5;
}


#leftcolumn .title,
#content .title,
#rightcolumn .title {
	color: #715142;
	font-weight: bold;
	font-size: 95%;
	text-align: left;
	background-color: #F2E8C4; /*f3f3f3  F2E8C4*/
}

#leftcolumn .body li {
	padding: 1px 0;
}

#leftcolumn table th {
	text-align: left;
}

/*main
*****************************************************/
#content { 
	float: left;
	color: #333;
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 358px;
	display: inline;
}
#content .centerbox {
	margin: 0px 0px 20px 0px;
	background: #ffffff;
}

#content .center-box{
	overflow:auto;
	border:5px;
	padding: 5px 3px 5px 0px;
	font-size:80%;
	background-color:#ffffff;
}
 #content .center-box2{
	overflow:auto;
	height:100px;
	padding: 5px 10px;
	font-size:82%;
	color: #333333;
	text-align: left;
	background-color:#ffffff;
}
#content .center-box2 ul{
	list-style-type:square;
	margin-left:15px;
}

#content caption,
#content p{
	font-size:120%;
	font-weight:bold;
	text-align:center;
}
#content hr{
	display:block;
	background-color:#a6c5f2;
	border:none;
	height:2px;
	width:300px;
	margin-left:20px;
}
#content .bbssample{
	width:120px;
	height:200px;
	float:left;
}
#content .bbsExp{
	width:205px;
	margin-top:3.0px;
	margin-left:6px;
	float:left;
}
#content .bbsExp table{
	width:205px;
}
#content .bbsExp table th{
	width:65px;
}
#content .invite{
	width:325px;
	margin-under:20px;
	margin-left:15px;
	text-align:left;
}

#content .invite table{
	border:1px #ccc solid;
}
#content .invite td{
	text-align:left;
	border:1px #ccc solid;
	padding:0 0 0 3px;
}
#content .invite a{
	text-align:center;
}
#content h2 {
	padding: 5px 10px;
	color: #715142;
	font-weight: bold;
	font-size: 95%;
	text-align: left;
	background-color: #F2E8C4;
}

#content .body {
	padding: 5px 10px;
	color: #333333;
	font-size:82%;
	text-align: left;
	background-color:#ffffff;
}


#content .body-overflow {
	overflow: auto;
	height: 200px;
	padding: 5px 10px;
	font-size:82%;
	color: #333333;
	text-align: left;
	background-color:#ffffff;
}

#content .body-overflow2 {
	overflow: auto;
	height: 600px;
	padding: 5px 3px 10px 10px;
	font-size:82%;
	color: #333;
	text-align: left;
	background-color:#ffffff;
}

/* list style */
#content .body-overflow ul {
	list-style: square;
}

#content .body-overflow li {
	padding: 3px 0px;
	margin: 0 0 0 10px;
}

#content .body-overflow2 ul {
	list-style: none;
}

#content .body-overflow2 li {
	padding: 3px 0px;
}

/*right
*****************************************************/
#rightcolumn { 
	color: #333;
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 200px;
	float: left;
}


#rightcolumn .body li {
	padding: 3px 0;
}
#rightcolumn .body ul{
	list-style-type:square;
	margin-left:15px;
}

/*footer
*****************************************************/
#footer { 
	width: 780px;
	padding:10px;
	margin: 0 auto;
	clear: both;
	color: #333;
	text-align: left;
	border-top: 1px solid #ccc;
	background: #E5F1F4; /*E5F1F4 F3F3F3*/
}

#footer ul li {
	display:inline;
	padding: 5px;
	font-size: 80%;
	color: #666666;
	font-weight: normal;
}

#footer p {
	text-align: right;
	padding: 5px;
	font-size: 85%;
	color: #666666;
	font-weight: normal;
}

#footer a {
	color: #333;
	text-decoration: none; 
}

/*footer2
*****************************************************/
#footer2 { 
	width: 780px;
	padding: 10px;
	margin:0 auto;
	color: #333;
	background: #ffffff;
}

#footer2 p {
	text-align: right;
	padding: 5px;
	font-size: 85%;
	color: #666666;
	font-weight: normal;
}


/*main 2 column
*****************************************************/
#bbslist-content {
	width: 578px;
	float: left;
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	display: inline;
}

#bbslist-content ul,
#atchs-content ul {
	list-style-type: none;
}

#bbslist-content li,
#atchs-content li {
	padding: 5px 0;
}


/*main 1 column
*****************************************************/
#regist-content,
#design-content,
#atchs-content { 
	color: #333;
	float: left;
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 796px;
	display: inline;
}

#regist-content .title,
#bbslist-content .title,
#design-content .title,
#atchs-content .title {
	height: 18px;
	background-color:#EDEDED;
	font-weight:bold;
	font-size:100%;
	color: #715142; /*715142*/
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: left;
	background-color:#F2E8C4; /*f3f3f3*/
}

#regist-content .body,
#bbslist-content .body,
#design-content .body,
#atchs-content .body {
	margin-bottom: 20px;
	padding: 5px 0 10px 10px;
	color: #333;
	font-size:90%;
	text-align: left;
	background-color:#ffffff;
}

/* @chs explain */
#atchs-content .body {
	font-size:90%;
}

#atchs-content h3 {
	padding: 5px 0;
}


/* regist form table */
#regist-content table {
	margin: 10px 0;
	border-collapse: collapse; 
	/*border: 1px solid #D8D8F0;*/
}

#regist-content table th {
	padding:8px 5px;
	font-weight:normal;
	text-align: right;
	width: 200px;
	 
	white-space: nowrap; 
}

#regist-content table td {
	padding:8px 5px;
	text-align: left;
}

#regist-content .odd {
	background-color:#FFE5EF;
}


/* design list image */
#design-content img {
	border: 3px solid #f1f1f1;
}


/*kiyaku
*****************************************************/
#tos,#id-tos{
	width:780px;
}

#tos{
	margin-bottom:50px;
}

#tos p,
#id-tos p{
	padding:12px;
	line-height:125%;
	font-size: 0.9em;
}

#tos ul,
#tos ol,
#id-tos ul,
#id-tos ol{
	line-height:125%;
	padding:7px 12px;
}

#tos ul li,
#id-tos ul li{
	list-style-type:square;
	margin-left:15px;
	margin-bottom:5px;
	font-size: 0.9em;
}

#tos ol li,
#id-tos ol li{
	list-style-type:lower-alpha;
	margin-left:15px;
	margin-bottom:5px;
	font-size: 0.9em;
}
