@charset "utf-8";
/*------------------------------------------------------------
  common.css
  サイト共通
------------------------------------------------------------*/

html {
	overflow-y: scroll;
	background: #0591d5;
}
body {
	min-width: 1250px;/*130307*/
	background: #fff;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
hr {
	display: none;
}
img {
	vertical-align: top;
}

/* link */
a {
	color: #0000cc;
	text-decoration: none;
}
a:link {}
a:visited {}
a:hover {
	text-decoration: underline;
}


/*------------------------------------------------------------
 header
------------------------------------------------------------*/
#header {
	background: url(../img/common/header_bg.png) repeat-x 0 0;
}
#headerInner {
	position: relative;
	width: 1250px;/*130307*/
	height: 220px;
	margin: 0 auto;
}

#logo {
	position: absolute;
	top: 9px;
	left: 1px;
}

/* ----- #header_nav ----- */
#header_nav {
	position: absolute;
	top: 17px;
	left: 601px;/*130307*/
}

/* ----- #header_fontchange ----- */
#header_fontchange {
	position: absolute;
	top: 19px;
	left: 728px;/*130307*/
}
#header_fontchange ul {
	position: absolute;
	width: 74px;
	top: 0;
	left: 76px;
}
#header_fontchange li {
	display: block;
	float: left;
	margin-right: 2px;
}
#header_fontchange_large img {
	margin-top: -6px;
}
#header_fontchange_medium img {
	margin-top: -2px;
}


/* ----- #header_bgcolor ----- */
#header_bgcolor {
	position: absolute;
	top: 19px;
	left: 892px;/*130307*/
}
#header_bgcolor ul {
	position: absolute;
	width: 88px;
	top: 0;
	left: 48px;
}
#header_bgcolor li {
	display: block;
	float: left;
	margin-right: 6px;
}

/* ----- #header_search ----- */
#header_search {
	position: absolute;
	width: 209px;
	height: 67px;
	top: 0;
	right: 0;
	background: url(../img/common/header_search_bg.png) no-repeat 0 0;
}
#header_search fieldset {
	position: relative;
	display: block;
	margin: 0;
}
#header_search legend {
	position: absolute;
	display: block;
	top: 10px;
	left: 12px;
}
#header_searchInner {
	position: absolute;
	top: 30px;
	left: 12px;
}
#header_search input {
	vertical-align: middle;
}
#header_search input#header_search_textfield {
	width: 133px;
}

/* ----- #header_link ----- */
#header_link {
	position: absolute;
	top: 75px;
	right: 0;
}
#header_link li {
	margin-bottom: 3px;
}

/* ----- #nav ----- */
#nav {
	position: absolute;
	height: 81px;
	top: 139px;
}
#nav li {
	float: left;
}


/*------------------------------------------------------------
 contents
------------------------------------------------------------*/
#contents {
	margin-bottom: 40px;
}
#contentsInner {
	width: 1250px;/*130307*/
	margin: 0 auto;
}
/* アクセシビリティ対応のためコメントアウト */
/*#contents:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}*/
#contents {display: inline-block;}
/* Hides from IE-mac \*/
* html #contents {height: 1%;}
#contents {display: block;}
/* End hide from IE-mac */

.topicpath {
	margin-bottom: 10px;
}

/*------------------------------------------------------------
 footer
------------------------------------------------------------*/
#footer {
	background: url(../img/common/footer_bg.png) repeat-x 0 0;
}
#footerInner {
	padding-bottom: 292px;
	background: url(../img/common/footerinner_bg.png) repeat-x 50% 100%;
}

/* ----- #banner ----- */
#banner {
	padding: 20px 0 15px;
	background: url(../img/common/banner_bg.png) repeat-x 0 100%;
}
#bannerInner {
	width: 1250px;/*130307*/
	margin: 0 auto;
}
#banner p {
	margin: 0 5px;
}
#banner p span {
	margin-right: 10px;
}
#banner ul {
	margin: 9px 0 0;
}
/* アクセシビリティ対応のためコメントアウト */
/*#banner ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}*/
#banner ul {display: inline-block;}
/* Hides from IE-mac \*/
* html #banner ul {height: 1%;}
#banner ul {display: block;}
/* End hide from IE-mac */
#banner li {
	float: left;
	margin-right: 10px;
}
#footer #textarea{
	width: 1250px;/*130307*/
	margin: 0 auto;
	position:relative;
}

#footer #textarea a{
	color:#FFF;
}

#footer #textarea .footer_text{
	position:absolute;
	top:120px;
	left:0px;
	color:#FFF;
	line-height:1.8;
}

#footer #textarea .footer_link{
	position:absolute;
	top:120px;
	right:0px;
	color:#FFF;
	line-height:1.8;
	text-align:right;
}

#footer #textarea .footer_link a{
	background:url(../img/common/arrow.png) no-repeat;
	padding-left:18px;
}
