@charset "UTF-8";

@import url(base.css);
@import url(textsettings.css);


/*--------------------------------------------------------------


textsetting.css
各ブラウザでのフォントサイズの違いをなくすcss

base.css
bodyの余白や、h1h2...の余白、clearfixなど、

【common.css】
上記cssのimportや、レイアウト（大枠）を記載したcss




--------------------------------------------------------------*/


/*  フォントサイズ早見表
	以下のようにサイズを指定することで各ブラウザでのフォントサイズを揃えることが出来ます。
	左記のパーセントで指定してください。

	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px 
	92% = 12px	|	136% = 18px	|	182% = 24px 
	100% = 13px	|	144% = 19px	|	189% = 25px 
	107% = 14px	|	152% = 20px	|	197% = 26px 
	114% = 15px	|	159% = 21px	| 	

*/

/* ------------------------------------------------------------ */
/* リンク色 */
/* ------------------------------------------------------------ */

a:link{
	color:#E08601;
}
a:visited{
	color:#E08601;
}
a:hover{
	color:#2371AD;
}
a:active{
	color:#2371AD;
}




/* ------------------------------------------------------------ */
/* 基本、レイアウト指定 */
/* ------------------------------------------------------------ */

body{
	background:#C66B66;
	}

#container{
	width:650px;
	padding:0 0px;
	margin:0 auto;
	position:relative;
	background:#FFF;
	border-left:4px solid #7F3F2C;
	border-right:4px solid #7F3F2C;
}


/* 右レイアウト、左レイアウト */
#main-area{
	padding:20px 20px 10px;
	border:1px solid #ccc;
}

#submenu-area{
}

/* コンテンツの枠 */
.section{
}

/* ------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------ */
#header-area{
	position:relative;
	background:url(../img/common/bg_header.jpg) no-repeat center top;
	padding:0px 34px 0 33px;
}

#identity{
	height:88px;
	width:150px;
	margin:0 auto;
}


#header-area .header-utility{
	position:absolute;
	width:75px;
	top:55px;
	left:570px;
	_left:715px; /* for ie6 */
	font-size:77%;
}
#header-area .header-utility li{
	float:left;
	margin:0 0 0 20px;
	background:url(../img/common/icon_link.gif) no-repeat center left;
	padding:0 0 0 15px;
}

#header-area .header-utility a:link,
#header-area .header-utility a:visited{
	color:#333;
}
#header-area .header-utility a:hover,
#header-area .header-utility a:active{
	color:#E08601;
}



/* ------------------------------------------------------------ */
/* コンテンツ大枠 */
/* ------------------------------------------------------------ */

#contents-area{
	background:url(../img/common/bg_contents.gif) no-repeat center top;
	margin:0 auto;
	padding:20px 20px 0 20px;
}

#contents-area .sitepath{
	font-size:77%;
	padding:5px;
	margin:0;
}

#contents-area .sitepath a:link,
#contents-area .sitepath a:visited{
	color:#333;
}
#contents-area .sitepath a:hover,
#contents-area .sitepath a:active{
	color:#666;
}



/* ------------------------------------------------------------ */
/* サイドメニュー */
/* ------------------------------------------------------------ */

#submenu-area{

}

#submenu-area .submenu{
	margin:0 0 10px 0;
}

#submenu-area .submenu li a:link,
#submenu-area .submenu li a:visited{
	display:block;
	width:195px;
	height:39px;
	line-height:39px;
	padding:0 0 0 15px;
	color:#333;
}

#submenu-area .submenu li a:hover,
#submenu-area .submenu li a:active{
	display:block;
	width:195px;
	height:39px;
	line-height:39px;
	padding:0 0 0 15px;
	color:#666;
}

.submenu-title{
	margin:0;	
}
	
/* ------------------------------------------------------------ */
/* メイン */
/* ------------------------------------------------------------ */
#main-area{
	margin:0 0 20px 0;	
}

#main-area .pagetitle{
	margin:0 0 30px 0;
}
.section{
	margin:0 auto 10px auto;
	padding:5px 0 5px 0;
	border-bottom:1px dotted #CCC;
}

.pagetop{
	text-align:right;
	margin:0 auto 10px auto;
	font-family: 'Verdana',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:77%;
}
.pagetop a:link,
.pagetop a:visited{
	background:url(../img/common/icon_pagetop.gif) no-repeat center left;
	text-decoration:none;
	color:#333;
	padding:0 0 0 12px;
}
.pagetop a:hover,
.pagetop a:active{
	background:url(../img/common/icon_pagetop.gif) no-repeat center left;
	text-decoration:none;
	color:#E08601;
	padding:0 0 0 12px;
}


/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */

#footer-area{
	margin:0 auto 0;
	text-align:right;
	line-height:1.6;
}
#footer-area p{
	margin:0;
	font-size:77%;
}
#footer-area strong{
	font-size:107%;
	margin:0px 0 0 0;
	padding:5px 0 0px 5px;
}

#footer-area p.address{
	border-bottom:1px dotted #CCC;
	padding:0 0 5px 0;
}
#footer-area p.copyright{
	font-family: 'Verdana',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin:0 0 20px 0;
	padding:5px 0;
	}


/* ------------------------------------------------------------ */
/* デザインパーツ */
/* ------------------------------------------------------------ */

h2{
	height:34px;
	line-height:34px;
	position:relative;
	margin:0 0 1em 0;
}

h2 span{
	text-align:right;
	font-size:92%;
	color:#666;
	position:absolute;
	top:0;
	left:425px;
	width:425px;
}


.section h3{
	margin:0 0 0 0;
	font-size:122%;
	color:#000;
	background:url(../img/common/icon_h3.gif) no-repeat center left;
	padding:20px 0 20px 18px;
	line-height:1;
}
.section h3 span{
	text-align:right;
	font-size:85%;
	color:#666;
	padding:0 0 0 10px;
}

.section h4{
	font-size:122%;
	color:#7F3F2C
}


a.bt-close:link,
a.bt-close:visited{
	display:block;
	text-align:center;
	background:#7F3F2C;
	color:#FFF;
	padding:2px;
}
a.bt-close:hover,
a.bt-close:active{
	display:block;
	text-align:center;
	background:#C66B66;
	color:#FFF;
	padding:2px;
}



.left {
	float: left;
	margin: 0 12px 5px 0;
}

.right {
	float: right;
	margin: 0 0 5px 12px;
}