@charset "utf-8";

/*---------------------------------------
Uniersal Selector
----------------------------------------*/
* {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}

/*---------------------------------------
Common
----------------------------------------*/
html { 
	overflow-y:scroll;
}

body {
	padding:8px 0 25px;
	background:#FAF2E1;
	color:#333;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック",Arial, Helvetica, sans-serif;
	font-size:13px;
	*font-size:small;
	*font:x-small;
	font-size:small\9;
	line-height:1.4;
}

:root body {
	font-size:small \0/;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
body {
	font-size:small;
}
}

img {
	border:0;
}

strong { 
	font-weight:bold;
}

em {
	color:#F00;
}

table {
	border-collapse:collapse;
}

td,
th {
	vertical-align:top;
}

ul {
	list-style:none;
}

a {
	color:#0085C9;
}

a:visited {
	color:#6C459E;
}

a:hover {
	color:#03AFC7;
}

.center { 
	text-align:center; 
}

.right { 
	text-align:right;
}

.left { 
	text-align:left;
}

.faceBold {
    font-weight:bold;
}

.faceRed {
    color:#F00;
    font-weight:normal;
}

.faceBoldRed {
    color:#F00;
    font-weight:bold;
}

.faceBoldSiteColor {
	color:#F00;
	font-weight:bold;
}

.clear { 
	clear:both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height:1px;
}

* html .clearfix {
  height:1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#contents .bottomLinkBox {
	margin-top:30px;
	text-align:right;
}

#contents .bottomLinkBox .goTop a {
	padding-left:15px;
	background:#FFF url(/images/icon_link_up.gif) left center no-repeat;
}


/*---------------------------------------
#wrapper
----------------------------------------*/
#wrapper {
	margin:0 auto;
	padding-bottom:11px;
	width:886px;
	background:url(/images/inner_wrapper_bottom.gif) no-repeat left bottom;
}

/*---------------------------------------
#innerWrapper
----------------------------------------*/
#innerWrapper {
	padding:3px;
	background:#FFF url(/images/inner_wrapper_bg.gif) repeat-y left;
}

/*---------------------------------------
#headerWrapper
----------------------------------------*/
#headerWrapper {
	padding:3px 0 15px 0;
}

/*---------------------------------------
#header
----------------------------------------*/
#header .headerLogo {
	padding:0 0 14px 20px;
	float:left;
	width:179px;
	height:50px;
}

#header p.tagLine {
	margin:0;
	padding-top:34px;
	float:left;
	width:269px;
}

/*---------------------------------------
#headerNav
----------------------------------------*/
#headerNav {
	padding:3px 22px;
	border-top:1px solid #E4E4E4;
	border-bottom:1px solid #E4E4E4;
	height:100%;
	overflow:hidden;
	background:#F2F2F2 url(/images/header_nav_bg.gif) repeat-x top;
	clear:both;
	font-size:85%;	
}

#headerNav .breadcrumbs {
	float:left;
	width:570px;
}

#headerNav .headerInfo {
	float:right;
	width:260px;
	text-align:right;
}

#headerNav .headerInfo a {
	padding:3px 0 3px 15px;
	white-space:nowrap;
}

#headerNav .headerInfo a.infoFavorite {
	background:url(/images/icon_favorite.gif) no-repeat 0 50%;
}

#headerNav .headerInfo a.infoHelp {
	margin-left:10px;
	background:url(/images/icon_help.gif) no-repeat 0 50%;
}

#headerNav .headerInfo a.infoSitemap {
	margin-left:10px;
	background:url(/images/icon_sitemap.gif) no-repeat 0 50%;
}




/*---------------------------------------
#contentsWrapper
----------------------------------------*/
#contentsWrapper {
	padding-right:22px;
	float:left;
	clear:both;
	width:858px;
	background-color:#FFF;
}

/*---------------------------------------
#contents
----------------------------------------*/
#contents {
	padding-bottom:10px;
	float:right;
	width:630px;
}

/*---------------------------------------
.titleBlock h1
----------------------------------------*/
#contents .titleBlock {
	margin-bottom:14px;
	background:url(/images/title_common_bg.gif) repeat-y left bottom;
	width:630px;
}

#contents .titleBlock div {	
	padding-top:4px;
	background:url(/images/title_common_top.gif) no-repeat left top;
}

#contents .titleBlock h1 {
	padding:0 0 4px 17px;
	background:url(/images/title_common_bottom.gif) no-repeat left bottom;
	color:#333;
	font-weight:bold;
	font-size:167%;
}

/*---------------------------------------
h2
----------------------------------------*/
body.pageInfoTwitter #contents h2,
body.pageInfoBrowser #contents h2 {
	margin-bottom:12px;
	padding-left:10px;
	background:#FFF url(/images/title_common_sub.gif) no-repeat left bottom;
	min-height:26px;
	height:auto !important;
	height:26px;
	font-weight:bold;
	font-size:114%;
}

/*---------------------------------------
h3
----------------------------------------*/
body.pageInfoBrowser #contents h3 {
	color:#F00;
	font-weight:bold;
}

/*---------------------------------------
INDENT
----------------------------------------*/
#contents .lead {
	margin-bottom:25px;
	padding:0 3px;
}

#contents .indentBox01 {
	padding:0 15px;
}

#contents .indentBox02 {
	padding:0 10px;
}

#contents .indentBox01 p,
#contents .indentBox02 p {
	margin-bottom:15px;
}

#contents .indentBox03 {
	margin-bottom:25px;
	padding:0 10px;
}

#contents .adjustBox {
	margin-bottom:25px;
}

#contents .bottomLinkBox .goHome {
	margin-top:9px;
	padding-top:8px;
	background:#FFF url(/images/dotted_01.gif) left top repeat-x;
}

#contents .bottomLinkBox .goHome a {
	margin-right:3px;
	padding-left:12px;
	background:#FFF url(/images/icon_link_home.gif) left center no-repeat;
}


/*------------------
table
.matrix01 --> 2colors
.matrix02 --> 3colors
------------------*/
#contents table.matrix01,
#contents table.matrix02 {
	width:100%;
}

#contents table.matrix01 th,
#contents table.matrix01 td,
#contents table.matrix02 th,
#contents table.matrix02 td {
	padding:5px 10px;
	border:1px solid #A0A3A7;
}

#contents table.matrix01 th,
#contents table.matrix02 tr.itemRow th {
	background-color:#FFF7F7;
	font-weight:bold;
	vertical-align:middle;
}

#contents table.matrix02 th {
	background-color:#FFD9D9;
}

/*---------------------------------------
#footer
----------------------------------------*/
#footer {
	padding-top:30px;
	clear:both;
	background:#FFF url(/images/footer_bg.jpg) left top repeat-x;
	font-size:85%;
	text-align:center;
}

#footer div {
	margin-top:15px;
	color:#999;
}

#footer img {
	margin-right:5px;
	vertical-align:middle;
}

