@charset "utf-8";

/*--------------------------------------
	Style Name : Common Style Sheet
--------------------------------------*/


/*--------------------------------------
	Block-level Elements
--------------------------------------*/

html,
div,
p,
li,
dl,
dt,
dd,
blockquote,
td,
form,
address {
	margin:0;
	padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:bold;
	font-size:100%;
}

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

caption,
th {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}

body {
	margin:0;
	padding:0;
	background-color:#fff;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","メイリオ",Meiryo,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1;
}

* html body {/* for IE6 */
	font-size:75%;
}

*:first-child+html body {/* for IE7 */
	font-size:75%;
}

h1 {
	font-size:150%;/* 18px */
}

h2 {
	font-size:134%;/* 16px */
}

h3 {
	font-size:117%;/* 14px */
}

fieldset {
	margin:0;
	padding:0;
	border:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
	line-height:inherit;
}

/*--------------------------------------
	Inline Elements
--------------------------------------*/

em,
strong,
cite,
code,
dfn,
var,
address {
	font-style:normal;
	font-weight:normal;
}

em {
	font-style:italic;
}

input,
select,
textarea {
	color:#000;
	font-size:inherit;
}

img,
embed,
object {
	vertical-align:bottom;
	border:none;
}


/*--------------------------------------
	Style Name : Structure Style

	Common Style
	body
	header
	content
	footer
--------------------------------------*/


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

#header,
#content,
#footer {
	margin:0 auto;
	padding:0 30px;
	width:930px;
	text-align:left;/* for IE */
	line-height:1.3;
}

/*--------------------------------------
	body
--------------------------------------*/

body {
	text-align:center;/* for IE */
}

/*--------------------------------------
	div#header
--------------------------------------*/

#header {
	margin:25px auto 0;
	position:relative;
	background:url(../images/bg_header_01.gif) no-repeat 50% 0;
}

/*--------------------------------------
	div#content
--------------------------------------*/

#content {
	*padding:0 30px;
	display:inline-block;
	height:1%;
	min-height:1%;
	background:url(../images/bg_content_01.gif) repeat-y 50% 0;
	/* \*/display:block;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

#content:after {/* for modern browser */
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0;
	visibility:hidden;
}

/*--------------------------------------
	div#main-content
--------------------------------------*/

#main-content {
	float:left;
	width:553px;
	border:1px solid #a9a9a9;
}

/*--------------------------------------
	div#sub-content
--------------------------------------*/

#sub-content {
	float:right;
	width:349px;
	border:1px solid #a9a9a9;
	padding-left: 15px;
}

/*--------------------------------------
	div#footer
--------------------------------------*/

#footer {
	margin:0 auto 25px;
	position:relative;
	clear:both;
	background:url(../images/bg_footer_01.gif) no-repeat 50% 100%;
}


/*--------------------------------------
	Style Name : Editorial Style

	Common Style
	Hypertext
	global-nav
	header
	content
	footer
--------------------------------------*/


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

h1,
h2,
h3,
h4,
p,
ol,
ul,
dl,
table {
	margin-bottom:1em;
}

strong {
	font-weight:bold;
}

/*	Hypertext
--------------------------------------*/

a {
	color:#d23a43;
	text-decoration:none;
}

a:hover,
a:active {
	text-decoration: underline;
}

a:link {}
a:visited {}
a:focus {}

/*--------------------------------------
	div#header
--------------------------------------*/

#header h1 {
	margin:0;
	padding:25px 0 0;
}

#header div.utility {
	position:absolute;
	top:0;
	right:40px;
}

#header div.utility div.sitemap,
#header div.utility ul,
#header div.utility li {
	display:inline;
}

#header div.utility div.sitemap {
	margin:0 10px 0 0;
}

#header div.utility img {
	vertical-align:middle;
}

/*--------------------------------------
	div#content
--------------------------------------*/

.arrow-01 a {
	padding:0 0 0 8px;
	background:url(../images/img_icon_arrow_01.gif) no-repeat 0 0.3em;
}

.lead-link {
	text-align:right;
}

/*	div#contents
--------------------------------------*/

#contents {
	margin:0;
	overflow:hidden;
	zoom:1;
}

#contents div.content-nav {
	margin:0 10px 0 0;
	display:inline;/* for IE6 */
	width:930px;
}

#contents div.content-nav h2 {
	margin:0 0 5px;
}

#contents div.content-nav dl {
	padding:0 8px;
}

#contents div.content-nav dl dt,
#contents div.content-nav dl li {
	margin:0 0 1em;
	font-size:90%;
}

#contents div.content-nav dl li.hr {
	margin:0 -8px 1em;
	padding:0 8px 1em;
	border-bottom:1px solid #a9A9A9;
}

#contents div.content-nav dl li.break {
	padding:0 0 1em;
}

#contents div.visual {
	float:left;
	width:930px;
	border-left:1px solid #a9A9A9;
}

/*--------------------------------------
	div#main-content
--------------------------------------*/

/*	div.section-separate
--------------------------------------*/

body.home div.section-separate {
	margin:0 -1px;
	_position:relative;
	padding:11px 0 0;
	*padding:27px 0 0;
	background:url(../images/home/bg_section-separate_01.gif) no-repeat 50% 0;
	*zoom:1;
}

/*	div#information
--------------------------------------*/

body.home #information {
	margin:16px 16px 11px;
	width:521px;
	_width:500px;
}
#information hr {
	clear: both;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
	height: 10px;
}

body.home #information h2.section-title {
	margin:0 0 1em;
	font-size:100%;
}

body.home #information div.information-unit {
	display:block;
	font-size:100%;
	*zoom:1;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}

body.home #information div.information-unit div.unit.pseudo-first-child {
	margin:0 10px 0 0;
	float:left;
	width:90px;
}

body.home #information div.information-unit div.pseudo-last-child {
	overflow:hidden;
	zoom:1;
}

body.home #information div.information-unit p strong {
	font-size:100%;
}

/*	div#other
--------------------------------------*/

body.home #other {
	margin:16px;
	width:521px;
	_width:500px;
}

body.home #other h2.section-title {
	margin:0 0 1em;
	font-size:100%;
}

body.home #other div.other-unit {
	margin:0 10px;
	overflow:hidden;
	_width:100%;
	background:url(../images/home/bg_other_01.gif) repeat-y 290px 0;
}

body.home #other div.other-unit div.unit.pseudo-first-child {
	margin:0 0 0 0;
	float:left;
	width:290px;
	_width:278px;
}

body.home #other div.other-unit div.unit.pseudo-first-child img.pic {
	margin:8px 0;
	display:block;
}

body.home #other div.other-unit div.unit.pseudo-first-child ul.other-link {
	margin: 0 10px 0 0;
	font-size:100%;
}

body.home #other div.other-unit div.unit.pseudo-first-child ul.other-link li {
	margin: 0 0 5px;
	padding-bottom:5px;
	border-bottom:1px dotted #000000;
}
body.home #other div.other-unit div.unit.pseudo-first-child ul.other-link li.bottom {
	margin: 0 0 5px;
	padding-bottom:5px;
	border-bottom:none;
}
body.home #other div.other-unit div.unit.pseudo-first-child ul.other-link li img {
	margin: 0 0 5px;
}

body.home #other div.other-unit div.pseudo-last-child {
	overflow:hidden;
	zoom:1;
	float: right;
	width: 200px;
}

body.home #other div.other-unit div.pseudo-last-child ul.other-link {
	margin: 0 0 -1em;
}

body.home #other div.other-unit div.pseudo-last-child ul.other-link li {
	margin: 0 0 1em;
}

/*--------------------------------------
	div#sub-content
--------------------------------------*/

/*	div.block
--------------------------------------*/

body.home #sub-content div.block {
	margin:16px 0px 20px 3px;
	width:331px;
}

body.home #sub-content div.block h3.block-title {
	margin:0 0 10px;
}

body.home #sub-content div.block div.figure {
	margin:0 1em 1em;
	text-align:center;
}
body.home #sub-content div.block div.figure div.link {
	margin: 0 10px 10px 0;
	_margin: 0 5px 10px 0;
	float: left;
}

/*	div#block-01
--------------------------------------*/

body.home #sub-content #block-01 #twitterTweet {
	margin:20px 0;
	padding:10px 0 0 0;
	clear: both;
}

body.home #sub-content #block-01 #twitterTweet ul {
	*margin:0 0 -1em;
}

body.home #sub-content #block-01 #twitterTweet li {
	margin:0 1em 1em;
	padding:0 0 0 8px;
	background:url(../images/img_icon_arrow_01.gif) no-repeat 0 0.3em;
	font-size:100%;
}

/*	div#block-02
--------------------------------------*/

body.home #sub-content #block-02 ul li {
	margin:0 1em 1em;
	padding:0 0 0 20px;
	background:no-repeat 0 50%;
	font-size:100%;
}

body.home #sub-content #block-02 ul li.icon-01 {background-image:url(../images/home/img_icon_block-02_01.gif);}
body.home #sub-content #block-02 ul li.icon-02 {background-image:url(../images/home/img_icon_block-02_02.gif);}
body.home #sub-content #block-02 ul li.icon-03 {background-image:url(../images/home/img_icon_block-02_03.gif);}
body.home #sub-content #block-02 ul li.icon-04 {background-image:url(../images/home/img_icon_block-02_04.gif);}

/*	div#block-03
--------------------------------------*/

body.home #sub-content #block-03 table.guide-nav {
	margin:0 0 0 10px;
}

body.home #sub-content #block-03 div.line {
	margin:0 0 10px;
	padding:0 0 10px;
	border-top:1px solid #a9A9A9;
}

body.home #sub-content #block-03 table.guide-nav td {
	padding:0 8px 10px 0;
	font-size:84%;
	white-space:nowrap;
}

/*--------------------------------------
	div#footer
--------------------------------------*/

#footer div.copyright {
	margin:0 10px 0 0;
	text-align:right;
}

