@charset "utf-8";
/*======================================
	タグのスタイル
======================================*/
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	line-height: 170%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-repeat: repeat-x;
	font-size: 12px;
}
h3  {
	margin-bottom: 10px;
}
p {
	margin-bottom: 1em;
}
a {
	text-decoration: none;
	font-weight: normal;
	color: #660000;
}
a:hover,#header-ul a:hover {
	color: #CC0000;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
hr {
	border-top-style: solid;
	padding: 0px;
	clear: both;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*======================================
	装飾で使用するスタイル
======================================*/
.txt10 {
	font-size: 10px;
	line-height: 150%;
}
.red-txt, .attention {
	color: #FF0000;
}
.photo-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.photo-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.photo-clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-clear {
	clear: both;
}
.aline-left {
	text-align: left;
}
.aline-right {
	text-align: right;
}
.aline-center {
	text-align: center;
}
.pngfix {
	/*IE6でPNGを配置する時設定するクラス*/
}
.fixHeight{
	/*高さを揃えたい時に指定するクラス*/
}
.Hover{
	/*メニューのロールオーバーを指定するクラス*/
}
.scroll  {/*ページ上部へ戻るボタン設定するクラス*/
	cursor: pointer;
	background-image: url(../basic-img/back-gotop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.scroll:hover {
	color: #CC0000;
}

/*======================================
	レイアウトで使用するスタイル
======================================*/
#all {
	width: 885px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
#layout-header {
	margin-top: 17px;
	margin-bottom: 20px;
}
#header-ul {
	font-size: 10px;
}
#header-ul li {
	display: inline;
	float: right;
	margin-left: 10px;
	width: 7em;
}
#header-ul a {
	color: #999999;
	display: block;
	text-align: center;
	padding: 3px;
}
.buttan-english {
	border: 1px solid #999999;
	padding: 3px;
}
.buttan-english:hover {
	border: 1px solid #990000;
}
#sns-list li {
	float: right;
	display: inline;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main-navi {
	width: 885px;
	background-image: url(../basic-img/back-navi.jpg);
	background-repeat: repeat-x;
	background-color: #CDCDCD;
}
#main-navi li {
	display: inline;
	float: left;
}
.search-li {
	background-image: url(../basic-img/navi-end.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 30px;
	width: 153px;
	padding-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 10px;
}
.search-text {
	width: 110px;
}
#sns div{
	float: right;
	display: inline;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#layout-main-area {
	margin-bottom: 10px;
}

#layout-footer {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-top: 10px;
}
.footer-list {
	list-style-type:none;
	width:120px;
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.footer-list li   ul li{
	font-size: 10px;
	line-height: 120%;
	margin-bottom: 10px;

}
.footer-list h6 a{
	font-size: 12px;
	font-weight: bolder;
	color: #000;
	margin-bottom: 10px;
	display: block;
}
.footer-list a {
	color: #999;
}
.footer-list a:hover {
	color: #CC0000;
}
#footer-sub {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #999;
}
#footer-sub li {
	display: inline;
	float: left;
	margin-right: 10px;
}
.footer-sub-line {
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#footer-sub li a {
	color: #999;
}
#footer-sub li a:hover {
	color: #CC0000;
}
.bt {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffcab0', endColorstr = '#f5b444');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffcab0', endColorstr = '#f5b444')";
	background-image: -moz-linear-gradient(top, #ffcab0, #f5b444);
	background-image: -ms-linear-gradient(top, #ffcab0, #f5b444);
	background-image: -o-linear-gradient(top, #ffcab0, #f5b444);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffcab0), to(#f5b444));
	background-image: -webkit-linear-gradient(top, #ffcab0, #f5b444);
	background-image: linear-gradient(top, #ffcab0, #f5b444);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 20px;
	text-align: center;
}
