@charset "utf-8";

/*ページの基本設定*/
* {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	background-color: #E8E8E8;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,img,object{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;

}
h2 {
	margin: 0px;
}
h3 {
	font-size: 16px;
	color: #609;
}

/*リンクの基本設定*/
a {
	text-decoration: none;
	color: #FF0066;
}
a:hover {
	color: #66CCCC;
}

/*ヘッダ*/
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	background-image: none;
	height: 24px;
	text-align: center;
	line-height: 24px;
	padding: 0px;
	margin-top: 8px;
	font-weight: normal;
	color: #008080;
}
h1 a {
	color: #FFFFFF;
}
h1 a:hover {
	color: #FFFFFF;
}
#navi {
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	border: thin none #008080;
	color: #FFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
}
#navi p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: lighter;
	padding-left: 10px;
	text-align: right;
	white-space: normal;
	padding-top: 3px;
	background-color: #FFF;
	border: thin none #008080;
	margin-bottom: 1px;
	height: 25px;
	width: 690px;
	color: #999;
}
#topics {
	background-color: #FFF;
	height: 150px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	width: 700px;
	margin-right: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-bottom-style: none;
	border-top-color: #008080;
	border-right-color: #008080;
	border-bottom-color: #008080;
	border-left-color: #008080;
}
#topics h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #000;
	line-height: 50px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
#topics h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	line-height: 60px;
	color: #008080;
	margin-top: 5px;
}
#topics h3 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	text-align: center;
	margin-top: 0px;
}
#topics h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	color: #666;
}
#topics p a {
	color: #C00;
}
#main .news p a a:visited {
	color: #0F0;
}
#news title {
	background-color: #009;
	height: 10px;
	margin-bottom: 5px;
}
#main .news p a {
	color: #0C0;
	text-decoration: none;
}

/*ニュース*/
.news {
	width:700px;
	background-color: #FFFFFF;
	height: 420px;
	margin-right: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #903;
	border-right-color: #903;
	border-bottom-color: #008080;
	border-left-color: #903;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 20px;
	color: #008080;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 25px;
}
.news h1 {
	color: #666;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-family: "Lucida Console", Monaco, monospace;
	line-height: 25px;
	padding-right: 5px;
	background-color: #FFF;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-bottom-style: none;
	border-bottom-color: #900;
	border-right-color: #E8E8E8;
	font-weight: normal;
}
#main .news h1 img {
	float: right;
}
.news h2 {
	color: #999;
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
	margin-top: 15px;
	margin-bottom: 2px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 25px;
	padding-right: 5px;
	font-style: normal;
	font-weight: lighter;
}
.news h3 {
	margin-left: 10px;
	margin-bottom: 10px;
	color: #930;
}
.news img {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#main .news2 {
	height: 1320px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 20px;
	line-height: 25px;
	color: #008080;
	padding-left: 10px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #900;
	padding-right: 5px;
}
#main .news2 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 25px;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #900;
	text-align: left;
	font-weight: lighter;
	margin-bottom: 10px;
}
#main .news2 h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	font-weight: lighter;
}
#content #main .news2 h2 img {
	float: right;
	border: 1px solid #000;
	margin-left: 10px;
}
#main .news3 {
	height: 200px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 20px;
	line-height: 25px;
	color: #008080;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #900;
	padding-right: 5px;
	padding-top: 10px;
}
#main .news3 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 25px;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #900;
	text-align: left;
	font-weight: lighter;
	margin-bottom: 10px;
}
#main .news3 h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	font-weight: lighter;
}
#main .news4 {
	height: 900px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 20px;
	line-height: 25px;
	color: #008080;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #900;
	padding-right: 5px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #008080;
	padding-top: 20px;
}
#main .news4 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 25px;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #900;
	text-align: left;
	font-weight: lighter;
	margin-bottom: 25px;
}
#main .news4 h1 a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 25px;
	color: #008080;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #900;
	text-align: right;
	font-weight: lighter;
	margin-bottom: 25px;
	text-decoration: underline;
}
#main .news4 h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	font-weight: lighter;
	margin-top: 15px;
}
#main .news4 h2 a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #008080;
	font-weight: lighter;
	margin-top: 15px;
	text-decoration: underline;
}
#main .news4 h2 img {
	clear: right;
	float: left;
	margin-right: 20px;
	border: 1px solid #000;
}
#main .news4 h3 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 11px;
	line-height: 25px;
	color: #CCC;
	margin-top: 20px;
	font-weight: lighter;
	text-align: right;
}
#main .news5 {
	height: 820px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 25px;
	color: #008080;
	padding-left: 10px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #900;
	padding-right: 5px;
	margin-bottom: 10px;
}
#main .news5 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 25px;
	color: #008080;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #900;
	text-align: left;
}
#main .news5 h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #999;
	margin-top: 20px;
	font-weight: lighter;
}
#main .news5 h2 img {
	float: right;
	margin-left: 15px;
	margin-right: 10px;
	border: 1px solid #000;
}
#main .news5 h3 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 11px;
	line-height: 25px;
	color: #CCC;
	margin-top: 20px;
	font-weight: lighter;
	text-align: right;
}
#main .news6 {
	height: 400px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 20px;
	line-height: 25px;
	color: #008080;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #900;
	padding-right: 5px;
	padding-top: 5px;
}
#main .news6 h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #333;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #900;
	text-align: left;
	font-weight: lighter;
}
#main .news6 h1 a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #006;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #900;
	text-align: left;
	font-weight: lighter;
	text-decoration: underline;
}
#main .news6 h2 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 11px;
	line-height: 25px;
	color: #999;
	margin-top: 20px;
	font-weight: lighter;
	text-align: right;
}
#main .news6 img {
	margin-top: 20px;
}
#main .news6 img {
	margin-top: 20px;
}
#main .news7 {
	height: 680px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 25px;
	color: #008080;
	padding-left: 10px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #900;
	padding-right: 5px;
	margin-bottom: 10px;
}
#main .news7 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 25px;
	color: #008080;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #900;
	text-align: left;
}
#main .news7 h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #999;
	margin-top: 20px;
	font-weight: lighter;
}
#main .news7 h2 img {
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	border: 1px solid #000;
}
#main .news7 h3 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 11px;
	line-height: 25px;
	color: #CCC;
	margin-top: 20px;
	font-weight: lighter;
	text-align: right;
}
.news p {
	line-height: 1.5em;
	padding-left: 10px;
	padding-right: 10px;
}
.posted {
	clear: both;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D5D5D5;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	}

/*メニュー*/
#menu {
	background-color: #FFF;
	width: 200px;
	margin-right: 5px;
	margin-left: 10px;
	height: 250px;
	padding: 5px;
	margin-top: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #008080;
	border-right-color: #008080;
	border-bottom-color: #008080;
	border-left-color: #008080;
}
#menu h2 {
	color: #FFFFFF;
	padding-bottom: 0px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	background-color: #008080;
	padding-left: 10px;
	padding-top: 2px;
	}
#menu p {
	color: #000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 15px;
	vertical-align: top;
}
#banner {
	background-color: #FFF;
	height: 110px;
	width: 208px;
	padding-right: 0px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 10px;
	padding-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #008080;
	border-right-color: #008080;
	border-bottom-color: #008080;
	border-left-color: #008080;
}
#bannertitle {
	height: 20px;
	width: 210px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	color: #FFF;
	background-color: #008080;
	text-align: center;
	line-height: 16px;
	margin-top: 30px;
}
#banner p {
	background-color: #FFF;
	padding-right: 0px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	padding-top: 5px;
	line-height: 12px;
	font-weight: lighter;
}
#banner a img {
	margin-bottom: 2px;
	margin-top: 5px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#content #side #banner p2 {
	color: #FFF;
}
#content #side #banner p {
	color: #999;
	font-weight: lighter;
}
#banner p2 {
	background-color: #FFF;
	padding-right: 0px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 10px;
}
#banner h4 {
	color: #930;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#banner h4 a {
	color: #008080;
	border: thin none #000;
	text-decoration: underline;
}
#underlink {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	background-color: #FFF;
	text-align: center;
	color: #999;
	line-height: 20px;
}
#copyright {
	font-size: x-small;
	text-align: center;
}
#profile {
	background-color: #FFF;
	height: 400px;
	width: 200px;
	padding-right: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 10px;
	padding-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #008080;
	border-right-color: #008080;
	border-bottom-color: #008080;
	border-left-color: #008080;
	padding-left: 10px;
	margin-bottom: 15px;
	background-image: url(images/profile.jpg);
	background-attachment: scroll;
}
#profile h1 {
	color: #804000;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	text-decoration: underline;
	line-height: 18px;
	font-weight: bold;
	margin-top: 85px;
}
#profile h2 {
	color: #666;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 9px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 10px;
}
#profile h3 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10px;
	text-decoration: underline;
	line-height: 18px;
	font-weight: bold;
	margin-top: 15px;
	text-align: left;
	color: #009;
}
#profile h3 a{
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10px;
	text-decoration: underline;
	line-height: 18px;
	font-weight: bold;
	margin-top: 15px;
	text-align: left;
	color: #009;
}
#bbs {
	background-color: #FFF;
	height: 350px;
	width: 208px;
	padding-right: 0px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 10px;
	padding-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #008080;
	border-right-color: #008080;
	border-bottom-color: #008080;
	border-left-color: #008080;
}
#bbstitle {
	height: 30px;
	width: 210px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	color: #FFF;
	background-color: #008080;
	text-align: center;
	line-height: 14px;
	margin-top: 30px;
	vertical-align: middle;
	text-transform: uppercase;
}
#bbs h1 {
	color: #930;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	margin-left: 10px;
}
#bbs h1 a {
	color: #008080;
	border: thin none #000;
	text-decoration: underline;
}
#bbs h2 {
	color: #999;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	margin-left: 10px;
	line-height: 13px;
	font-weight: lighter;
	margin-right: 10px;
}

