@charset "UTF-8";
@import url("photo.css");
@import url("table.css");


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

* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.2em;
}


/* 文書本体 (body) */

body {
	background: url(../images/bg.jpg) repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div#bgSho {
	mGargin: 0 auto 0 auto;
	width: 100%;
	background: url(../images/bg_sho01.gif) no-repeat center 0;
}

div#page {
	margin: 0 auto 0 auto;
	width: 794px;
	text-align: left;
	background: url(../images/bg_white.png) repeat-y;
	behavior: expression(IEPNGFIX.fix(this));
}

div#contents {
	margin: 0px 0px 0px 25px;
	width: 744px;
	text-align: left;
}


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

a:link {
	border-style: none;
	color: #4545f4;
	text-decoration: underline;
}

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

a:hover {
	color: #f86e6e;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}


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




/* ヘッダー */

div#header {
	margin: 0;
	width: 779px;
	height: 50px;
	text-align: right;
}

div#header h1{
	margin: 0px 0px 4px 15px;
	padding-top: 10px;
	float: left;
}

div#header #headermenu{
	font-size: 10px;
	padding-top: 20px;
}



/* メインメニュー */

ul#mainmenu {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	width: 764px;
	height: 38px;
	background: url(../images/mainmenubg.gif) no-repeat;
}

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

ul#mainmenu li a{
	display: block;
	height: 38px;
	background: url(../images/mainmenu.gif) no-repeat;
}




ul#mainmenu li#mm01 a{
	width: 70px;
	background-position: 0px 0px;
}

ul#mainmenu li#mm02 a{
	width: 65px;
	background-position: -70px 0px;
}

ul#mainmenu li#mm03 a{
	width: 77px;
	background-position: -135px 0px;
}

ul#mainmenu li#mm04 a{
	display: none;
	width: 55px;
	background-position: -212px 0px;
}

ul#mainmenu li#mm05 a{
	width: 89px;
	background-position: -267px 0px;
}

ul#mainmenu li#mm06 a{
	width: 54px;
	background-position: -356px 0px;
}

ul#mainmenu li#mm07 a{
	width: 134px;
	background-position: -410px 0px;
}

ul#mainmenu li#mm08 a{
	width: 110px;
	background-position: -544px 0px;
}

ul#mainmenu li#mm09 a{
	width: 49px;
	background-position: -654px 0px;
}

ul#mainmenu li#mm10 a{
	width: 61px;
	background-position: -703px 0px;
}



ul#mainmenu li#mm01 a:hover{
	background-position: 0px -38px;
}

ul#mainmenu li#mm02 a:hover{
	background-position: -70px -38px;
}

ul#mainmenu li#mm03 a:hover{
	background-position: -135px -38px;
}

ul#mainmenu li#mm04 a:hover{
	background-position: -212px -38px;
}

ul#mainmenu li#mm05 a:hover{
	background-position: -267px -38px;
}

ul#mainmenu li#mm06 a:hover{
	background-position: -356px -38px;
}

ul#mainmenu li#mm07 a:hover{
	background-position: -410px -38px;
}

ul#mainmenu li#mm08 a:hover{
	background-position: -544px -38px;
}

ul#mainmenu li#mm09 a:hover{
	background-position: -654px -38px;
}

ul#mainmenu li#mm10 a:hover{
	background-position: -703px -38px;
}



ul#mainmenu li#mm01 a:active{
	background-position: 0px -76px;
}

ul#mainmenu li#mm02 a:active{
	background-position: -70px -76px;
}

ul#mainmenu li#mm03 a:active{
	background-position: -135px -76px;
}

ul#mainmenu li#mm04 a:active{
	background-position: -212px -76px;
}

ul#mainmenu li#mm05 a:active{
	background-position: -267px -76px;
}

ul#mainmenu li#mm06 a:active{
	background-position: -356px -76px;
}

ul#mainmenu li#mm07 a:active{
	background-position: -410px -76px;
}

ul#mainmenu li#mm08 a:active{
	background-position: -544px -76px;
}

ul#mainmenu li#mm09 a:active{
	background-position: -654px -76px;
}

ul#mainmenu li#mm10 a:active{
	background-position: -703px -76px;
}



/* メイングラフィック */

#maingraphics{
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
	width: 764px;
	height: 340px;
	behavior: expression(IEPNGFIX.fix(this));
}


/* ユーザー支援ナビゲーション*/

div#navSkip {
	height: 0px;
	overflow: hidden;
}

div#positionNav {
	font-size: 10px;
	margin-bottom: 15px;
}


/* 文字サイズ変更*/

div#navAssist {
	font-size: 11px;
	display: none;
}

div#navAssist ul li {
	list-style-type: none;
	display: inline;
}

div#navAssist ul li a{
	text-decoration: none;
}

div#navAssist h2 {
	height: 0px;
	overflow: hidden;}

div#textSize {
	display: inline;
	color: #7e7e7e;
	top: 2px;
	position: relative;
	margin-top: 2px;
	padding-top: 2px;
}

div#navAssist ul li a #textSmall {
	display: inline;
	padding: 2px;
	color: #555555;
	border: 1px solid #7e7e7e;
	float: none;
	margin: 2px;
	text-decoration: none;
}

div#navAssist ul li a #textDefault {
	display: inline;
	padding: 2px;
	color: #fff;
	border: 1px solid #7e7e7e;
	float: none;
	margin: 2px;
	background-color: #7e7e7e;
	text-decoration: none;
}

div#navAssist ul li a #textLarge {
	display: inline;
	padding: 2px;
	color: #555555;
	border: 1px solid #7e7e7e;
	float: none;
	margin: 2px;
	text-decoration: none;
}


/* 本文　*/

div#main {
	float: left;
	margin: 0px 0px 10px 0px;
	color: #333;
	font-size: 12px;
	line-height: 1.6em;
	width: 505px;
	padding-right: 15px;
	border-right: 1px dotted #999;
}



div#main p{
	color: #333333;
	font-size: 12px;
	line-height: 1.8em;
	margin-bottom: 50px;
	padding-left: 20px;
}

div#main p.short{
	margin-bottom: 30px;
}


div#main p.list a{
	line-height: 1.8em;
}

div#main .sub{
	color: #555;
	font-size: 11px;
	line-height: 1.4em;
}



div#main h1{
	margin: 0 0 60px 0;
	padding: 10px 0 4px 0px;
	color: #5b2100;
	font-size: 28px;
	line-height: 1.1em;
	font-weight: bold;
	width: 505px;
	height: 70px;
	background: url(../images/bg_h1.gif) no-repeat;
}
	
	
div#main h1.smallH1{
	font-size: 20px;
}
	


div#main h2{
	margin: 10px 0 10px 0;
	padding: 12px 0 0 0;
	color: #6f2800;
	font-size: 18px;
	line-height: 1.1em;
	font-weight: bold;
	width: 505px;
	height: 70px;
	background: url(../images/bg_h2.gif) no-repeat;
}


div#main h3{
	margin: 0px 0 15px 0;
	padding: 12px 0 0 20px;
	color: #6f2800;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	width: 505px;
	height: 60px;
	background: url(../images/bg_h3.gif) no-repeat;
}

div#main h3.short{
	margin: 0px 0 0px 0;
	height: 45px;
}



div#main h4{
	color: #474080;
	font-size: 12px;
	line-height: 1.2em;
	display: block;
	margin-bottom: 10px;
}


.session{
	margin: 100px 2px 30px 2px;
	padding: 10px 20px 40px 20px;
}

div.announce{
	float: right;
	margin-left: 10px;
	padding: 4px 8px 12px 8px;
	background-color: #b7e6ec;
	width: 200px;
	color: #758da5;
	font-size: 11px;
	line-height: 1.2em;
}

#programChart{
	margin-bottom: 20px;
}

div.announce h5{
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	color: #66829f;
}

div.indentBlock{
	margin-left: 30px;
}


/* サイドメニュー　*/

div#sidebar {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#sidebar ul#subMenu{
	margin: 20px 0px 30px 0px;
	width: 180px;
	display: block;
	padding: 0px;
}

#sidebar ul#subMenu li{
	list-style-type: none;
	padding: 5px 0px 0px 28px;
	margin-bottom: 2px;
	height: 30px;
	font-size: 12px;
	line-height: 1.2em;
	background-image: url(../images/submenu_dot.gif);
}

#sidebar ul#subMenu li:hover{
	background-image: url(../images/submenu_dot_on.gif);
}

#sidebar ul.category li a{
	color: #7f3f1a;
	text-decoration: none;
}




/* リスト要素：シンプルリスト　*/

ul.simplelist{
	margin: 10px 0 40px 0px;
}

ul.simplelist li{
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 20px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
}



/* リスト要素：定義リスト*/

dl {
	margin: 0 30px 60px 0px;
	padding: 0px;
}

dt {
	font-size: 12px;
	font-weight: bold;
	color: #4e497c;
	line-height: 1.3em;
	list-style: none;
	list-style-position: outside;
	margin: 30px 0 5px 5px;
}

dd {
	margin: 0 0 5px 10px;
	padding-top: 2px;
	font-size: 12px;
	line-height: 1.3em;
	color: #666;
}

dd a{
	color: #529209;
}

dd a:visited{
	color: #529209;
}

dd a:hover{
	color: #f97e7e;
}


/* リスト要素：シンプルラインリスト　*/

ul.simpleLineList{
	margin-left: 0px;
	margin-bottom: 90px;
	margin-right: 0;
	margin-top: 8px;
	background-color: #fff;
	width: 500px;
	display: block;
	padding-right: 2px;
	padding-left: 2px;
}

div.shortBlock ul.simpleLineList{
	margin-bottom: 50px;
}

ul.simpleLineList li{
	list-style-position: outside;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 6px;
	font-size: 12px;
	line-height: 1.5em;
	border-top: 1px solid #b3b3b3;
	clear: both;
	font-weight: normal;
	font-style: normal;
}

#main ul.simpleLineList li a{
	color: #c77c50;
}


div#main ul.simpleLineList .date{
	width: 100px;
	display: block;
	float: left;
	color: #37378c;
}

div#main ul.simpleLineList .title{
	width: 385px;
	display: block;
	float: right;
	color: #35354c;
	background-color: #f2f2f2;
	padding: 2px 5px 7px;
	margin-top: 0;
	margin-bottom: 4px;
	line-height: 1.5em;
}




/* リスト要素：注釈リスト*/

ul.cautionlist {
	margin: 0px 30px 40px 40px;
	padding: 0px 0 0 0px;
}

ul.cautionlist li{
	display: block;
	padding: 0 0 0px 16px;
	margin: 0 0 4px 0;
	color: #aa5555;
	font-size: 11px;
	line-height: 1.3em;
	background-image: url(../images/kome.gif);
	background-repeat: no-repeat;
	list-style: none;
	list-style-position: outside;
}





/* コラム*/

#main .columnLarge {
	width: 380px;
	background: #e4e4e4;
	padding: 10px;
	font-size: 12px;
	line-height: 1.3em;
	color: #444;
	overflow: auto;
	margin: -30px 10px 50px 140px;
}

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


#main .columnSmall {
	width: 300px;
	background: #f3d9ee;
	font-size: 12px;
	line-height: 1.3em;
	color: #b2479f;
	overflow: auto;
	margin: -30px 10px 50px 20px;
	padding: 6px 10px 12px;
	float: right;
	border-top: 2px solid #e674d2;
}

#main .columnSmall h4{
	color: #803372;
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 10px;
	font-weight: bold;
}

#main .columnSmall .termination{
	width: 190px;
	font-size: 12px;
	line-height: 1.3em;
	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 3px 0px 3px 110px;
	background-image: url(../img/bg_column_status_off.gif);
}



/* フッター関係 */

.toPageTop {
	position: relative; left: 0px;
	margin: 20px 0 10px 20px;
}



/* フッター関係 */

div#footer {
	clear:both;
	height: 30px;
	width: 764px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
}

div#footer #credit{
	margin-top: 0px;
	padding-top: 5px;
	margin-left: 25px;
}

div#footer #footmenu{
	float: right;
	padding-top: 5px;
	margin-right: 65px;
}


