@charset "utf-8";


/* default */

body{
	margin: 0;
	padding: 0;
	background: url(images/back.gif);
	color: #333;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.95em;
	line-height: 1.8;
}
h1,h2,h3,h4,h5,h6{
}
p,li,dt,dl{
}
p {
	margin: 0 0 1em 0;
}
ul li{
	list-style-type: none;
}
a img{
	border:0;
}
a:link{
	color: #4682b4;
	text-decoration: none;
}
a:visited{
	color: #4682b4;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
blockquote{
	margin-left: 1em;
	padding-left: 1em;
	border-left: 2px solid #CCC;
	color: #CCC;
}
pre{
	width: 100%;
	padding: 1em 0;
	overflow: auto;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
}
table{
	width: 100%;
	border-spacing: 2px;
	margin: 1.5em 0;
}
table th, table td{
	padding: 0.3em 0.75em
}
.hidden{
	display: none;
	visibility: hidden;
}
.alignright{
	float: right;
}
.alignleft{
	float: left;
}
.clear{
	clear: both;
}

/* header */

#header{
	background: url(images/header.jpg) no-repeat left top;
	padding-top: 305px;
	padding-left: 70px;
}
#header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}


/* navigation */

#navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation ul li{
	float: left;
	margin: 0;
	padding: 0;
}


/* title */

#headline{
	width: 800px;
	margin-top: 160px;
}
h1{
	margin: 0;
	margin-bottom: 15px;
	padding: 25px 0;
	border-bottom: 1px solid #ffd700;
	font-size: 21pt;
	font-weight: 100;
	line-height: 1em;
}
h1 img{
	display: block;
	float: left;
	margin-top: -20px;
	margin-right: 10px;
}


/* container */

#container{
	width: 860px;
	margin-left: 41px;
	background: url(images/main_back.gif) repeat-y left;
}


/* main */

#main{
	width: 800px;
/*	margin-left: 41px;*/
	padding: 0 30px;
}
#main {
	zoom: 100%;
}
#main:before, #main:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.fig{
	float: left;
}
#main pre{
	padding: 10px;
	background-color: black;
	color: white;
	overflow: scroll;
}

/* news */


/* footer */

#footer{
	width: 870px;
	margin-left: 41px;
	margin-bottom: 15px;
	background: url(images/footer_back.gif) no-repeat left bottom;
}
#footer .contentinfo{
	margin: 0 30px;
	padding: 10px 0;
	border-top: 1px solid #ffd700;
}


/* clearfix */

#headline:after, .para:after{
	content: url(http://common.yumejiroh.com/images/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}

#headline, para{
  zoom:1;
}