@charset "utf-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,  
form,fieldset,input,textarea,p,blockquote,th,td{
	padding:0;
	margin:0;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight:normal;
	font-style:normal;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

/* default */
body {
	font-size: small;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
}
* html body {
	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 0.8em;
	text-align:center;
}


/* 基本設定、リンクカラーなど */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}
body#index {
	background:url(images/bg.jpg) repeat-x top #efeff5;
	color:#555555;
}
a:link {
	color:#367e5b;
	text-decoration:underline;
}
a:visited {
	color:#367e5b;
}
a:hover {
	text-decoration: none;
	color:#579f7c;
}
a:active {}
p{
	line-height:1.5;
}

/* clearfix */
#contents_in:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#contents_in {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* #visual */
div#visual{
	width:850px;
	clear:both;
	text-align:left;
}

/* #container */
#container {
	width:850px;
	background:#fff;
	margin: 0 auto;
	margin-top:25px;
	text-align: center;
}

/* #contents */
#contents {
	width: 850px;
	margin:auto;
	clear: both;
	padding-bottom:20px;
}
#contents_in{
	width:771px;
	margin:auto;
	padding-top:20px;
	clear:both;
}
.img_left{
	float:left;
	margin-top:10px;
}
.img_right{
	float:right;
	margin-top:10px;
}
 




