body {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 11px;
	background-image: url(../images/white_sand.png);
	background-repeat: repeat;
}

h1,h2 {
	color: #727272;
	clear: both;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-family: Georgia;
}

h1 {
	font-size: 2.5em;
  	font-family: Georgia;
	letter-spacing: 0.1em;
 	color: rgb(142,11,0);
 	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}
h1 span{
	display: block;
	margin-top: 0.5em;
	font-family: Verdana;
	font-size: 0.5em;
	font-weight: normal;
	letter-spacing: 0em;
	text-shadow: none;
}
p {
	font-family: AGaramondPro-Regular, KozMinPro-ExtraLight, 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'MS PMincho';
	margin: 10px 0;
	padding: 0;
	color: #727272;
}
a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
blockquote {
	font-style: italic;	
}

#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
}

#header-container {
	height: 90px;
	background: url(../images/header-bg2.png) repeat-x left bottom;
}

#header {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	color: #FFFFFF;
	text-align: right;
	width: 280px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 20px;
}

#header h1 em{
	color: #FFFFFF;
	font-size: small;
	display: block;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 35px;
	right: 30px;
}

#header ul li {
	float: left;
	margin-right: 5px;
}

#header ul li a{
	font-weight: bold;
	font-size: 1.4em;
	margin-right: 5px;
	text-decoration: none;
}

#header ul li a:hover {
	color: #beffbf;	
}

#container {
	width: 910px;
	font-size: 1.4em;
	overflow: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 90px;
	padding-bottom: 40px;
}
#container h2{
	font-size: 1.5em;
	font-family: Georgia;
	letter-spacing: 0.1em;
	color: rgb(142,11,0);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
	margin-top: 50px;
	font-weight: bolder;
}
#container .main_p{
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	height: 593px;
	overflow: hidden;
}
#content {
	width: 890px;
	padding-right: 10px;
	padding-left: 10px;
}
#content ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content li{
	display : inline;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 50px;
	width: 50px;
}

#profile {
}
#profile h2{
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#profile p{
	color: rgba(69,54,37,0.6);
	font-size: 0.85em;
	font-style: italic;
	letter-spacing: 0.25em;
	padding-bottom: 0.5em;
	margin-top: -0.85px;
}
#profile .img_profile{
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
#profile .box{
	float: left;
	width: 415px;
	margin-left: 15px;
}

#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;	
}

#footer-container {
	height: 40px;
	background-image: url(../images/footer-bg2.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#footer {
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #666666;
	text-align: center;
	padding: 5px;
}

