@charset "UTF-8";


/* ブラウザスタイルの初期化 */

* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.2em;
}


/* 文書本体 (body) */

body {
	background-color: #8186bd;
	background-image: url(../images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-attachment:fixed;
}

#basicFormat {
	text-align: left;
}



/* リンクテキスト (a) */

a:link {
	border-style: none;
	color: #d42436;
	text-decoration: none;
}

a:visited {
	color: #b61f2e;
	text-decoration: none;
}

a:hover {
	color: #f86e6e;
}

a:active {
	text-decoration: underline;
}


/* 画像 (img) */
img {
	border: 0;
}




/* ヘッダー */

div#header {
	background: url(../images/bg_header.gif);
	margin: 0;
	padding: 8px 20px 0px 20px;
	height: 60px;
}

div#siteLogo {
	float: left;
	margin: 2px 0px 0px 0px;
}

div#siteselect {
	font-size: 12px;
	Gdisplay: none;
	margin-right: 10px;
}



/* メインナビゲーション */

div#navMain {
	clear:both;
	background: url(../images/bg_main.gif);
	height: 28px;
	padding: 1px 20px 2px 20px;
}

div#navMain ul {
	font-size: 26px;
	height: 1em;
}

div#navMain ul li {
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0px;
	font-size: 26px;
	line-height: 1em;
	text-indent: -9999px;
}



/* ## メイン ## */

div#mainContents {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 80px;
	padding-top: 10px;
	clear: both;
	overflow: auto;
	margin: 0px;
	font-size: 14px;
	line-height: 1.6em;
}

div#mainContents p{
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 0px;
	margin-bottom: 50px;
}


/* コンテンツ 全体＆タイトル　*/

div#contents {
	width: 510px;
	margin: 10px 0 0 20px;
	padding: 0 0 20px 0;
}


div.title{
		display: block;
		font-size: 16px;
		line-height: 20px;
		font-weight: bolder;
		color: #343e94;
		padding-bottom: 40px;
}

div#contents h1{
	color: #48800B;
	font-size: 24px;
	line-height: 1.1em;
	margin-bottom: 30px;
	font-weight: bold;
	text-indent: -9999px;
}

div#contents h2{
	padding-top: 2px;
	margin-left: 0;
	margin-bottom: 20px;
	margin-right: 0;
	margin-top: 40px;
	font-family: "Hiragino Kaku Gothic Std", sans-serif;
	color: #48800B;
	font-size: 18px;
	line-height: 1.3em;
	padding-bottom: 2px;
	font-weight: bold;
	border-top: 1px dotted #48800B;
}


div#contents h2 a{
	color: #48800B;
}


div#contents h3{
	color: #eb687a;
	font-size: 14px;
	line-height: 1.2em;
	padding-bottom: 25px;
	width: 510px;
	padding-top: 2px;
}

div#mainContents h4{
	color: #343e94;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 5px;
}


div#contents a{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}




/* ## コンテンツ 本文 ##　*/

div#contents p{
	color: #333333;
	font-size: 12px;
	line-height: 1.8em;
	margin-bottom: 40px;
}


.main{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 25px;
	padding-top: 10px;
	color: #444444;
	font-size: 13px;
	line-height: 1.6em;
}


.sub{
		color: #666666;
		font-size: 11px;
		line-height: 1.4em;
		text-align: center;
}

.subtitle{
		width: 500px;
		margin-top: 15px;
		display: block;
		margin-bottom: 10px;
		color: #343e94;
		font-weight: bold;
		font-size: 15px;
		line-height: 1.2em;
	
}

.examdetail {
	width: 300px;
	display: block;
	text-align: center;
	color: #ffffff;
	background-color: #9599c7;
	padding: 3px 8px 3px 8px;
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

.examdetail a{
	color: #ffffff;
}

.examdetail a:visited{
	color: #ffffff;
}

.examdetail:link{
	color: #ffffff;
}

.examdetail:visited{
	color: #ffffff;
}



.blockText{
	text-align: justify;
	font-size: 13px;
	line-height: 1.3em;
}

.tableContents{
	font-size: 13px;
	line-height: 1.4em;
	padding: 6px;
	margin: 4px 0px;
}

.contentsFuture{
	background-color: #f9ddd4;
}

.contentsFuture td{
	padding: 6px 10px 30px 10px;
	font-size: 13px;
	line-height: 1.6em;
}

.contentsFuture td .title{
	font-weight: bold;
	font-size: 15px;
	line-height: 2.2em;
}



.caliculmContents{
	font-size: 11px;
	line-height: 1.2em;
}

.caliculmContents td{
	padding: 1px;
}




/* ## ニュース関係 ## */

.newstitle{
		font-size: 15px;
		line-height: 1.2em;
		font-weight: bolder;
		color: #343e94;
		padding-bottom: 20px;
}

.date {
		padding-top: 10px;
		color: #909090;
		font-size: 10px;
		line-height: 1.1em;
}

.newsmain{
		font-size: 14px;
		line-height: 1.6em;
}

.newsSmallText{
		font-size: 11px;
		line-height: 1.2em;
}

.newsSmallText td{
		padding: 3px;
		background: url(../images/bg_table.gif)
}


/* ## 写真関係 ## */

.photoR{
	float: right;
	margin: 0 0 15px 10px;
	padding: 0px;
	font-size: 11px;
	text-align: center;
	line-height: 1.4em;
	color: #888;
}

.photoL{
	float: left;
	margin: 0 10px 15px 0;
	padding: 0px;
	font-size: 11px;
	text-align: center;
	line-height: 1.4em;
	color: #888;
}

.photoL td{
	padding: 2px;
}


.photo{
	display: block;
	margin: 5px 0 10px 0;
	padding: 5px 0;
	font-size: 11px;
	text-align: left;
	line-height: 1.2em;
	color: #888;
}

.caption75{
	display: block;
	width: 75px;
	float: left;
	margin: 0 10px 5px 0;
	padding-top: 6px;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
	color: #888;
}

.caption160{
	display: block;
	width: 160px;
	float: left;
	margin: 0 10px 5px 0;
	padding-top: 6px;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
	color: #888;
}

.caption160R{
	display: block;
	width: 160px;
	float: right;
	margin: 0 10px 5px 0;
	padding-top: 6px;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
	color: #888;
}


.caption200{
	display: block;
	width: 200px;
	float: left;
	padding: 6px;
	font-size: 11px;
	text-align: left;
	color: #444;
	margin: 0 10px 5px 0;
	line-height: 1.3em;
	
}

.caption200R{
	padding-left: 8px;
	padding-bottom: 15px;
	padding-right: 8px;
	padding-top: 10px;
	color: #606060;
	background-color: #f6ddc8;
	display: block;
	width: 200px;
	float: right;
	margin: 0 0px 5px 10px;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
}


.caption500{
	display: block;
	width: 500px;
	margin: 10px 0;
	padding-top: 6px;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
	color: #888;
}

.insidePageLink{
	padding-left: 8px;
	padding-bottom: 15px;
	padding-right: 8px;
	padding-top: 10px;
	color: #606060;
	background-color: #d1d4f0;
	display: block;
	width: 160px;
	float: right;
	margin: 0 0px 5px 10px;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
}


/* リスト要素：記録リスト*/

ul#listRecord {
	margin: 0px;
	float: left;
	padding: 0px 0 0 0px;
	width: 250px;
}

ul#listRecord li{
	margin: 0 0 1px 0;
	padding: 4px 10px 6px 10px;
	font-size: 12px;
	color: #327200;
	background-color: #eeeeee;
	line-height: 1.2em;
	background-repeat: no-repeat;
	list-style: none;
	list-style-position: outside;
}


ul#listRecord li.listTitle{
	color: #000000;
	background-color: #fff;
	line-height: 1.5em;
	font-weight: bold;
	list-style: none;
	list-style-position: outside;
}



ul#listRecord li a{
	display: block;
	width: 230px;
}

ul#listRecord li a:visited{
	color: #343e94;
}

ul#listRecord li a:link{
	color: #343e94;
}

ul#listRecord li:hover{
	color: #d42436;
}

ul#listRecord li a:hover{
	color: #d42436;
}




/* リスト要素：トピックスリスト*/

ul#listTopics {
	float: right;
	margin: 0px;
	padding: 0px 0 0 0px;
	width: 250px;
}

ul#listTopics li{
	margin: 0 0 1px 0;
	padding: 4px 10px 6px 10px;
	font-size: 12px;
	color: #327200;
	background-color: #eeeeee;
	line-height: 1.2em;
	background-repeat: no-repeat;
	list-style: none;
	list-style-position: outside;
}

ul#listTopics li.listTitle{
	color: #000000;
	background-color: #fff;
	line-height: 1.5em;
	font-weight: bold;
	list-style: none;
	list-style-position: outside;
}

ul#listTopics li a{
	display: block;
	width: 230px;
}

ul#listTopics li a:visited{
	color: #343e94;
}

ul#listTopics li a:link{
	color: #343e94;
}

ul#listTopics li:hover{
	color: #d42436;
}

ul#listTopics li a:hover{
	color: #d42436;
}


/* リスト要素：トップページリスト*/

ul#listTop {
	float: right;
	margin: 0px -30px 30px 10px;
	padding: 0px 0 0 0px;
	width: 230px;
}

ul#listTop li{
	margin: 0 0 1px 0;
	padding: 4px 10px 6px 10px;
	font-size: 12px;
	color: #327200;
	background-color: #eeeeee;
	line-height: 1.2em;
	background-repeat: no-repeat;
	list-style: none;
	list-style-position: outside;
}

ul#listTop li.listTitle{
	color: #000000;
	background-color: #fff;
	line-height: 1.5em;
	font-weight: bold;
	list-style: none;
	list-style-position: outside;
}

ul#listTop li a{
	display: block;
	width: 210px;
}

ul#listTop li a:visited{
	color: #343e94;
}

ul#listTop li a:link{
	color: #343e94;
}

ul#listTop li:hover{
	color: #d42436;
}

ul#listTop li a:hover{
	color: #d42436;
}







/* 脚注関係 */

.footnote{
	float: right;
	position: relative; right: -230px;
	margin-left: -200px;
	margin-bottom: 10px;
	width: 180px;
	background: #eff1d6;
	padding: 10px;
	font-size: 11px;
	line-height: 1.5em;
}

.footnote h5{
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	color: #529209;
	margin-bottom: 18px;
}





/* サイドブロック */

div#side {
	float: right;
	display: block;
	width: 220px;
	height: 180px;
	margin: 0px 0;
	padding: 0px;
	background: #8bd779;
}


/* ## サイドメニュー ## */

#sideMenu{
	font-size: 12px;
	line-height: 1.2em;
}

#sideMenu td{
	background: url(../images/sideMenu_bg.gif);
	margin: 0px;
	padding: 10px 15px 10px 25px;
}

#sideMenu td:hover{
	background: url(../images/sideMenu_bg_on.gif);
	color: #ffffff;
}

#sideMenu td:hover a{
	color: #ffffff;
}

#sideMenu a{
	display: block;
	width: 140px;
}


#sideMenu2{
	font-size: 11px;
	line-height: 1.2em;
}

#sideMenu2 td{
	background: url(../images/sideMenu2_bg.gif);
	margin: 0px;
	padding: 10px 15px 10px 25px;
}

#sideMenu2 td:hover{
	background: url(../images/sideMenu2_bg_on.gif);
	color: #ffffff;
}

#sideMenu2 td:hover a{
	color: #111111;
}

#sideMenu2 a{
	display: block;
	width: 140px;
}




.sideMenuTitle{
	font-family: "Hiragino Kaku Gothic Std", sans-serif;
	font-weight: bold;
	color: #444444;
	font-size:11px;
	padding-bottom: 5px;
}






/* コラム*/

.column {
	width: 85%;
	background: #faffe6;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.8em;
	color: #444;
	overflow: auto;
	overGflow-x: hidden;
	overGflow-y: auto;
}

#contents .column h4{
	color: #48800B;
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 10px;
}



/* テーブル*/

.tableText {
	color: #333;
	background: #fff;
	padding: 2px;
	font-size: 11px;
	line-height: 1.5em;
	text-align: left;
	vertical-align: text-top;
}

.tableText td{
	color: #333;
	background: #fff;
	background: url(../images/bg_table.gif);
	padding: 3px;
	font-size: 11px;
	line-height: 1.5em;
	text-align: left;
	vertical-align: text-top;
}




/* フッター */

div#footer {
	background: url(../images/footer.gif);
	clear:both;
	margin: 0;
	padding: 8px 0px 16px 0px;
	font-size: 11px;
	line-height: 1.3em;
	color: #ffffff;
	text-align: center;
}

div#footer a{
	color: #ffffff;
}

div#footer a:visited{
	color: #ffffff;
}

div#footer a:hover{
	color: #d42436;
}

div.pagetop {
	padding: 20px 0px 6px 10px;
	font-size: 11px;
}


