@charset "UTF-8";

/* =========================================================
start
========================================================= */

body{
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',
'メイリオ',Meiryo,
Osaka,
'ＭＳ Ｐゴシック','MS P Gothic',
sans-serif;
font-size:88%;
line-height:1.7;
color: #000;
min-width:;}

a { color:#548dd4;
text-decoration:none}
a:link    { color:#548dd4;
text-decoration:none}
a:visited { color:#548dd4;
text-decoration:none}
a:hover   { color:#548dd4;
text-decoration:underline}
a:active  { color:#548dd4;
text-decoration:none}

/* =========================================================
class
========================================================= */

/* クリアフィックス */	
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */}

.clearfix:after {
    clear: both;}
.clearfix {
    *zoom: 1;}

/* クリア */
.clear{
	clear: both;
}
	
	
/* マージン設定 */
.mbNone{
	margin-bottom:0 !important;}

.mbSS{
	margin-bottom:0.5em !important;}

.mbS{
	margin-bottom:1em !important;}

.mbM{
	margin-bottom:2em !important;}

.mbL{
	margin-bottom:3em !important;}

.mbLL{
	margin-bottom:4em !important;}
	
.mbXL{
	margin-bottom:8em !important;}
	
/* テキスト位置 */	
.text-right{
	text-align:right;}

.text-center{
	text-align:center;}

.text-left{
	text-align:left;}	

/* 見出し */	
.headline1{
	color:#4f81bd;
	font-weight:bold;
	font-size:150%;
	padding-bottom:5px;
    }
.headline2{
	color:#666666;
	font-weight:bold;
	padding-bottom:5px;
	}
.headline3{
	}
.english{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}
.genre{
	color:#666666;
	font-weight:bold;
	font-size:84%;
}

/* リード文 */	
.lead{
	font-weight:bold;
	font-size:;
	}

/* 透過用ロールオーバー用 */
.hover:hover{
	display: block;
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

/* リンクアイコン */		
.linkicon{
	background:;
	padding-left:;}
	
/* データリンクアイコン */		
.pdficon{
	background: url(../commonimages/pdf.gif) no-repeat right center;
	padding-right:20px;}
		
.exelicon{
	background: url(../commonimages/exel.gif) no-repeat right center;
	padding-right:20px;}
	
.wordicon{
	background: url(../commonimages/word.gif) no-repeat right center;
	padding-right:20px;}
	

/* リンクボタン */	
.btn{
	background:;
}

.btn a{
	text-decoration:none;
	display:block;
	color: ;
}

.btn:hover{
	display:block;
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

.btn-left{
	float: left;}

.btn-right{
	float:right;}

.btn-center{
	text-align:center;}

.btn-center .btn{
	display:inline-block;
	*display: inline;  
    *zoom: 1;
}


/* ※マーク */	
.asterisk{
	font-size:86%;
	margin-left: 1em;
	text-indent: -1em;
	}

/* テーブルの設定 */	
.table{
	width:100%;
	border-top:#cccccc solid 1px;
	border-right:#cccccc solid 1px;
	}
.table th{
	background-color:#EEEEEE;
	width:20%;
	padding:10px;
	border-left:#cccccc solid 1px;
	border-bottom:#cccccc solid 1px;
	}

.table td{
	padding:10px;
	border-left:#cccccc solid 1px;
	border-bottom:#cccccc solid 1px;
	}

.tablecol thead th{
}

.tablecol td{
}


/* リスト */
ul.list{
	overflow: hidden;
	zoom:1;
}

ul.list li{
	background:;
	padding-left:;
}

ul.list li ul li{
	background:;
	padding-left:;

}

/* 水平線リスト*/
.listeven li{
	float:left;
	white-space:nowrap;
	margin-right:20px;
}

/* リストグループ */
.listgroup{
	clear:both;
	overflow:hidden;
	zoom:1;
	width:103%;
	margin-right:-3%;
}

.listgroup li{
	margin-right:3%;
	float:left;
	}
	
.listgroup li div.li_inner{ /* jqeuryでdivを追加してます */
	background:;
	padding-left:;
	line-height:1.4;
}

.list1-2 li{
	width:46%;}
	
.list1-3 li{
	width:30%;}

.list1-4 li{
	width:22%;}
	

/* 番号付リスト */	
ol.list li span.number{
	padding:0.1em 0.4em;
	margin-right:0.5em;
	background:;
	color:;
	}

ol.list ol li{
	margin-left:25px;
	list-style:inside decimal;
}



/* 添える写真 */	
.figureR{
	float:right;
	margin:0 0 1.5em 15px;
	}
.figureL{
	float:left;
	margin:0 15px 1.5em 0;
	}

.figureR figcaption,
.figureL figcaption{
	font-size: 86%;
	text-align: center;
	margin-top: 0.5em;
}

/* 写真にスタイルつける */
.thumbnail{}
	
/* フロートした写真の横に配置するオブジェクト回り込み解除 */
.nowraparound{
overflow:hidden;}

	
/* 添える写真のキャプション */	
span.figcaption{
	display:block;
	font-size:86%;
	margin-top:0.5em;}

	
/* コラムレイアウトの設定 */	
.column {

	zoom:1;}
.column:after{
    content: ""; 
    display: block; 
    clear: both;}
	
.columntitle{}

/* 2/1や3/1のボックスの設定 */
.box{
	float:left;
	margin-right:20px;
}

.boxcover{
	overflow:hidden;
	zoom:1;
	clear:both;
	width: ;
	margin-right:-20px;
}

.box1-2{
	width:;
}
.box1-3{
	font-size:86%;
	width:;}
	
.box2-3{
	width:;}

.box1-4{
	font-size:86%;
	width:;}

/* パーツのマージン設定 */
.table,
.list,
.listgroup,
.box,
.column{
	margin-bottom: 1.5em;
}

/* セクションのマージン設定 */	
.section{
	margin-bottom:2.5em;}
.section .section{
	margin-bottom:1em;}
.section .section .section{
	margin-bottom:0.5em;}

.contentsheader{
	margin-bottom:2em;}
	
/* セクションにデフォルトでクリアフィックスをかけておく */	
.section:before,.section:after,
.contentsheader:before,.contentsheader:after{
    content: " "; /* 1 */
    display: table; /* 2 */}

.section:after,
.contentsheader:after{
    clear: both;}
	
.section,.contentsheader{
    *zoom: 1;}


/* =========================================================
layout
========================================================= */

#wrapper{
	width:840px;
	margin:0 auto;
	}

#header{
	padding:25px 0 15px 0;
}

#header #logo{
	float:left;
	height:45px;
}

#header div{
	float:right;
	width:325px;
	text-align:right;
}

#header div p{
	padding-bottom:7px;
}
	
#header ul li{
	float:left;
	}

#footer {
	font-size:84%;
	padding-bottom:20px;
	padding-top:20px;
	margin-top:40px;
	border-top:1px solid #cccccc;
}

#footer p {
	width:300px;
	float:left;
}

#footer ul {
	width:500px;
	float:right;
	text-align:right;
}

#footer ul li {
	float:right;
	padding-right:10px;
}

#footer ul li a {
	color:#666666;
	text-decoration:underline;
}

.more {
	text-align:right;
}

.moreTitle {
	text-align:right;
}

.blue01{
	color:#4f81bd;
}

.white01{
	color:#ffffff;
}

.red01{
	color:#D40003;
}

/* =========================================================
print style
========================================================= */

/* プリント用のスタイル */
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

