@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

p {
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;

}

a {
	color: #0066CC;
	text-decoration: none;
} 
a:visited {
	color: #993399;
	text-decoration: none;
} 
a:hover {
	color: #CC3333;
} 
a:active {
　　color: #CC0066; 
} 
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

h1 {
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;



}
#header p {
	font-size: 12px;
	color: #FFF;
	margin-top: 2px;
	margin-left: 10px;
}
h2 {
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 26px;
	color: #008CFF;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


h3 {
	float: left;
	height: 32px;
	width: 250px;

}
h4 {
	background-color: #FFF8E1;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	text-align: left;
	padding: 2px;
	font-size: 16px;
	color: #FF930F;
}


img {
	vertical-align: bottom;
	border: 0px;

}
a:hover img {
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
}

/*ページ構成*/
html,body {
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-color: #6E9CE7;
	background-image: url(images/bg_sea.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#system_main {
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 860px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg_main.png);
	background-repeat: repeat-y;
}
body > #system_main {
    height: auto;
}
#header {
	height: 120px;
	width: 860px;
	text-align: left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu {
	height: 44px;
	width: 860px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat-x;
}
#menu a {
	display:block;
	width:160px;
	height:36px;
	text-indent:-9999px;
	background-position:top;
}
#menu a:hover { background-position:bottom; }
#menu a.menu1 { background-image: url(images/menu1.png); }
#menu a.menu2 { background-image: url(images/menu2.png); }
#menu a.menu3 { background-image: url(images/menu3.png); }
#menu a.menu4 { background-image: url(images/menu4.png); }
#menu a.menu5 { background-image: url(images/menu5.png); }
#menu a.menu6 { background-image: url(images/menu6.png); }
#menu a.menu7 { background-image: url(images/menu7.png); }

#menu ul {
	height: 36px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	width: 860px;
}
#menu li {
	list-style-type: none;
	padding: 0px;
	float: left;
	height: 36px;
	width: 160px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#contents {
	font-size: 14px;
	color: #2c353c;
	text-align: center;
	width: 860px;
	height: auto;
	padding-bottom: 60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 860px;
	height: 50px;
	left: 0px;
	text-align: center;
	padding: 0px;
	background-color: #FEC3D7;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#footer p{
	font-size: 11px;
	color: #FFF;
	padding-top: 15px;
	text-align: center;
	padding-right: 10px;
}






a:hover img {
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
}

.pagetop {
	text-align: right;
	width: 800px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
.pagetop a {
	text-align: right;
	color: #FFF;
	background-color: #6787e1;
	font-size: 12px;
	padding: 2px;

}
.pagetop a:hover {
	color: #FFFFFF;
	background-color: #a01b92;
} 



#contents ul {
	text-align: left;
	margin-right: 60px;
	margin-bottom: 15px;
	margin-left: 60px;
}
.koushin {
	background-color: #FFC;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 12px;
	padding: 2px;
	color: #C30;
}

#contents ul li {
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFE699;
}
#topbox1 {
	text-align: center;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 15px;

}
.left  {
	float: left;
	height: 240px;
	width: 200px;
}

#topbox1 .right {
	float: right;
	height: 388px;
	width: 564px;
	background-image: url(images/bg_aisatsu.jpg);
	background-repeat: no-repeat;
}
#topbox1 .right p {
	font-size: 14px;
	text-align: left;
	line-height: 19px;
	padding-top: 48px;
	padding-left: 30px;
	padding-right: 30px;
}



#topbox2 {
	text-align: center;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/bg_news.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#topbox2 .concert {
	float: left;
	width: 450px;
}
.concert table {
	width: 450px;
	text-align: left;
	height: 750px;
}
.concert table tr th {
	font-size: 14.2px;
	color: #a01b92;
	width: 10px;
	vertical-align: bottom;
}

#topbox2 .shinkan {
	float: right;
	width: 300px;
	text-align: left;
}
#topbox2 .shinkan p {
	width: 350px;
	padding-left: 5px;
	float: left;
}

#shinkannomi {
	text-align: left;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/bg_news.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
shinkannomi p {
	padding-left: 5px;
}



#profile {
	text-align: center;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#profile .right {
	float: right;
	height: 400px;
	width: 550px;
	background-image: url(images/bg_profile.png);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-left: 25px;
}
#profile .right p {
	font-size: 14px;
	text-align: left;
	line-height: 35px;
	padding-top: 20px;
	padding-left: 8px;
	padding-right: 25px;
}
#works {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#works table  {
	background-color: #ffecfd;
	text-align: left;
	width: 800px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
}
#works table tr th {
	color: #a01b92;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a01b92;
}
#works table tr td {
	padding-top: 5px;
}
#works .title1 {
	color: #5d1ba0;
	width: 56px;
	vertical-align: top;
}
#works .title2 {
	color: #5d1ba0;
	width: 35px;
}
.naiyou1 {
	width: 350px;
}


.midashi {
	font-size: 1.3em;
	color: #1A56B9;
	margin-bottom: 5px;
	margin-top: 15px;
}
