﻿/* CSS Document */


body {
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	margin: 0px 0px 0px;
	background-image: url(../image/bg.gif);
	background-repeat: repeat;
}

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
	border-style:none;
}

ul,ol {
	list-style-type: none;
}

p {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	line-height: 20px;
	padding: 5px;
}

	
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {
	display: block;
}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

	
form {margin:0;padding:0;}

h2{
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	padding: 10px;
	font-weight: normal;
	margin: 0px;
}


/* Link */

a:link,
a:visited {
	color: #0033CC;
	text-decoration: underline;
}

a:hover, 
a.active {
	color: #FF6600;
	text-decoration: underline;
}

#container{
	width:870px;
	margin:0 auto;
	background:#fff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}

/*ヘッダー*/
#header{
	height: 80px;
	background-color: #FFFFFF;
	padding: 0px;
}

#header h1 {
	font-size: 12px;
	text-align: right;
	padding: 5px;
	font-weight: normal;
	float: right;
	width: 560px;
	margin: 0px;
}

/*ロゴ*/

#header p#logo{
	width:280px;
	float:left;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 20px;
}
#header p#logo a{
	display:block;
	width:280px;
	height:50px;
	text-indent:-9999px;
	background:url(../image/logo.gif) no-repeat left top;
}


#header ul {
	float: right;
	width: 570px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header li {
	float: right;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	background-image: url(../image/icom.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*サイトメイン*/
#wrapper{
	padding:15px;
	overflow: auto;
	clear: both;
}


#pagetop {
	float:left;
	clear: both;
	width: 870px;
	background-color: #FFF;
}

#pagetop a{
	display:block;
	width:132px;
	height:12px;
	text-indent:-9999px;
	background-image: url(../image/pagetop.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 15px;
}

/*コンテンツタイトル*/
.type_hed {
	width: auto;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	font-size: 12px;
	background-image: url(../image/type_hed.gif);
	background-repeat: repeat-x;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.line {
	width:200px;
	height: 10px;
	background-image: url(../image/line200.gif);
	background-repeat: no-repeat;
	clear: both;
}

.manen2 {
	font-size: 12px;
	color: #333333;
}

#zoom_img {
	padding: 5px;
	float: left;
	height: auto;
	width: 360px;
}

.rosen_side {
	font-size: 12px;
	background-color: #F1F0E4;
	width: 190px;
	padding: 5px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.hd {
	display:none;
}



/*フッター*/
#footter{
	width:870px;
	background-image: url(../image/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 60px;
	padding-top: 10px;
	clear: both;
	float: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footter ul {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 115px;
}

#footter li {
	float:left;
	margin-left:15px;
	background-image: url(../image/icom.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#footter p#copyright {
	font-size: 12px;
	text-align: center;
	line-height: 17px;
	color: #000000;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
