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

/* DEAFAULT
-------------------------------------------------------------------------- */

/******　メイン　*******/

.title {
	width:780px;
	height:46px;
	padding-left:20px;
	line-height:46px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	background-color:#A4194B;
	background-image:url(../img/point_ti001.png);
	background-repeat:no-repeat;
	margin-bottom:20px;
}

#contents_box{
	margin:0;
	width:800px;
}

.logo_box {
	height:120px;
	float:left;
}

.photo_box {
	margin:0px 0px 10px 0px;
	float:left;
	width:310px;
}

.title_box {
	margin:0px 0px 15px 0px;
	width:780px;
	float:left;
}

.title_box h3 {
	margin:0;
	background-image:url(../img/point_ti002.png);
	background-repeat:no-repeat;
	float:left;
	line-height:37px;
	color:#A4194B;
	font-size:14px;
	font-weight:bold;
	padding-left:60px;
	width:420px;
	margin-bottom:20px;
}

#title_box p {
	float:left;
}

/******　ページトップへ　*******/

#pagetop {
	width:800px;
	margin:0;
	padding-bottom:10px;
}


#pagetop p {
	background-image:url(../img/icon_pagetop.png);
	background-repeat:no-repeat;
	float:right;
	padding-left:12px;
}



/******　リンク　*******/


a:visited {
	color:#996699;
	text-decoration:none;
}

a:hover {
	color:#0077E6;
	text-decoration:underline;
}




