/* Base */
body {
	background-image:url(./parts/backgroundimage.jpg);
	background-repeat:repeat;
	background-attachment: fixed;
}

#wrapper{
	width:600px;
	margin-right:auto;
	margin-left:auto;
}

#header{
	height:111px;
	border-bottom:0px solid #ff0000;
	background-image:url(./parts/headerbackgroundimage.jpg);
}

#primary{
	padding:10px;
}


#footer{
	text-align:center;
	font-size:12px;
	color:#660000;
	padding-top:25px;
	background-image:url(./parts/line.gif);
	background-repeat:repeat-x;
}

div.box{
	padding:10px;
	margin:10px;
	font-size:12px;
	background-image:url(./parts/line.gif);
	background-repeat:repeat-x;
}

div.box2{
	padding:10px;
	margin:10px 10px 10px 40px;
	border-top:2px solid #FF99CC;
	font-size:12px;
}

div.photo_box{
	margin:10px;
	padding:30px 10px 10px 10px;
	font-size:12px;
	background-image:url(./parts/line.gif);
	background-repeat:repeat-x;
}

div.tree_box{
	color:#000000;
	border:1px solid #000;
	background-color:#fff;
	padding:30px 10px 10px 10px;
	margin:10px;
	font-size:12px;
	background-image:url(./parts/line.gif);
	background-repeat:repeat-x;
}

div.notes_a{
	color:#000000;
	border-left:5px solid #ff0000;
	float:left;
	width:100px;
	padding-left:7px;
}

div.notes_b{
}


div.confirmation_a{
	border-left:5px solid #33FF99;
	padding-left:8px;
	margin-top:8px;
}

div.confirmation_b{
}

/* form */

.Text{
	width:370px;
	height:80px;
}

#primary input{
	background-color:#FFFFCC;
}

#editor_control{
	padding:3px;
	margin-top:5px;
	width:350px;
	background-color: #ffffff;
}

img.button {
	border: 1px outset white;
	cursor: hand;
	background-color:#ffffff;
}

.tree_text{
	color:#000000;
}

#menu{
	text-align:center;
	
}

/* テーブルレイアウト部 */

#table_box{
}

#table_box table{
	width:100%;
	border-collapse: collapse;
}

#table_box th{
	background-color:#ff6699;
	border:1px solid #0F3275;
	color:#fff;
}

#table_box th.no{
	background-color:#ff6699;
	border:1px solid #0F3275;
	color:#fff;
	font-weight:normal;
}

#table_box td{
	background-color:#fff;
	border:1px solid #0F3275;
}

/* 2ch */

#thread_box{
	border:1px solid #000;
	background-color:#fff;
	padding:5px;
	margin-top:15px;
	margin-bottom:15px;
}