@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

body {
	border-top:1px solid #653600;
	color:#666;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	text-align:center;
	behavior:url("/lib/js/csshover.htc");
}

img, table, th, td {
	border:none;
	margin:0;
	padding:0;
}

table, th, td {
	border-collapse: collapse;
}

ul, ol {
	margin:0;
	padding:0;
	list-style-type:none;
}

textarea,select,input {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

textarea {
 font-size:12px;
}

hr {
	display:none;
}

a {
	color:#666;
	text-decoration:underline;
}

a:link {
	color:#666;
	text-decoration:underline;
}

a:hover {
	color:#666;
	text-decoration:none;
}

#contents li img {
	background-color:transparent;
	text-decoration:none;
}

#contents a img {
	background-color:transparent;
}

img.icon {
	vertical-align:middle;
}

#contents p {
	line-height:140%;
	margin:0;
	padding:0 0 5px 0;
	word-break:break-all;
}





/* clearfix */
.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	font-size:0.1em;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
	min-height:1%;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */





/* br clear */
br.clear_noie, 
div.clear_noie {
	display:inline !important;
	display:none;
	clear:both;
	line-height:0px;
}
br.clear_all {
	clear:both;
	line-height:0px;
}

*:first-child+html br.clear_noie {
	display:none!important;
}





/* span hidden */
#gNav ul li a span,
#rMenu p.dwBtn a span,
#rMenu p.ctBtn a span {
	font-size:1px;
	text-indent:-9999px;
	overflow:hidden;
}

/* except IE7 */
html>/**/body #gNav ul li a span { 
	display:block;
}

/* except IE7 */
html>/**/body #rMenu p.dwBtn a span { 
	display:block;
}

/* except IE7 */
html>/**/body #rMenu p.ctBtn a span { 
	display:block;
}






/* header */

#header {
	border-bottom:3px solid #653600;
	line-height:100%;
	margin:0 auto 25px;
	padding-bottom:10px;
	width: 100%;
}

#header div.headT {
	margin:0 auto;
	text-align:left;
	width: 725px;
}

#header div.headT .logo {
	display:block;
	float:left;
	height:40px;
	margin-right:10px;
	padding-top:10px;
	width: 157px;
}

#header div.headT .tagline {
	display:block;
	font-size:10px;
	font-weight:normal;
	float:left;
	padding-top:25px;
	width: 436px;
}




/* contents */

#contents {
	clear:both;
	margin:0 auto;
	text-align:left;
	width: 725px;
}

#contents.long {
	padding-bottom:25px;
}






/* main */

#main {
	float:left;
	padding-bottom:50px;
	width: 725px;
}






/* btmContents */

#btmContents {
	background:url(/lib/cmn_img/bg_btmcontents.gif) left bottom repeat-x;
	clear:both;
	padding-bottom:10px;
	width: 100%;
}

#btmContents div.btmCInr {
	line-height:100%;
	margin:0 auto;
	width: 725px;
}

#btmContents div.btmCInr p.tagline {
	float:left;
	font-size:10px;
	text-align:left;
	width: 725px;
}

#btmContents div.btmCInr p.pgTop {
	float:right;
	font-size:10px;
	text-align:right;
	width: 180px;
}

#btmContents div.btmCInr p.pgTop img {
	vertical-align:middle;
}





/* footer */

#footer {
	border-bottom:1px solid #D9D9D9;
	clear:both;
	margin-bottom:10px;
	padding:15px 0;
	width: 100%;
}

#footer div.footerInr {
	margin:0 auto;
	width: 725px;
}

#footer div.footerInr address{
	float:right;
	line-height:100%;
	margin:0;
	padding:0;
	width: 284px;
}



