/* CSS Document */

body {
	background-color: #EEF5E2;
	margin: 0px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}

h1 {
	background-color: #BCDB8E;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	clear: both;
	height: 14px;
	letter-spacing: 1px;
	text-align:left;
}

h2 {
	font-size: 12px;
	line-height: 120%;
	color: #666666;
	font-weight: bold;
	margin-bottom:0px;
}


#contents_box {
	width: 750px;
	background-color: #FFFFFF;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-color:#BCDB8E;
}



#footer_box {
	width: 750px;
	background-color: #87A668;
	padding-top:10px;
	padding-bottom:10px;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-color:#87A668;

}

#table_box{
	width:550px;
	margin:auto;
}

.table_left {
	width:550px;
	height:20px;
	margin:1px;
	background-color : #EEEEEE;
	padding : 5px 10px;
	border-bottom-style : dotted;
	border-bottom-width : 1px;
	border-color : #CCCCCC;
	font-size: 12px;
	line-height: 120%;
	color: #666666;
	font-weight:bold;

}

.table_right {
	width:550px;
	margin:5px;
	background-color : #FFFFFF;
	padding : 10px;
	font-size: 12px;
	line-height: 120%;
	color: #666666;

}

.privacy_title {
	border-bottom-style : dotted;
	border-bottom-width : 1px;
	border-color : #CCCCCC;
	width:550px;
	background-color : #FFFFFF;
	padding-top : 20px;
	margin-bottom : 15px;
	font-size: 12px;
	line-height: 120%;
	color: #666666;
	font-weight:bold;

}

.privacy_txt {
	width:500px;
	background-color : #FFFFFF;
	padding-bottom : 20px;
	font-size: 12px;
	line-height: 120%;
	color: #666666;

}


.txt1 {
	font-size: 12px;
	line-height: 120%;
	color: #FFFFFF;
}

.txt2 {
	font-size: 12px;
	line-height: 120%;
	color: #666666;
	font-weight: bold;
}

.txt3 {
	font-size: 12px;
	line-height: 140%;
	color: #666666;
}

.txt4 {
	font-size: 12px;
	line-height: 120%;
	color: #A5598D;
}


.txt5 {
	font-size: 12px;
	line-height: 120%;
	color: #87A668;
}

.txt6 {
	font-size: 10px;
	line-height: 120%;
	color: #666666;
}

.txt7 {
	font-size: 12px;
	line-height: 120%;
	color: #8b4513;
	padding-top: 5px;
	padding-bottom: 20px;
	margin-left:10px;
	margin-right:10px;

}

#camtext {
	color: #666666;
	padding: 0px 30px;
	font: bold 14px/20px "ƒƒCƒŠƒI", Meiryo, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", osaka, "MSƒSƒVƒbƒN", sans-serif;
}

#camtext02 {
	color: #FF3300;
	padding: 0px 30px;
	font: bold 14px/20px "ƒƒCƒŠƒI", Meiryo, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", osaka, "MSƒSƒVƒbƒN", sans-serif;
}

#logbox {
	border:1px solid #666;
	height:100%;
	overflow: auto;
	margin-top: 25px;
}

#logbox #log_space {
	padding:10px;
}

#logbox .txt{
	line-height:200%;
}

.img_photo{
	float:right;
	display:block;
	text-align:center;
	margin-left:15px;
}

.img_photo img{
	width:250px;
	height:auto;
	margin-bottom:10px;
	border:1px solid #999;
}


a:link {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.cblue       {color:blue;}
.cdpink      {color:#FF1493;}      /* color:deeppink */
