@charset "shift_jis";

/*------------------------
ページ全体(body)
------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "Hiragino Kaku Gothic Pro", "MS UI Gothic", "ＭＳ Ｐゴシック", "sans-serif"; 
	line-height: 1.4;
	color: #444444;
	background: #ffffff;
	background-image: url(../img_top/bgimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
/*------------------------
リンクテキスト(a)
------------------------*/
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #444444;

}
a:hover, a:active {
	color: #cd0b7a;
	font-style: normal;
	text-decoration: underline;
}

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

.link01 a:link, .link01 a:visited {
	color: #444444;
	text-decoration: underline;

}
.link01 a:hover, .link01 a:active {
	color: #cd0b7a;
	font-style: normal;
	text-decoration: none;
}

/*------------------------
h1, h2, h3, h4, p, ul, li 
------------------------*/
h1, h2, h3, h4, p, ul, li {
	margin: 0;
	padding: 0;
}
/*------------------------
li 
------------------------*/
li {
	list-style-position: outside;
}


/*------------------------
clear
------------------------*/
.clear {
	clear: both;
}

/*------------------------
rightdesu(右寄せ用)
------------------------*/
.rightdesu {
	text-align: right;
}
/*------------------------
leftdesu(左寄せ用)
------------------------*/
.leftdesu {
	text-align: left;
}

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

/*------------------------
画像(img02)
------------------------*/
.img02 {
	border: 0;
	margin-bottom: 10px;
}

/*------------------------
画像(right)
------------------------*/
.imgright01 {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}
/*------------------------
画像(left)
------------------------*/
.imgleft01 {
	float: left;
}

.imgleft02 {
	float: left;
	margin-left: 40px;
	margin-right: 1em;
	margin-bottom: 1em;
}

/*------------------------
pのtxt01(あか・太字)--div#memo
------------------------*/
.txt01 {
	color: #cd0b7a;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.2;
}


/*------------------------
ページ全体のコンテナ(div#wrapper)
------------------------*/
div#wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
}

/*------------------------
ヘッダー(div#header)
------------------------*/
div#header {
	width: 700px;
	height: 355px;
}
/*------------------------
タイトルエリア(div#titlearea)
------------------------*/
div#titlearea {
	float: left;
	width: 190px;
	height: auto;
}
/*------------------------
35
------------------------*/
div#35 {
	margin-left: 10px;
	margin-top: 5px;
}
/*------------------------
トップナビエリア(div#topnaviarea)
------------------------*/
div#topnaviarea {
	float: right;
	width: 500px;
	height: 355px;
}

/*------------------------
topsmallナビ(#navitopsmall)
------------------------*/
#navitopsmall {
	padding: 0;
	margin: 0;
	margin-right: 10px;
	list-style-type: none;
}
#navitopsmall li {
	display: inline;
	width: auto;
	float: right;
}

/*------------------------
topナビ(#navitop01)
------------------------*/
#navitop01 {
	padding: 0;
	margin: 0;
	clear: both;
	margin-right: 10px;
	list-style-type: none;
}
#navitop01 li {
	display: inline;
	float: right;
	height: 38px;
	overflow: hidden;
}
/*------------------------
topナビ(#navitop02)
------------------------*/
#navitop02 {
	padding: 0;
	margin: 0;
	clear: both;
	margin-right: 10px;
	list-style-type: none;
}
#navitop02 li {
	display: inline;
	float: right;
	height: 38px;
	overflow: hidden;
}

/*------------------------
about
	margin-top: 4px;
------------------------*/
div#about {
	clear: both;
	margin-right: 10px;
	height: 41px;
}
/*------------------------
msg
------------------------*/
div#msg {
	margin-right: 10px;
	height: 60px;
	margin-top: -5px;
}

/*------------------------
hint
------------------------*/
div#hint {
	clear: both;
	margin-top: 4px;
}

/*------------------------
中身（ヘッダーフッター以外）のコンテナ(div#container)
------------------------*/
div#container {
	clear: both;
	width: 700px;
	height: auto;
}

/*------------------------
table list01
------------------------*/
.tbllist01 {
	border: 1px solid #000099;
}

/*------------------------
table td01
------------------------*/
.td01 {
	background-image: url(../img_top/tblbgimg.gif);
}

/*------------------------
コンテンツ(div#contents)
------------------------*/
div#contents {
	float: right;
	width: 500px;
}

/*------------------------
div#main01(contents内)
------------------------*/
div#main01 {
	width: 500px;
	height: 230px;
	margin-bottom: 10px;
	margin-right: 10px;
}


/*------------------------
div#message(contents内main01内)
	margin-right: 10px;
------------------------*/
div#message {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
}

div#message p {
	line-height: 1;
	margin-bottom: 0.5em;
}

div#msgbox {
	overflow: scroll;
	height: 200px;
	padding: 5px;
}

/*------------------------
div#news(contents内main01内)
	margin-right: 10px;
------------------------*/
div#news {
	float: right;
	width: 240px;
	margin: 0;
	padding: 0;
}

/*------------------------
listnews-ul
------------------------*/
#listnews-ul {
	overflow: scroll;
	height: 200px;
}

/*------------------------
listnews
	padding-top: 3px;
------------------------*/
#listnews {
	line-height: 1.2;
	font-size: 10pt;
	margin-left: 20px;
	padding-top: 3px;
	list-style-type: disc;
}

/*------------------------
div#main02(contents内)
------------------------*/
div#main02 {
	clear: both;
	width: 500px;
	height: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*------------------------
div#main02left(contents内main02内)
------------------------*/
div#main02left {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
}

/*------------------------
div#main02right(contents内main02内)
------------------------*/
div#main02right {
	float: right;
	width: 240px;
	margin: 0;
	padding: 0;
}

/*------------------------
div#main03(contents内)
------------------------*/
div#main03 {
	clear: both;
	width: 500px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*------------------------
メルマガ
------------------------*/

#mmtitle {
	width: 500px;
	font-size: 110%;
	font-weight: bold;
	color: #4da619;
	background-color: #ffffcc;
	border-top: 2px solid #60db07;
	border-right: 2px solid #60db07;
	border-left: 2px solid #60db07;
	text-align: center;
}

#mm {
	width: 500px;
	border: 2px solid #60db07;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	paddin: 10px 0 10px 0;
}

.minititle {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

.cmnt {
	font-size: x-small;
	text-align: right;
}

/*------------------------
ナビエリア(div#naviarea)
------------------------*/
div#naviarea {
	float: left;
	width: 170px;
	font-size: x-small;
}
/*------------------------
ナビ(div#navileft)
------------------------*/
div#navileft {
	width: 160px;
	margin: 0 0 10px 10px;
}
div#navileft ul li {
	display: inline;
	height: 35px !important;
	width: 145px !important;
	overflow: hidden;
}
div#navileft ul li a {
	display: block;
	height: 35px !important;
	width: 145px !important;
	overflow: hidden;
}

/*------------------------
ナビ02(div#navileft02)
------------------------*/
div#navileft02 {
	width: 160px;
	margin-left: 5px;
}
div#navileft02 ul li {
	display: inline;
	height: 36px !important;
	width: 155px !important;
	overflow: hidden;
}
div#navileft02 ul li a {
	display: block;
	height: 36px !important;
	width: 155px !important;
	overflow: hidden;
}

/*------------------------
ナビエリア予定表など(#info)
------------------------*/
div#info {
	width: 160px;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	margin-top: 10px;
	line-height: 140%;
}

div#info p {
	margin-bottom: 1em;
	color: #2f960c;
	font-size: 10pt;
	font-weight: bold;
}


/*------------------------
フッター(div#footer)
------------------------*/
div#footer {
	clear: both;
	width: 700px;
	margin-top: 10px;	
	font-size: 10pt;
}

div#footercomments {
	text-align: right;
}

table#tblfooter {
	table-layout: fixed;
	width: 700px;
	height: 60px;
	background-image: url(../img_top/footerimg.gif);
	background-repeat: no-repeat;
}
table#tblfooter td {
	padding: 0.3em;
	padding-left: 0.5em;
	font-size: 10pt;
	line-height: 1.2;
	text-align: left;
	background-image: none;
}

table#tblfooter col#td01 {
	width: 55%;
}
table#tblfooter col#td02 {
	width: 20%;
}
table#tblfooter col#td03 {
	width: 25%;
}

table#tblfooter td h4 {
	font-size: 11pt;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

div#copyright {
	padding: 2px 2px 2px 5px;
	line-height: 1.2;
}


