@import url(print.css);
/* ------------------------------------------------------------ */
/* 数値初期化 */

body {
	margin:0px;
	padding:0px; 
}

h1, h2, h3, h4, h5, h6, dl, dt, dd, p, ul, ol, li, form, input, select, div {
	margin:0px;
	padding:0px;
}

img {
	margin:0px;
	padding:0px;
	border:none;
}

/* ------------------------------------------------------------ */

.over_css a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* */
.clr{
	clear:both;
}

/* ------------------------------------------------------------ */
/* 共通CSS */
sup, sub {
	font-size:80%;
}

/* テキスト装飾 */

.col_red {
	color:#F00;
}

.col_blue {
	color:#003399;
}

.right {
	text-align:right; 
}
.center {
	text-align:center; 
}
.left {
	text-align:left; 
}

/**/
.m_18{
	margin-bottom:18px;
}

/* マウスオーバー */
.mover a:hover img{
filter:alpha(opacity=70.0);
-moz-opacity:0.70;
opacity:0.70;
}



/**/
#fs01-content #fs01-main-content p,
#fs01-content #fs01-main-top-content p{
	font-size:80%;
	line-height:150%;
}

#fs01-content #fs01-main-content p.lead,
#fs01-content #fs01-main-top-content p.lead{
	font-size:90%;
	line-height:150%;
	margin-bottom:15px;
}

/**/
.txt80{
	font-size:80%;
	line-height:150%;
}

/**/

#fs01-content #fs01-main-content p.txt90,
#fs01-content #fs01-main-top-content p.txt90{
	font-size:90%!important;
	line-height:150% !important;
}


/* h2 */
h2.v01_h2_title_img{
	margin-bottom:15px !important;
}

/* h3 */
h3.v01_h3_title_img{
	margin-bottom:15px !important;
}

h3.category_title{
	border-bottom:1px solid #384C99;
	color:#384C99;
	font-size:90%;
	line-height:130%;
	padding:0px 5px 5px 5px;
}

h3.category_title span{
	border-left:4px solid #384C99;
	padding:3px 0px 3px;
	padding-left:8px;
}





/* backToTop
======================================*/
ul.pagetop  {
	margin: 10px 0 30px 0;
	padding: 0;
	list-style-type: none;
	font-size: medium;
	text-align:right;
}

ul.pagetop  li {
	margin: 9px 0 0 0;
	padding:0;
	list-style-image: none;
	font-size: 75%;
}

ul.pagetop  li a:link,
ul.pagetop  li a:visited {
	margin: 0;
	padding: 0 0 0 15px;
	background-image:url(../img/page_up.gif);
	background-repeat:no-repeat; 
	zoom: 1;
}


/* ---------------------------- */
/* リスト */
ul.list {
	font-size:90%; 
	line-height:150%;
	margin: 5px 0 0 0.5em;
	padding: 0;
	list-style:none;
}

ul.list li{
	background:url(../img/link_mark.gif) no-repeat 0px 8px;
	padding-left:8px;
}

/**/
ul.arrow_list{
	font-size:80%;
	line-height:130%;
	margin:10px 0px 10px 0px;
	padding:0px;
	}

ul.arrow_list li{
	margin:5px 0px 0px 1em;
	padding: 0 0 0 10px;
	list-style:none;
	background: url(../img/list_arrow.gif) 0 0 no-repeat;
	zoom: 1;
	background-position:0px 5px;
	color:#003A91;
	}
	
/* ---------------------------- */
/* textarea for Firefox */

textarea {
	font-size: 100%;
}
