/*基本*/
* {
	margin: 0px;
	padding: 0px;
}

body {

	background-image: url(../images/bg_img.jpg);

}


/*区切り*/
hr {
	hight:1px;
	margin-bottom:10px;

}


/*署名*/
.signature {

	text-align: right;
	padding-right: 20px;
}

/*全コンテンツを入れる枠*/
#contents_box {
	width: 770px;
	hight: auto;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

/*タイトル*/
#title_box {
	width:740px;
	height: 175px;
}

#title_box_txt {
	padding-left: 15px;
	padding-right: 15px;

}

#title_box_txt h1 {
	text-indent: -9999px;
	background-image: url(../images/toptitle.jpg);
	background-repeat: no-repeat;
	width:740px;
	height: 175px;

}

#menu_box {
	width:740px;
	background-color: #FFFFFF;
	}
#menu_box_txt {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	background-color: inherit;
}

#pr_box {
	width:740px;
}


#pr_box_txt {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	text-align: center;

}
#pr_box_txt p {

	font-size: 75%;
	color: #FF6699;
}

/*フッター*/
#footer_box {
	width: 770px;
	clear: both;

}

#footer_box_txt {
	padding-left: 15px;
	padding-right:15px;
	padding-top:15px;
	text-align: center;
	font-size: 70%;
}

.counter {

	line-height: 1.5em;
	color: #000000;
	text-align: right;

}

a:link {

	color: blue;
	text-decoration: none;
}

a:visited {

	color: blue;
}

a:hover {

	color: #000099;
}

a:active {

	color: red;

}

