@charset "UTF-8";

body {
	font-size:13px;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif; 
	color:#333;
	line-height:1.6;
	margin:0 auto;
	padding:0;
	letter-spacing:1px;
	width:900px;
	height:100%;
	box-shadow: 0px 0px 25px 5px #444444;
	border-style: solid;
	border-color:#012345;
	border-width: 1px;
	background-color:#eeeeee;

}

#wrap {
	width: 100%;
	margin-top:0px;
	position: relative;
	height:auto !important;
	min-height: 75em;
	background-color:#ffffff;
}

#title {
	border-bottom:1px solid #474655;
	margin-bottom:50px;
	height:250px;
	background-image:url(image/ヘッダーサンプル.jpg);
}

#menu {
	margin-left:20px;
}

#menu ul{ 
	margin-top:0px;
	padding: 0;
	list-style: none;
	text-align: center;
	width:150px;
	float:left;
}
#menu li{ 
	text-align: center;
	display: inline; 
	padding: 0; 
	margin-top:20px;
}
#menu li a{
	display: block; 
	border-bottom: 1px solid #474655;
	background-color: #fff;
	padding: 3px;
	text-decoration: none;
	color: #333;
	width: 120px; 
	text-align: center;
	font-size: 18px;
	padding-top:20px;
}
#menu li a:hover{
	border-bottom: 1px solid #474655;
	background-color: #EEE;
}
#menu #haji li a{
	display: block; 
	border: 1px solid #474655;
	background-color: #fff;
	padding: padding: 3px 10px;;
	text-decoration: none;
	color: #333;
	width: 0; 
	margin: 0; 
	text-align: center;
	font-size: 14px;
}
#menu #haji li a:hover{
	display: block; 
	border: 1px solid #474655;
	background-color: #F3D898;
	text-align: center;
}

h1 {
/*	font-size:32px;
	color:#999999;
	font-weight:bold;
	text-align:center;
	margin:30px;
	text-decoration: none;
*/
	background-image:url("../image/ヘッダーサンプル.jpg");
	background-repeat:no-repeat;
}

h1 span {
    	display:none;
}

#contents {
	background-color:#ffffff;
	margin:0;
	float:right;
	width:700px;
	padding-bottom:100px;

}

#contents h2 {
	width:600px;
	padding:10px 3px 3px 45px;
	border-bottom:medium #899501 dotted;
	font-size:20px;
	font-weight:normal;
	line-height:29px;
	margin:0;
}

#contents p {
	width:600px;
	margin-top:0px;
	margin-bottom:20px;
	padding:10px;
	font-size:14px;
}

#page-top {
	position:fixed;
    	bottom: 20px;
    	right: 60px;
}

#page-top a:hover {
    text-decoration: none;
}

#footer {
	text-align:center;
	clear:both;
}