﻿@charset "utf-8";

/* CSS Document */

body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	font-family: "メイリオ", Meiryo, "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 13px;
	line-height: 20px;
	clip: rect(auto,auto,auto,auto);
	background-color: #fff;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	min-width: 1000px;
	-webkit-text-size-adjust: 100%;
}

h1 {
	color: #fff;
	width: 1000px;
	line-height: 40px;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	font-weight: normal;
	text-align: right;
}

h2 {
	color: #0066FF;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.h2_text {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	padding-left: 26px;
	display: none;
}

h3 {
	color: #0066FF;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

h4 {
	color: #0066FF;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

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

a:link {
	color: #CC3300;
	text-decoration: none;
}

a:visited {
	color: #CC3300;
	text-decoration: none;
}

a:hover {
	color: #CC3300;
	text-decoration: underline;
}

a img {
    border-style:none;
	vertical-align:text-bottom;
}

img {
    border-style:none;
	vertical-align:text-bottom;
}

embed {
	vertical-align:bottom
}

ul {
	margin:0;
	padding:0;
}

li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.fR {float: right;}
.fL {float: left;}
.center{text-align:center;}

.clear {
	clear: both;
}

dl,dt {
	margin: 0px;
	padding: 0px;
}

.fade {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.fade:hover {
    opacity: 0.6;
    filter: alpha(opacity=40);
}

/*----------------------------------------------------
	font (bass:13px)
----------------------------------------------------*/
.font10 {font-size:10px;}
.font11 {font-size:11px;}
.font12 {font-size:12px;}
.font13 {font-size:13px;}
.font14 {font-size:14px;}
.font15 {font-size:15px;}
.font16 {font-size:16px;}
.font17 {font-size:17px;}
.font18 {font-size:18px;}
.font19 {font-size:19px;}
.font20 {font-size:20px;}

.f_red{color:#B22C00;}
.f_Ora15{
	color: #FE8100;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
}

.f_Brown13{
	color: #572C00;
	font-size: 14px;
}

.f_Brown14{
	color: #572C00;
	font-size: 14px;
	font-weight:bold;
	line-height:23px;
}

.f_Brown18{
	color: #572C00;
	font-size: 18px;
	font-weight: bold;
}

.f_blue{color: #39F;}
.f_pink{color:#F66;}

.f_green{color: #429362;}

.bold{font-weight:bold;}

.listFont{
	color: #DA6A45;
	font-size: 15px;
	margin:15px 0 5px 0;
}

/*----------------------------------------------------
　ギャラリー
----------------------------------------------------*/
.galleryBox{
	margin:0 0px 0 0px;
	clear:both;
	overflow:hidden;
}

ul.sekou{
	margin:0;
	padding:0;
}

ul.sekou li{
	width: 215px;
	height: 145px;
	margin: 0 13px 15px 0px;
	padding: 3px;
	list-style-type: none;
	float: left;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}