* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1em;
}

body
{
	color: #333333;
	font-size: 12px;
	background-color: #FFFFFF;
	font-family: Verdana;
}


h1,h2,h3{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h4{
	font-size: 14px;
	font-weight: bold;
}

p {
	line-height: 1.7em;
}

.box {
	margin-bottom: 10px;
}

.spacer {
	clear: both;
	font-size: 0px;
	height: 0px;
}

.cap{
	font-size: 10px;
	line-height: 1.4em;
	vertical-align: text-top;
}


#container
{
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

/* ++++++ ヘッダー ++++++ */

#top {
	display: block;
	height: 95px;
	background-image: url(img/top_bg.jpg);
	background-repeat: no-repeat;
}

#top2{
	width: 800px;
	height: 110px;
	background-image: url(img/2pagetop_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

 #toplink  {
	position: absolute;
	top: 15px;
	left: 16px;
	width: 245px;
	height: 72px;
	overflow: hidden;
}

#toplink a {
	display: block;
	padding-top: 200px;	
	width: 245px;
	height: 72px;
	overflow: hidden;
}




/*メイン*/


#pagebody {
	padding-left: 25px;
}

#main {
	width: 480px;
	float: left;
}


#box_name {
	clear: left;
	padding-bottom: 0px;
	background-image: url(img/name_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#box_name_j {
	font-weight: bold;
	color: #FF0000;
	font-size: 11px;
	z-index: 1;
	position: absolute;
	width: 200;
	left: 26px;
	padding-top: 1px;
	text-align: left;
}

#box_photo {
	padding-bottom: 12px;
}

#box_photo_sub {
	width: 120px;
	float: left;
	margin-left: 10px;
}

#box_title {
	background-image: url(img/snow.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-bottom: 12px;
	background-position: left center;
}

#box_text {
	float: left;
	width: 350px;
} 


.data_box {
	clear: both;
	background-image: url(img/data.gif);
	background-repeat: no-repeat;
	padding-top: 14px;
}

.data_box p{
	font-size: 81%;
	line-height: 1.4em;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#box_navi {
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
}


#box_navi img {
	margin-right: 15px;
}


/*サイド*/

#side {
	width: 256px;
	float: right;
	background-image: url(img/side_body.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#side_header {
	background-image: url(img/side_header.gif);
	background-repeat: no-repeat;
	height: 42px;
	background-position: left top;
}

#side_body {
	width: 210px;
	background-color: #FFFFFF;
	margin: 0 8px;
	padding: 8px;
}


#side_footer {
	background-image: url(img/side_footer.gif);
	background-repeat: no-repeat;
	height: 42px;
}

#side_body .box {
	width: 210px;
}

#side_body .box p{
	line-height: 1.5em;
	margin: 0px;
	font-size: 83%;
	}

#side h5 {
	line-height: 1.2em;
}

/* ++++++ フッター ++++++ */

#copyright {
	font-size: 83.3%;
	font-family: Arial, Helvetica, sans-serif;
	clear: left;
	padding-bottom: 25px;
	padding-top: 30px;
	padding-left: 25px;
}
