@charset 'UTF-8';

/* ==================== HTML初期化 ==================== */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


/* ==================== 基本設定 ==================== */

html {
	height: 100%;
	background: #F3EEDE url(../../images/bg_body.jpg) repeat-x fixed;
}

body {
	width:940px;
	margin: 0 auto;
	padding: 0;
	min-height:100%;
	_height:100%;
	font-family: "ＭＳ Ｐゴシック", MS PGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Osaka, Arial, Helvetica, Verdana, sans-serif;
	color:#222222;
	text-align:center;
	background: transparent url(../../images/bg_container.gif) repeat-y;
	behavior: url(/common/css/lib/csshover.htc);
}

div {
	_height: 1%;
}

strong {
	font-weight: bold;
}

p {
	width:auto;
	margin: 10px 10px 10px 10px;
	padding: 0;
	position:relative;
	clear:both;
}


ul p {
	margin: 0px 0px 20px 0px;
}


img {
	border:none;
	border-style:none;
	text-decoration:none;
}

hr {
	height: 1px;
	margin: 30px 0;
	_margin: 20px 0px 30px 0px;
	padding: 0;
	background: #FFFFFF url(../../images/bg_hr.gif) repeat-x;
	border: 0px none;
	clear: both;
}

hr.break {
	height: 1px;
	margin: 15px 0;
	_margin: 0px 0px 15px 0px;
	padding: 0;
	background: #FFFFFF url(../../images/bg_hr.gif) repeat-x;
	border: 0px none;
	clear: both;
}

span.space {
	height: 30px;
	margin: 0;
	padding: 0;
	clear: both;
}

ul,ol {
	margin: 0 0 0 10px;
	padding: 0;
}

ul ul {
	margin: 0 0 15px 50px;
	padding: 0;
}

ul ul.arrow-m-w-list li,ul ul.arrow-m-b-list li,ul ul.arrow-m-g-list li,ul ul.arrow-s-w-list li,ul ul.arrow-s-b-list li,ul ul.arrow-s-g-list li {
	margin: 0 0 0 25px;
	padding: 0;
}

ul li {
	margin: 5px 0 5px 0;
	padding: 0;
	line-height:1.5;
	list-style: none;
}

ol li {
	margin: 5px 0 5px 20px;
	padding: 0;
	line-height:1.5;
	list-style: decimal;
}

#column-right li {
	line-height:2;
}

/* ==================== リンク設定 ==================== */
a:link {
	text-decoration: underline;
	color: #333333;
}

a:visited {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #000000;
}


/* ==================== リンク設定（別ウィンドウ） ==================== */
a.blank {
	width: auto;
	margin: 0;
	padding: 0px 15px 0px 0px;
	background:url(../../images/icon_blank.gif) no-repeat right top;
}


/* ==================== リンク設定（PDF） ==================== */
a.pdf {
	display: block;
	width: auto;
	margin: 0;
	padding: 0px 0px 0px 30px;
	background:url(../../images/pdficon_small.gif) no-repeat left center;
}


/* ==================== 矢印　中 ==================== */
a.arrow-m-w {
	width: auto;
	margin: 0;
	padding: 7px 0px 7px 20px;
	background:transparent url(../../images/icon_arrow_m_w.gif) no-repeat left 0.5em;
}

a.arrow-m-b {
	width: auto;
	margin: 0;
	padding: 7px 0px 7px 20px;
	background:transparent url(../../images/icon_arrow_m_b.gif) no-repeat left 0.5em;
}

a.arrow-m-g {
	width: auto;
	margin: 0;
	padding: 7px 0px 7px 20px;
	background:transparent url(../../images/icon_arrow_m_g.gif) no-repeat left 0.5em;
}


/* ==================== 矢印　小 ==================== */
a.arrow-s-w {
	width: auto;
	margin: 0;
	padding: 7px 0px 7px 15px;
	background:transparent url(../../images/icon_arrow_s_w.gif) no-repeat left 1em;
}

a.arrow-s-b {
	width: auto;
	margin: 0;
	padding: 7px 0px 7px 15px;
	background:transparent url(../../images/icon_arrow_s_b.gif) no-repeat left 1em;
}

a.arrow-s-g {
	width: auto;
	margin: 0;
	padding: 7px 0px 7px 15px;
	background:transparent url(../../images/icon_arrow_s_g.gif) no-repeat left 1em;
}

#column-right a.arrow-s-w {
	background:transparent url(../../images/icon_arrow_s_w.gif) no-repeat left 0.8em;
}

#column-right a.arrow-s-b {
	background:transparent url(../../images/icon_arrow_s_b.gif) no-repeat left 0.8em;
}

#column-right a.arrow-s-g {
	background:transparent url(../../images/icon_arrow_s_g.gif) no-repeat left 0.8em;
}

/* ==================== リスト設定（矢印　中） ==================== */
.arrow-m-w-list,.arrow-m-b-list,.arrow-m-g-list {
	margin: 0px 0px 0px 10px;
	padding: 0;
}

.arrow-m-w-list ul,.arrow-m-b-list ul,.arrow-m-g-list ul {
	display:block;
	margin: 0;
	padding: 0;
}

.arrow-m-w-list li,.arrow-m-b-list li,.arrow-m-g-list li {
	margin: 0;
	padding: 7px 0px 7px 20px;
	list-style: none;
}

.arrow-m-w-list li {
	background:transparent url(../../images/icon_arrow_m_w.gif) no-repeat left 0.6em;
}

.arrow-m-b-list li {
	background:transparent url(../../images/icon_arrow_m_b.gif) no-repeat left 0.6em;
}

.arrow-m-g-list li {
	background:transparent url(../../images/icon_arrow_m_g.gif) no-repeat left 0.6em;
}


/* ==================== リスト設定（矢印　小） ==================== */
.arrow-s-w-list,.arrow-s-b-list,.arrow-s-g-list {
	_height: 1%;
	margin: 0px 0px 0px 10px;
	padding: 0;
}

.arrow-s-w-list ul,.arrow-s-b-list ul,.arrow-s-g-list ul {
	display:block;
	_height: 1%;
	margin: 0;
	padding: 0;
}

.arrow-s-w-list li,.arrow-s-b-list li,.arrow-s-g-list li {
	_height: 1%;
	margin: 0;
	padding: 7px 0px 7px 15px;
	list-style: none;
	line-height:1;
}

.arrow-s-w-list li {
	background:transparent url(../../images/icon_arrow_s_w.gif) no-repeat left 0.8em;
}

.arrow-s-b-list li {
	background:transparent url(../../images/icon_arrow_s_b.gif) no-repeat left 0.8em;
}

.arrow-s-g-list li {
	background:transparent url(../../images/icon_arrow_s_g.gif) no-repeat left 0.8em;
}

#column-right .arrow-s-w-list li,#column-right .arrow-s-b-list li,#column-right .arrow-s-g-list li {
	padding: 3px 0px 3px 15px;
	line-height:1.5;
}

#column-right .arrow-s-w-list li {
	background:transparent url(../../images/icon_arrow_s_w.gif) no-repeat left 0.8em;
}

#column-right .arrow-s-b-list li {
	background:transparent url(../../images/icon_arrow_s_b.gif) no-repeat left 0.8em;
}

#column-right .arrow-s-g-list li {
	background:transparent url(../../images/icon_arrow_s_g.gif) no-repeat left 0.8em;
}


/* ==================== 文字サイズ設定 ==================== */
.font-size-139 {
	font-size:139%;
}

.font-size-131 {
	font-size:131%;
}

.font-size-124 {
	font-size:124%;
}

.font-size-108 {
	font-size:108%;
}

.font-size-100 {
	font-size:100%;
}

.font-size-94 {
	font-size:94%;
}

.font-size-90 {
	font-size:90%;
}

.font-size-84 {
	font-size:84%;
}


/* ==================== フォントファミリー設定 ==================== */
.mincho {
	font-family: "ヒラギノ明朝 Pro W3", HiraMinPro-W3, Times, Serif;
	_font-family: "ＭＳ Ｐ明朝", MS PMincho, Times, Serif;
}


/* ==================== 文字色設定 ==================== */
.sub-color {
	color:#993366;
	/*color: #666666;*/
}

.blue {
	color:#FF2700;
}

.red {
	color:#FF2700;
}

.grey {
	color:#999999;
}

.black {
	color:#000000;
}

a:link.sub-color {
	color:#993366;
	/*color: #666666;*/
}

a:link.blue {
	color:#FF2700;
}

a:link.red {
	color:#FF2700;
}

a:link.grey {
	color:#999999;
}

a:link.black {
	color:#000000;
}