﻿body {
	margin: 0px;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-size: small;
	background-attachment: fixed;
	color: #666666;
}
#page {
	margin: 0px auto 0px auto;
	position: absolute;
	top: 0px;
	text-align: center;
	width: 100%;
}

/*背景のブルーシート*/
#sheet {
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-top: 0px solid #000080;
	border-bottom: 1px none #C0C0C0;
	margin: 0px auto;
	background-color: #FFFFFF;
	width: 880px;
	position: relative;
	top: 0px;
	padding-bottom: 10px;
	height: auto;
	left: 0px;
	border-style: none;
	border-color: #FFFFFF;
	border-width: 0px;
}

/*背景のホワイトペーパー*/
#paper {
	border-width: 0px;
	border-color: #FFFFFF;
	margin: 0px auto 30px auto;
	background-color: #FFFFFF;
	width: 830px;
	position: relative;
	height: 3724px;
	top: 0px;
	left: 0px;
}

/*ナビゲーションメニューのデザイン*/
#navi{
	height: 60px;
	text-align: center;
	font-family: メイリオ;
	color: #000000;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 0px;
}

/*レフトボックスの中央寄せと幅指定*/
#left {
	border: 0px none #FFFFFF;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
	width: 200px;
	margin-right: 13px;
	height: auto;
}

/*ライトボックスの中央寄せと幅指定*/
#right {
	border: 0px none #FFFFFF;
	text-align: center;
	background-color: #FFFFFF;
	float: right;
	width: 200px;
	top: 0px;
}

/*センターボックスの幅指定*/
#center {
	text-align: center;
	background-color: #FFFFFF;
	width: 610px;
	float: left;
	margin-left: 4px;
	height: 3697px;
}

/*フッターボックスのレイアウト*/
#footer {
	margin: 10px auto 0px auto;
	border: 1px none #808080;
	background-color: #FFFFFF;
	text-align: left;
	width: 710px;
	position: static;
}

/*左側コンテンツ1のレイアウト*/
#left-1 {
	border: 1px solid #808080;
	text-align: left;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;
	color: #666666;
}

/*左側コンテンツ2のレイアウト*/
#left-2 {
	border: 1px solid #CCCCCC;
	text-align: center;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;
}

/*左側コンテンツ3のレイアウト*/
#left-3 {
	border: 1px solid #C0C0C0;
	text-align: left;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;
}

/*左側コンテンツ4のレイアウト*/
#left-4 {
	border: 1px solid #808080;
	text-align: left;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;
	color: #C0C0C0;
}

/*右側コンテンツ1のレイアウト*/
#right-1 {
	border: 1px solid #808080;
	text-align: left;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;
	color: #666666;
}

/*右側コンテンツ2のレイアウト*/
#right-2 {
	border: 1px solid #808080;
	text-align: center;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;

}

/*右側コンテンツ2のレイアウト*/
#right-3 {
	border: 1px solid #C0C0C0;
	text-align: left;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;
	font-size: small;
}

/*右側コンテンツ3のレイアウト*/
#right-4 {
	border: 1px solid #808080;
	text-align: left;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;
}

/*中央コンテン1のレイアウト*/
#center-1 {
	border: 1px solid #808080;
	text-align: left;
	background-color: #FFFFFF;
	width: 390px;
	height: 320px;
}

/*中央コンテン2のレイアウト*/
#center-2 {
	border: 1px solid #808080;
	text-align: center;
	width: 390px;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;

}

/*中央コンテン3のレイアウト*/
#center-3 {
	border: 1px solid #C0C0C0;
	text-align: center;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;
}

/*中央コンテン4のレイアウト*/
#center-4 {
	border: 1px solid #808080;
	text-align: center;
	width: 390px;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;
	height: 379px;
}

/*フッターコンテンツのレイアウト*/
#footer {
	border: 0px none #808080;
	text-align: left;
	background-color: #FFFFFF;
	width: 710px;
}

/*pタグのフォントとサイズ指定*/
p {
	padding: 3px;
	font-family: メイリオ;
	font-size: small;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 0px;
}

/*h3タグのフォントとサイズ指定*/

/*h2タグのフォントとサイズ指定*/
h2 {
	padding: 6px 0px 5px 0px;
	margin: 0px;
	font-family: メイリオ;
	font-size: small;
	font-weight: bold;
	border-left-width: 5px;
	border-left-color: #0000FF;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	text-align: center;
	color: #FFFFFF;
	background-image: url('../top_img/obi3.png');
	background-repeat: repeat-x;
}

/*liタグのフォントとサイズ指定*/
li {
	margin: 5px;
	border: 1px solid #C0C0C0;
	padding: 2px 5px 2px 5px;
	list-style-position: outside;
	list-style-type: none;
	font-family: メイリオ;
	font-size: small;
	background-color: #F5F5FE;
}

#span-1 {
	position: relative;
	width: 337px;
	float: right;
}

#span-2 {
	width: 47px;
	position: relative;
	float: left;
}

#span-3 {
	text-align: center;
}

#span-4 {
	text-align: center;
	width: 370px;
}

.table-style1 {
	border: 1px solid #000000;
	background-color: #FFFFCC;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: small;
}

h4 {
	font-family: メイリオ;
	font-size: medium;
	color: #008000;
	text-decoration: underline;
	margin-bottom: 5px;
	font-weight: bold;
}

#footer li {
	margin: 0px;
	border: 1px solid #808080;
	padding: 0px;
	width: 83px;
	float: left;
	text-align: center;
}

#footer-1 {
	text-align: left;
	width: 700px;
	font-size: small;
}

#span-5 {
	float: right;
}

#center-4 li {
	text-align: left;
}


#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer-2 {
	width: 680px;
	padding: 10px;
}

#span-6 {
	float: left;
}
#center-4 li {
	padding: 0px;
	font-family: HG丸ｺﾞｼｯｸM-PRO;
	font-size: 11px;
}
h1 {
	font-family: メイリオ;
	color: #FFFFFF;
	font-size: small;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}
#footer-3 {
	width: 880px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000080;
	font-family: メイリオ;
	color: #FFFFFF;
	font-size: small;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #E7E7E7;
	border-left-color: #E7E7E7;
	text-align: center;
}
#sitemap {
	padding: 0px;
	margin: 0px;
	font-family: メイリオ;
	font-size: x-small;
	text-align: right;
}
    .style10 {
	font-family: メイリオ;
	text-align: left;
}
    .style15 {
	border: 1px solid #808080;
	font-size: small;
	text-align: center;
	font-weight: bold;
	color: #333333;
	background-image: url('../top_img/test3.bmp');
	background-repeat: repeat-x;
	padding-top: 7px;
}
.mini {
	padding: 0px;
	font-size: x-small;
	margin-right: auto;
	margin-left: auto;
	color: #808080;
}
.newStyle1 {
}
#navi a {
	text-decoration: none;
	color: #000000;
}
    #blog {
	border: 1px solid #808080;
	font-size: small;
	text-align: center;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;

}
    #navi {
	margin-top: 20px;
	margin-bottom: 10px;
}
    #img {
	text-align: center;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	width: 225px;
	float: right;
	height: 192px;
	background-image: url('../top_img/sample.gif');
	background-repeat: no-repeat;
}
#img p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
	margin-top: 5px;
	font-family: メイリオ;
}
a {
	text-align: center;
	font-weight: bold;
}
#navi0 {
	border-width: 5px 0px 5px 0px;
	margin-bottom: 10px;
	text-align: left;
	border-top-color: #000080;
	border-bottom-color: #000080;
	margin-left: 25px;
	float: left;
}
    #left-1 p,#right-1 p {
	text-align: left;
}
    #header {
	background-color: #FFFFFF;
	height: 220px;
}
#kari {
	color: #000000;
	font-size: 37px;
	font-weight: bold;
	float: left;
	width: 500px;
	height: 143px;
	font-family: HG丸ｺﾞｼｯｸM-PRO;
}
#font {
	font-size: medium;
	font-weight: bold;
	margin-top: 0px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}
#top {
	width: 880px;
	background-color: #000080;
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
	border-style: none;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
	margin: 0px auto 0px auto;
	text-align: center;
	height: 20px;
	padding-top: 5px;
}
    .style16 {
	border-collapse: collapse;
}
    #table4 a {
	color: #333333;
	text-decoration: none;
}
    #left-3 li, #right-3 li,#left-4 li,#right-4 li {
	background-image: url('../top_img/bgbg50-2.bmp');
}
    #left-2 p,#right-2 p {
	text-align: left;
	font-size: 9pt;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
    #right-5 {
	border: 1px solid #808080;
	text-align: left;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;
	height: 336px;
}
.newStyle2 {
	width: 100px;
	height: 100px;
	float: right;
}
.#site {
	width: 130px;
	height: 100px;
	float: right;
}
    #center-4 li {
	font-family: HG丸ｺﾞｼｯｸM-PRO;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
}
    #table5 {
	font-size: small;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
    #table5 p {
	margin: 0px;
	text-decoration: none;
}
    .orange {
	font-size: medium;
	color: #FF6600;
	font-weight: bold;
}
    h5 {
	text-decoration: none;
	color: #FFFFFF;
	font-size: small;
	margin: 0px;
	text-align: center;
	padding-top: 3px;
	background-image: url('../top_img/tabu2.gif');
	background-repeat: no-repeat;
}
    #table5 a {
}
    #left-1 p,#right-1 p {
	color: #666666;
}
    #right-1 p {
	color: #666666;
}
    .style5 {
		border: 1px solid #C0C0C0;
		text-align: center;
	}

    .line2 {
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #000080 #C0C0C0 #C0C0C0 #C0C0C0;
	font-size: 8px;
	margin-top: 1px;
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 1px;
}
.line1 {
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #C0C0C0 #C0C0C0 #AA00AA #C0C0C0;
	padding: 0px;
	margin: 1px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: center;
}

    #renpoimg {
	height: 148px;
	width: 198px;
}
#colOne {
	border: 1px solid #808080;
	width: 200px;
	float: left;
	text-align: left;
	background-repeat: repeat-x;
	font-size: small;

}

    #table8 {
	margin-right: auto;
	margin-left: auto;
}

    #img p {
	text-align: center;
}

    #table6 {
	margin-right: auto;
	margin-left: auto;
}

    #colTwo {
	border: 1px solid #C0C0C0;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;

}

    #osusume {
	border: 0px none #C0C0C0;
}

    #seikyou {
	border: 1px solid #C0C0C0;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;

}
#staff {
	border: 1px solid #C0C0C0;
	text-align: center;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;
}
#margin-news {
	border: 1px solid #C0C0C0;
	text-align: left;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;

}

    #footer-4 {
	text-align: center;
}

.line1 a,.line2 a {
	text-decoration: none;
	color: #666666;
}
.style21 {
	color: #000000;
}

#daigaku {
	color: #FF0000;
	font-size: xx-large;
	font-weight: bold;
	border: 3px solid #FF0000;
	width: 80%;
	margin: 5px auto 5px auto;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

#tokusen {
	border: 1px solid #C0C0C0;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;

}

#table9 {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#panorama li,
#panoramaTn li,
#photo li,
#photoTn li {
	float:none;
	display:inline;
	margin:5px auto;
	padding:0 20px;
	text-align:center;
}
* {
	border-width: 0px;
	margin: 0;
	padding: 0;
	font-family: メイリオ;
	background-repeat: no-repeat;
}

.style22 {
	background-color: #FFFFFF;
}
.style25 {
	border: 1px solid #C0C0C0;
	text-align: center;
	width: 146px;
}

#table11 {
	margin-right: auto;
	margin-left: auto;
}
.line3 {
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #C0C0C0 #C0C0C0 #FFCC00 #C0C0C0;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 1px;
}
.line4 {
	text-align: center;
	font-size: 8px;
	background-color: #FFFFFF;
}
.line5 {
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #C0C0C0 #C0C0C0 #008000 #C0C0C0;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 1px;
}
.line6 {
	text-align: center;
	font-size: 8px;
	background-color: #FFFFFF;
}
.line1 a, .line2 a, .line3 a, .line4 a, .line5 a, .line6 a {
	text-decoration: none;
	color: #666666;
}

#table13,#table14,#table15 {
	margin-right: auto;
	margin-left: auto;
}
.style20 {
	border: 1px solid #C0C0C0;
}
.style26 {
	font-size: medium;
	color: #FF0000;
}
.box0 {
	background-color: #000080;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
}
.box1 {
	background-color: #0000FF;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
}

.box2 {
	background-color: #99CCFF;
	font-weight: bold;
	color: #000000;
	font-size: x-small;
}

.box3 {
	background-color: #D9ECFF;
	padding-top: 3px;
	font-size: x-small;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 5px;
}

.style27 {
	color: #0000FF;
	text-decoration: underline;
}

#osusume p {
	text-align: right;
}

#staff0 {
	border: 1px solid #C0C0C0;
	text-align: left;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;

}

.style28 {
	font-size: x-small;
	border: 0px none #C0C0C0;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;
}

.style29 {
	font-size: x-small;
}
.line0 {
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #C0C0C0 #C0C0C0 #AA00AA #C0C0C0;
	margin: 1px 0px 0px 0px;
	background-color: #F2F2F2;
}
.line00 {
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #000080;
	margin: 1px 0px 0px 0px;
	background-color: #F2F2F2;
	font-size: 8px;
}
.line0 a,.line00 a {
	color: #808080;
	text-decoration: none;
}
.box1Copy {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	background-color: #008000;
}
.box2Copy {
	background-color: #99FF99;
	font-weight: bold;
	color: #000000;
	font-size: x-small;
}
.box3Copy {
	background-color: #DFFFDF;
	padding-top: 3px;
	font-size: x-small;
	text-align: left;
	padding-left: 5px;
}
h3 {
	background-position: center;
	padding: 6px 0px 5px 0px;
	font-size: small;
	font-family: メイリオ;
	text-align: center;
	color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url('../top_img/bgG.bmp');
	background-repeat: repeat-x;
}

.summer1 {
	background-color: #808080;
	font-weight: bold;
	color: #FFFFFF;
}
.summer2 {
	background-color: #C0C0C0;
	font-size: x-small;
	font-weight: bold;
}
.summer3 {
	font-size: x-small;
	background-color: #F5F5FE;
	text-align: left;
}
    #cm {
	text-align: center;
}

#text {
	border: 1px solid #C0C0C0;
	text-align: left;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;
}

#text a {
	text-decoration: underline;
	color: #009999;
}
    .high1 {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
}

    .high2 {
	background-color: #808080;
	font-weight: bold;
	color: #FFFFFF;
	font-size: x-small;
}

    .high3 {
	background-color: #C0C0C0;
	padding-top: 3px;
	font-size: x-small;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 5px;
}

h4 {
	font-family: メイリオ;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('../top_img/high2.png');
	background-repeat: no-repeat;
}

#kokuchi {
	border: 1px solid #C0C0C0;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url('../top_img/bg.png');
	background-repeat: repeat-x;
}
