@charset "utf-8";

/*-----------------------------------------------------
Common

font-size: basic:14px

10px 	 72%
11px 	 79%
12px 	 86%
13px 	 93%
14px 	100%
15px 	108%
16px 	115%
17px 	122%
18px 	129%
19px 	136%
20px 	143%
21px 	150%
22px 	158%
23px 	165%
24px 	172%
25px 	179%
26px 	186%

-------------------------------------------------------*/
html {
	height:100%;
}

body {
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS UI Gothic',sans-serif;
	font-size:14px;
	color:#281E0E;
	line-height:1.5;
	height:100%;
	margin:0px;
	padding:0px;
	background: #edc039 url(../images/common/bg_header.gif) repeat-x;
}

/* インナーボックス */
.inner-box{
	width: 1060px;
	margin: 0 auto;
	overflow: hidden;
}

/* 左矢印 */
.left-arrow:before{
	content: "\25B6\0020";
}

/* Img Hover */
/*
.op img{
	transition: ease 0.3s;
}
*/
.op img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*-----------------------------------------------------
Header
-------------------------------------------------------*/
header h1,
header #headerLogo{

	float: left;
}
header h1 a,
header #headerLogo a{
	display: block;
	padding: 124px 45px 0;
	width: 166px;
	height: 0;
	background-repeat: no-repeat;
	background-position: center 16px;
	background-image: url(../images/common/logo.png);
	overflow: hidden;
}
header h1 a:hover,
header #headerLogo a:hover{
	background-image: url(../images/common/logo_on.png);
}
.header-info{
	float: right;
	padding-top: 15px;
	text-align: right;
}
.header-info ul{
	padding-bottom: 12px;
}
.header-info ul li{
	display: inline;
	padding-left: 15px;
}
.header-info ul li a{
	text-decoration: none;
	font-size: 86%;
}

/*-----------------------------------------------------
Bread Crumbs
-----------------------------------------------------*/
.bread_crumbs{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 8px;
	font-size: 12px;
}
.bread_crumbs li{
	display: inline;
	padding-right: 5px;
}
.bread_crumbs li h1 {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}
.bread_crumbs li a{
	text-decoration: none;
}

/*-----------------------------------------------------
Global Navi
-------------------------------------------------------*/
.global-navi{
	background: url(../images/common/bg_navi.jpg) repeat-x;
	height: 76px;
}
.global-navi ul{
	padding-left: 49px;
}
.global-navi li{
	display: block;
	float: left;
}

/*-----------------------------------------------------
Contents
-------------------------------------------------------*/
#contents{
	background: #FFF;
	padding: 20px 50px;
}
.main,
.side{
	float: left;
	padding-bottom: 120px;  /** 加賀変更 **/
}
.main{
	width: 630px;
}
.side{
	position: relative;
	width: 300px;
}
.under{
	padding-left: 30px;
}

/*-----------------------------------------------------
Side
-------------------------------------------------------*/
.side .subnavi{
	border: 2px solid #edc039;
	margin-bottom: 20px;
}
.side .subnavi ul{
	padding: 10px 15px 15px;
}
.side .subnavi ul li a{
	font-size: 115%;
	color: #ae1e24;
	display: block;
	padding: 5px 0;
	text-decoration: none;
	/* transition: ease 0.3s; */


	/** 加賀追加 **/
	font-weight: bold;
}
.side .subnavi ul li a:hover{
	color: #EABABC;
}

/** 加賀追加 **/
.side .subnavi ul li a.snCurrent{
	color: #EABABC;
}

/*-----------------------------------------------------
Footer
-------------------------------------------------------*/
footer{
	border-top: 1px solid #989898;
	overflow: hidden;
	font-size: 86%;
	padding-top: 15px;
	clear: both;
}
.footer-menu{
	float: left;
}
.footer-menu ul{
	padding-bottom: 10px;
}
.footer-menu li{
	color: #666;
	display: inline;
}
.footer-menu li a{
	color: #666;
	text-decoration: none;
}
.footer-menu li a:hover{
	color: #F28C00;
}
.footer-copy{
	float: right;
	color: #666;
}
