@charset "UTF-8";

@import url(base.css);
@import url(textsettings.css);


/*--------------------------------------------------------------


textsetting.css
各ブラウザでのフォントサイズの違いをなくすcss

base.css
bodyの余白や、h1h2...の余白、clearfixなど、

【common.css】
上記cssのimportや、レイアウト（大枠）を記載したcss


--------------------------------------------------------------*/


/*  フォントサイズ早見表
	以下のようにサイズを指定することで各ブラウザでのフォントサイズを揃えることが出来ます。
	左記のパーセントで指定してください。

	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px 
	92% = 12px	|	136% = 18px	|	182% = 24px 
	100% = 13px	|	144% = 19px	|	189% = 25px 
	107% = 14px	|	152% = 20px	|	197% = 26px 
	114% = 15px	|	159% = 21px	| 	

*/

/* ------------------------------------------------------------ */
/* リンク色 */
/* ------------------------------------------------------------ */

a:link{
	color:#A82448;
}
a:visited{
	color:#A82448;
}
a:hover{
	color:#C67088;
	text-decoration:none;
}
a:active{
	color:#A82448;
}

.submenu a:hover img,
#main-area a:hover img,
#main-area-center a:hover img,
#main-area-right a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

.submenu a:link { color:#555; }
.submenu a:visited { color:#555; }
.submenu a:hover { color:#555; text-decoration:none; }
.submenu a:active { color:#555; }

#header-area a:link,
#footer-area a:link { color:#555; text-decoration:underline; }
#header-area a:visited,
#footer-area a:visited { color:#555; text-decoration:underline; }
#header-area a:hover,
#footer-area a:hover{ color:#555; text-decoration:none; }
#header-area a:active,
#footer-area a:active{ color:#555; }


/* ------------------------------------------------------------ */
/* 基本、レイアウト指定 */
/* ------------------------------------------------------------ */

body{
	background:url(../img/common/body_back.jpg) repeat-x;
}

#container{
	width:900px;
	margin:0 auto;
	position:relative;
	background:#fff;
}


/* 右レイアウト、左レイアウト */

#main-area{
	float:right;
	width:640px;
}

#submenu-area{
	width:200px;
	float:left;
}

	img {
	line-height:1;
}


/* ------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------ */
#header-area{
	position:relative;
	padding:0px 20px;
}

#identity{
	margin:0px;
	padding:0px;
	display:block;
	width:295px;
	float:left;
}

#identity img {
	margin:0px;
	padding:0px;
	line-height:1;
	display:block;
}

.navi-box {
	width:565px;
	float:right;
	padding-top:10px;
	margin:0px;
}

#header-area .header-utility{
	margin-top:15px;
	padding:0px;
	clear:both;
	float:right;
}
#header-area .header-utility li{
	float:left;
	background:url(../img/common/navi_back.gif) no-repeat 0px 7px;
	padding-left:13px;
	margin-left:13px;
}

.letter_size {
	float:right;
	width:151px;
	height:26px;
	background:url(../img/common/letter_size.gif) no-repeat;
}

.letter_size ul {
	padding:3px 0px 0px 65px;
	
}

.no_js ul {
	padding:0px;
}

.no_js li {
	float:left;
	margin-left:0px;
}

.no_js ul li img {
	padding:0px;
	display:block;
}

#fontNavi img {
	display:inline;
	padding-left:2px;
}


/* ------------------------------------------------------------ */
/* コンテンツ大枠 */
/* ------------------------------------------------------------ */

#contents-area{
padding:30px 20px;
}

#contents-area .sitepath a:link,
#contents-area .sitepath a:visited{
	color:#333;
}
#contents-area .sitepath a:hover,
#contents-area .sitepath a:active{
	color:#666;
}

/* ------------------------------------------------------------ */
/* サイドメニュー */
/* ------------------------------------------------------------ */

.submenu p{
	margin:0 0 8px 0;
}


/* ------------------------------------------------------------ */
/* メイン */
/* ------------------------------------------------------------ */
#main-area{
	
}

h2 {
	height:27px;
	background:url(../img/common/h2.jpg) no-repeat;
	padding:0px 10px 0px 20px;
	font-size:122%;
}

h2 img {
	vertical-align:middle;
	display:inline;
}

.section{
	padding-top:15px;
	margin:0 0 30px 0;
	clear:both;
}

.section li {
	float:left;
	margin-right:10px;
}

.section img {
	display:inline;
	padding:0px;
	margin:0px;
	line-height:1;
}

h3 {
	padding:1px 10px 0px 10px;
	background:url(../img/common/h3_back.gif) repeat-y;
	margin-bottom:10px;
}

.pagetop{
	clear:both;
	width:860px;
	text-align:right;
	margin:0px auto 0px auto;
	font-family: 'Verdana',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:10px;
	background:#f0f0f0;
}

.pagetop a {
	width:840px;
	padding:5px 10px;
	display:block;
	background:url(../img/common/pagetop.gif) no-repeat 750px 10px;
	color:#555;
}

.section p {
	margin-bottom:6px;
}

/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */

#footer-area{
	border-top:2px solid #d7d7d7;
	width:860px;
	margin:12px auto 0px auto;
	padding:14px 0px 0px 0px;
}

#footer-area .footer-utility {
	float:right;
	padding:0px;
	margin:0px;
	}

#footer-area .footer-utility li{
	float:left;
	padding-left:13px;
	margin-left:13px;
	background:url(../img/common/navi_back.gif) no-repeat 0px 7px;
}


#footer-area p.copyright{
	margin:0px;
	padding-top:3px;
}


/* ------------------------------------------------------------ */
/* デザインパーツ */
/* ------------------------------------------------------------ */

.ex_content {clear:both;}

.ex_text {
	float:right;
	width:520px;
}

.ex_content p{font-weight:bold;} 

.ex_text.history {
	width:570px;
	font-weight:normal;
}

.ex_text.history p{font-weight:normal;}

.section .only_rightimg {
	float:right;
	padding:4px;
	background:#ddd;
	margin-left:10px;
	margin-bottom:10px;
}

.tex_right{float:right;}
	
.section .bottom_img {
	clear:both;
	border-top:1px dotted #CCCCCC;
	padding:15px 0px;
}

.section .bottom_img img {margin-left:15px;}

.right_box{float:right;}

p.redp{color:#C00; clear:both; padding:5px 0 0px;}

.center_box{padding:0 0 5px; width:638px; text-align:center;} 






/* ニュースラベル */

span.campas {
	background-color:#E7A0F0; 
	padding:0px; 
	margin-right:5px; 
	width:100px; 
	font-size:77%;
	color:#FFF;
	float:left;
	text-align:center;
}

/* h4 */
h4 {
	height:25px;
	background:url(../img/lv2/lv2_h4.gif) no-repeat;
	border-bottom:1px solid #E3E3E3;
	padding:2px 10px 0px 20px;
	margin-bottom:10px;
}

/* h6 */
.section h6 {
	height:23px;
	background:url(../img/lv2/lv2_h6.gif) repeat-y #FCF0FD;
	border-bottom:1px solid #EDAAF7;
	padding:4px 10px 0px 13px;
	margin-bottom:10px;
}

/* tableデザイン */
.section table{
	border-collapse: collapse;
}

.section table td{
	padding:3px;
	margin:0;
	text-align:left;
	vertical-align:middle;
	border:1px solid #CCCCCC;
}

.section table td.c-center{
	padding:3px;
	margin:0;
	text-align:center;
	vertical-align:middle;
	border:1px solid #CCCCCC;
}


/* section のmargin-bottm10px padding-topはなし*/
.section_mb10{
	margin:0 0 20px 0;
	clear:both;
}

/* section_mb10の list*/
.section_mb10 ul li{
	float:none;
}

/* оのlist-mark*/
ul.ls-circle{
	padding:0 0 0 15px;
}
	
ul.ls-circle li{
	list-style:circle;
	float:none;
}

/* ・のlist-mark*/
ul.ls-disc{
	padding:0 0 0 15px;
}
	
ul.ls-disc li{
	list-style:disc;
	float:none;
}

/* list-mark内のlist-markなし*/
li ul.ls-none li{
	list-style:none;
	float:none;
}

/* 右寄せイメージありの配置 */
.text_box_w420{
	width:410px;
	height:auto;
	padding:0;
	margin:0;
	float:left;
}

.img_only_box_pl20{
	padding:0 0 0 20px;
	margin:0;
	float:left;
}

.img_only_box_pl20 img{
	border: 5px solid #E3E3E3;
}

/* 文字の間用span */
span.font-p10{
	padding:0 5px 0 5px;
}

/* 赤文字用span */
span.fc-red{
	color:#FF0000;
}

/* tableデザイン */
.section table{
	border-collapse: collapse;
}

.section table td{
	padding:3px;
	margin:0;
	text-align:left;
	vertical-align:middle;
	border:1px solid #CCCCCC;
}

.section table td.c-center{
	padding:3px;
	margin:0;
	text-align:center;
	vertical-align:middle;
	border:1px solid #CCCCCC;
}


/* アンカー用のpタグ */
p.anchor {
	margin:0;
	padding:0;
}














