/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html,body{
	min-width: 1200px;
}

/* ------------------------------

smart.cssの場合

html,body{
	width: 100%;
}

------------------------------ */

html {
	-webkit-text-size-adjust: none;
}
body {
	background-color: #9ed6f2;
	margin: 0 auto;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	text-align: center;
}
p {
	line-height: 1.8;
}
li {
	line-height: 1.8;
}
table {
	text-align: left;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: top;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
div {
	overflow: hidden;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2 {
	width: 100%;
	height: 80px;
	background-image:url(image/h2.jpg);
	background-repeat: no-repeat;
	font-size: 30px;
	color: #FFF;
	line-height: 80px;
	padding-left: 30px;
}
h6 {
	border-radius: 10px / 10px;
}

/* ------------------------------
 画像関連
------------------------------ */

img.imgleft {
	float: left;
	padding: 10px;
}
img.imgright {
	float: right;
	padding: 10px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 20px 0;
}
p.text01 {
	margin: 20px 20px;
}
p.text01 img {
	vertical-align: middle;
	margin: 0 5px;
}
p.text01_right {
	text-align: right;
	margin: 20px 20px;
}
span.red {
	color: #FF0000;
}
span.blue {
	color: #0000FF;
}
span.bold {
	color: #000000;
	font-weight: bold;
}
span.none {
	display: none;
}
ul.list {
	margin: 15px 50px;
}
ul.list li {
	margin-bottom: 10px;
}
ol.list {
	margin: 15px 50px;
}
ol.list li {
	margin-bottom: 10px;
}
p.clear {
	clear: both;
}
ul.list1 {
	margin: 15px 50px;
}
ul.list1 li {
	margin-bottom: 10px;
	list-style-type: square;
}
ul.list1 ol {
	margin: 15px 50px;
	list-style-type:  decimal;
}
ul.list1 ol {
	margin-bottom: 10px;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
}

/* ------------------------------
 ヘッダー
------------------------------ */

header {
	width: 100%;
	border-top: solid 5px #1c75ba;
	overflow: hidden;
}
div.header_left {
	float: left;
}
div.header_right {
	float: right;
}

/* ------------------------------
 メニュー
------------------------------ */

nav {
	width: 100%;
}
nav ul {
	list-style: none;
}
nav li {
	float: left;
	text-align: center;
}
nav li a {
	display: block;
	text-decoration: none;
}
nav li.menu01 {
	font-size: 14px;
	margin-top: 100px;
}
nav li.menu01 a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	color: #000;
}
nav li.menu01 a:hover {
	background-image:url(image/menu_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

nav li.menu02 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 88px;
}
nav li.menu02 a {
	color: #FFF;
	background-color: #1c75ba;
	padding: 15px 15px;
}
nav li.menu02 a:hover {
	background-color: #e70088;
}

nav.menu01 a:hover {
	background-image:url(image/menu_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
body#index nav li#page01 {
	background-image:url(image/menu_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
body#about nav li#page02 {
	background-image:url(image/menu_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
body#event nav li#page03 {
	background-image:url(image/menu_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
body#report nav li#page05 {
	background-image:url(image/menu_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* ------------------------------
 コンテンツ
------------------------------ */

div.contents {
	margin: 30px 30px;
}
p.construct {
	font-size: 30px;
	text-align: center;
	margin: 100px auto !important;
}

/* ------------------------------
 ボックス
------------------------------ */

div.box01 {
	border: solid 1px #ccc;
	border-top: solid 5px #1c75ba;
	margin-bottom: 40px;
}
div.box01 p {
	margin: 20px 20px;
}

div.box02 {
	border: solid 1px #ccc;
	border-top: solid 5px #1c75ba;
	margin-bottom: 40px;
}
div.box02 p {
	margin: 20px 30px;
}

p.midashi01 {
	font-size: 18px;
	font-weight: bold;
}

p.midashi02 {
	font-size: 24px;
	font-weight: bold;
	margin: 40px 0;
	background-color: #1c75ba;
	color: #FFF;
	border-radius: 10px / 10px;
	padding: 5px 20px;
}
p.midashi03 {
	font-size: 22px;
	font-weight: bold;
	color: #095898;
}
/* ------------------------------
 新着情報
------------------------------ */

ul.news {
	list-style: none;
	margin: 20px 30px;
}
ul.news li {
	border-bottom: dotted 1px #555;
}

/* ------------------------------
 indexアイコン
------------------------------ */

dl.index_icon {
	width: 1000px;
	margin: 60px auto;
	overflow: hidden;
	text-align: center; /* 中央寄せ */
}
dl.index_icon dt {
	display: inline-block;
  	margin: 20px 15px;
  	float: none; /* float解除 */
}

/* ------------------------------
 パンくず、トップ
------------------------------ */

p.bread {
	text-align: right;
	font-size: 11px;
	margin: 5px 10px;
}
p.top {
	text-align: right;
	font-size: 11px;
	margin: 5px 10px;
}

/* ------------------------------
 イベント
------------------------------ */

ul.event {
	margin: 30px 50px 400px 50px;
	font-size: 18px;
}

/* ------------------------------
 レポート
------------------------------ */

ul.report {
	margin: 30px 50px 400px 50px;
	font-size: 18px;
}
ul.report li {
	margin-bottom: 30px;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

table.contact {
	margin: 20px auto;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-collapse: collapse;
}
table.contact td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
table.contact p {
	margin: 5px;
}
td.contact01 {
	width: 150px;
}
td.contact02 {
	width: 350px;
}
input.button {
	font-size: 18px;
	padding: 10px 15px;
}

/* ------------------------------
 フッター
------------------------------ */

footer {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	color: #145280;
	font-size: 12px;
}
footer ul {
	list-style: none;
	margin: 30px 10px;
}
footer li {
	float: left;
	margin-right: 10px;
}
footer a {
	color: #145280;
	text-decoration: none;
}
footer p {
	clear: both;
	margin: 10px 10px;
}



/* ------------------------------
 RSS
------------------------------ */

#blog_view {
}
#blog_view ul {
}
#blog_view li {
}