﻿body {
	font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Arial", "sans-serif";
	font-size: 12px;
	line-height: 1.6em;
	word-break:break-all;
	background-image: url(../index_img/back_brown.jpg);
	background-repeat: repeat;
	text-align: center;
	padding-top: 30px;

}
* {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

:link,:visited {
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
table {
	border-spacing:0;
}

/* clearfix ここから */
/* for modern browser */
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

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

.clear {
	clear: both;
}

.font-s {
	font-size: 10px;
	line-height: 1.3em;
}
.font-l {
	font-size: 14px;
	line-height: 1.6em;
}
li {
	list-style-type: none;
}
#index-wrap {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#index-wrap h1 {
	text-align: center;
	margin-bottom: 10px;
}
#index-contents {
	float: right;
	width: 252px;
	color: #FFFFFF;
	line-height: 1.6em;
	padding-top: 30px;

}
.menu-pad-btm {
	padding-bottom: 20px;
}
#index-menu {
	padding-top: 20px;
}
#index-menu-left {
	float: left;
	width: 110px;
}
#index-menu-right {
	float: right;
	width: 110px;
}
#index-footer {
	color: #663333;
}
#index-contents p {
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 5px;
}
