@charset "utf-8";
/* CSS Document */

/*----------------------
	デフォルトスタイル
-----------------------*/
body,p,h1,h2,h3,h4,h5,h6,
span,small,strong,
div,ul,li,
figure,img,
header,footer,nav,section{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Sans GB W3";
}



/*----------------------------------------
	全ページ共有ここから
----------------------------------------*/
body{
	background-image: url(img/back.jpg);
	background-repeat: repeat;
}


/*	メニュー
--------------------*/
#menu{
	width:100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
#menu  ul {
	display: block;
}
#menu  li {
	font-size: 18px;
	line-height: 50px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 100%;
	list-style-type: none;
	text-align: center;
	color: #333333;
	background-image: url(img/menu_back.jpg);
	background-repeat: repeat-x;
}
#text {
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#text2 {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#text2 img {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#text2 h2 {
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #D79DB2;
}
#text2 h3 {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: normal;
}
#text2 p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#menu  li  a {
	text-decoration: none;
	display: block;
	color: #333333;
}
#menu img {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu a {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	list-style-type: none;
}

#pan li:nth-child(even){
	margin:0 5px;
}
#copy img {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	width: 100%;
}


/*----------------------------------------
 INDEXページここから
----------------------------------------*/
/*	TOP画像
--------------------*/
.top_img{
	overflow:hidden;
	margin: 0px;
	text-align: center;
	padding: 0px;
	width: 100%;
}

.top_img img{
	/*max-width:320px;*/
	height:auto;
	width: 100%;
}


/*----------------------------------------
 ・カテゴリーページ
 ・アバウトページ
 ・ニュースページ
 ・フリーページここから
----------------------------------------*/
/* リスト繰り返し
--------------------*/
.free_list li div,
.free_list li a:not(.part_link){
	padding:1em 1.2em 1em 1em;
	display:block;
	overflow:hidden;
	position:relative;
	border-top:solid 1px #202020;
	border-bottom:solid 1px #000;
}

.free_list li:first-child div,
.free_list li:first-child a:not(.part_link){
	padding-top:0;
	border-top:none;

}

.free_list li:last-child div,
.free_list li:last-child a:not(.part_link){
	border-bottom:none;
}
#tizu {
	height: 400px;
	width: 80%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #FFFFFF;
}


/*--------------------
	共通フッター部分
--------------------*/
footer{
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
}

#copy{
	font-size:12px;
	line-height: 16px;
	color: #333333;
	padding: 0em;
	margin: 0px;
}
#smenu {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#smenu ul {
	margin: 0px;
	padding: 0px;
}
#smenu li {
	margin: 0px;
	padding: 0px;
	width: 50%;
	text-align: center;
	list-style-type: none;
	font-size: 16px;
	line-height: 40px;
	float: left;
	background-image: url(img/menu_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#smenu li a {
	text-decoration: none;
	display: block;
	;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFBBB6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFBBB6;
	color: #4D4D4D;
}