@charset "utf-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : 
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

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

html{
}	
body{
	background-image:url(images/bg.png);
	background-repeat:repeat;

	text-align : center;	/*for IE : Block centering. */
}

/* ----- IDS ----- */

#container{
	width:778px;
	margin:0 auto;
	text-align:center;

}
#header{
	height:30px;
	background-image:url(images/bg_top.png);
	background-repeat:no-repeat;
}
#contents_wrapper{
	background-image:url(images/bg_content_area.png);
	background-repeat:repeat-y;
	text-align:left;
	padding-left : 55px;
}

#top-box {
	width:640px;
	height:320px;
	padding:0;
	background-image:url(images/pic_main.png); 
	background-position:left;
	background-repeat:no-repeat;

	border-top : 1px solid #b0b0b0;
}

#top-box h1{
	height:0px;
	font-size:0px;
	overflow:hidden;
	color:#ffffff;
}

#infoText {
	width:640px;
	margin:0 auto;
	text-align:center;
}
#infoText p{
	padding:10px;
	color:#ce0067;
}

#postForm {
	width:640px;
	height:60px;
	background-image:url(images/bg_post.png);
	background-repeat:no-repeat;
	margin:0 auto;
	text-align:center;
}

#postForm  p{
	padding-left:280px;
	padding-top:10px;
}

#primaryContent{
	width:440px;
	margin-left:5px;
	float:left;
}


#mid-box {
	width : 640px;
	padding-left : 10px;
	padding-right : 10px;
}

#primaryContent #mainMessage{
	width:428px;
	background-image:url(images/center_board_body.png);
	background-position:left;
	background-repeat:repeat-y;
	margin-left:0;
	padding-bottom:15px;
}

#primaryContent #mainMessage h2{
	position:relative;
	width:428px;
	height:65px;
	font-size:18px;
	line-height:18px;
	color:#756939;
	margin:0;
	overflow:hidden;
}

#primaryContent #mainMessage h2 span {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	width:428px;
	background-image:url(images/center_board_top.png);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:18px;
	line-height:18px;
	color:#756939;
}

#primaryContent #mainMessage p.topMssage{
	padding-top:5px;
	padding-left:45px;
	padding-bottom:5px;
	padding-right:30px;
	line-height:18px;
	margin:0;
	font-size:12px;
	color:#6e6e6e;
	text-indent:12px;

}

#primaryContent #mainMessage p.trmsPost img {
	display:block;
	padding:10px;
	text-align:center;
	margin:0 auto;
}

#primaryContent #mainMessage_bottom{
	background-image:url(images/center_board_bottom.png);
	background-position:top;
	background-repeat:no-repeat;
	height:8px;
	width:428px;
}

#primaryContent .aboutform {
 font-size:11px;
 color:#6e6e6e;
 padding : 1em 1.5em 0em 1.5em;
}


#secondaryContent{
	width:180px;
	margin-top:5px;
	float:left;

}
#messageBoard{
	width:172px;
	background-image:url(images/left_board_body.png);
	background-repeat:repeat-y;
	margin-left:0;

}

#messageBoard h2{
	position:relative;
	height:64px;
	width:172px;
	margin:0;
	padding:0;
	font-size:14px;
	overflow:hidden;
}

#messageBoard h2 span{
	display:block;
	width:100%;
	height:100%;
	background-image:url(images/left_board_top.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
}

#messageBoard h3{
	font-size:12px;
	font-weight:bold;
	padding:10px 8px 2px;
}

#messageBoard p{
	font-size:12px;
	padding:3px 8px;

}

#messageBoard p.btn_post{
	margin:0 auto;
	text-align:center;
}

#messageBoard p.caution_txt{
	font-size:10px;
	padding:2px 8px 3px;
}

#messageBoard ul.readermsg {
	font-size:12px;
	padding:3px 10px;
}

#messageBoard ul li{
	padding-bottom:3px;
	list-style-type:disc;
	list-style-position:outside;
	margin-left:15px;
}

#messageBoard_bottom{
	background-image:url(images/left_board_bottom.png);
	background-position:top;
	background-repeat:no-repeat;
	height:10px;
	width:172px;
}

#thirdContent{
	margin-left:0px;
	margin-top:0px;
	text-align:left;
	width:640px;
}



#thirdContent p.cautionPost {
	padding-top:1.5em;
	padding-left:2em;
	margin:0;
	font-size:11px;
}

#thirdContent ul {
 font-size:10px;
 padding-left:4em;
 padding-right:2em;
 list-style-type:none;
 padding-bottom:1em;
}
#thirdContent ul li{
	padding-bottom:2px;
	color:#565656;
}

#thirdContent p.footer_navi {
	font-size:12px;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	margin-left:2em;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	width:580px;
}

#navigation{
}	


#footer_wrapper{
	background-image:url(images/bg_footer.png);
	background-repeat:repeat-y;
	text-align:left;
	padding-left : 55px;
}

#foot-box{
	padding : 0px;
}

#foot-box .faren {
	font-size:12px;
	padding-top:1.5em;
	padding-left:4em;
	height:40px;
	width:150px;
	float:left;
}

#foot-box p.footer_text {
	font-size:12px;
	padding-top:2em;
	padding-bottom:1em;
	text-align:left;
	
}



/* ----- CLASSES ----- */

.hide{
}
.show{
}

/* ----- HEADINGS ----- */

h1{
}
h2{
}
h3{
}
h4{
}

/* ----- PARAGRAPHS ----- */

/*
p{
}
#primaryContent p{
}
#secondaryContent p{
}
*/

/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

#navigation li{
}

#navigation ul{
}

#navigation ul li{
}

#navigation ol{
}

#navigation ol li{
}

/* ----- IMAGES ----- */

img{
	border:none;
}
img a{
	border:none;
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
	font-weight:bold;
	font-style:normal;
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
}
a:hover{
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}

.clear { clear: both; }


