@import "reset270.css";
@import "fonts270.css";
@import "base270.css";
/*
	top4.css	2009/02/27
*/
body {
	color: black;
	text-align: center;
	background: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, Osaka, sans-serif;
}

th,td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, Osaka, sans-serif;
}

a:link
{
	color: #065c9b;
	text-decoration: none;
}

a:active
{
	background: #CCDDEE;
	color: #065c9b;
	text-decoration: none;
}

a:visited
{
	color: #065c9b;
	text-decoration: none;
}

a:hover
{
	background: #ccddee;
	color: #065c9b;
	text-decoration: underline;
}

input,textarea,select
{
	color: black;
	font-size: 12px;
}

img.right { float: right }

br.clear { clear: both }

#contents {
	font-size: 106%;
	text-align: left;
}

#head {
	background: #000 url(../images/head_back01.gif) repeat-x;
	width: 100%;
	height: 80px;
}

#logo {
	padding: 22px 0 0 40px;
}

#logo img {
	border: 0;
}

#logo_text {
	padding: 0 0 0 20px;
	color: #ccc;
	font-size: 11px;
}

#navi_botton {
	background: #fff;
	position: absolute;
	top: 60px;
	left: 80%;
	height: 20px;
	font-size: 12px;
}

a.navi_botton:link,
a.navi_botton:active,
a.navi_botton:visited {
	color: #333;
	background: #95c900;
	text-decoration: none;
	display : block;
	margin : 0;
	padding : 0;
	font-weight:bold;
	width: 100px;
	height: 19px;
	text-align: center;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

a.navi_botton:hover {
	color: #fff;
	background: #6699CC;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#navi_box {
	margin: 0px;
	padding: 0px auto;
	width: 100%;
	background: #222;
	color: #fff;
	border-bottom:3px solid #95c900;
	text-align: center;
}

.inside{
	width:90%;
	margin:0 auto;
	padding: 0;
}

#navi_box .box {
	/* margin: 5px; */
	/* padding: 5px; */
	/* display: inline; */
	float: left;
	border: 0;
	width: 30%;
	text-align: left;
}

#navi_box .title {
	margin: 10px 5px 5px 5px;
	padding: 5px;
	border-bottom: 1px solid #95c900;
	font-size: 16px;
	/* display: inline-block; */
	color: #fff;
}

#navi_box .body {
	margin: 5px;
	padding: 7px;
	font-size: 13px;
	/* display: inline-block; */
	color: #bbb;
}

#navi_box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navi_box li {
	margin: 2px 0;
	padding: 3px 10px;
	border-bottom: 1px solid #666;
	list-style-type: none;
}

#navi_box a:link,
#navi_box a:active,
#navi_box a:visited {
	color: #bbb;
	background: #222;
	text-decoration: none;
}

#navi_box a:hover {
	color: #fff;
	background: #222;
	text-decoration: none;
}

.clear {
	clear: both;
}

#main {
	margin: 0px;
	padding: 0px;
	background: #fff url(../images/back20060628.jpg) repeat-y;
	width: 100%;
}

#main img {
	border: 0;
}

#main_photo {
	margin: 0;
	padding: 30px;
	border: 0;
	float: left;
	width: 40%;
	/* display: inline-block; */
	font-size: 10px;
	line-height: 1.5em;
}

#main_photo a {
	background: #fff;
	text-decoration: none;
	}

#main_photo img {
	margin-bottom: 3px;
	}

div.mphoto {
	margin: 0;
	padding: 10px 0 2px 10px;
	border-bottom: 2px dotted #ccc;
	font-size: 14px;
	font-weight: bold;
}

#main_photo ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_photo li {
	margin: 0;
	padding: 1px 0 1px 20px;
	border: 0;
	font-size: 12px;
	list-style-type: none;
}

#entry {
	margin: 0px;
	margin-left: 50%;
	padding: 20px;
	/* display: inline-block; */
}

#entry div.text {
	padding: 10px 0;
}

#entry h2.text {
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, Osaka, sans-serif;
	font-size: 24px;
	color: #6699CC;
}

#entry h3.text {
	font-size: 18px;
}

div.mtwitter {
	margin: 0px;
	padding: 7px 7px;
	border-top: 2px dotted #ccc;
	font-size: 14px;
	font-weight: bold;
}

#recent {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #222;
	color: #fff;
}

#recent .box {
	/* margin: 5px; */
	/* padding: 5px; */
	/* display: inline; */
	float: left;
	border: 0;
	/* width: 45%; */
}

#recent .title {
	margin: 5px;
	padding: 5px;
	border-bottom: 1px solid #95c900;
	font-size: 16px;
	/* display: inline-block; */
	color: #fff;
}

#recent .body {
	margin: 5px;
	padding: 0 7px;
	font-size: 13px;
	/* display: inline-block; */
	color: #bbb;
}

#recent table,
#recent tr,
#recent th,
#recent td {
	margin: 0;
	padding: 0;
}

#recent ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#recent li {
	margin: 1px 0;
	padding: 2px 10px;
	border-bottom: 1px solid #666;
	list-style-type: none;
}

#recent td {
	border: 0;
}

#recent a:link,
#recent a:active,
#recent a:visited {
	color: #bbb;
	background: #222;
	text-decoration: none;
}

#recent a:hover {
	color: #fff;
	background: #222;
	text-decoration: none;
}

#footer {
	margin: 0px;
	padding: 10px 0px;
	background: #222;
	width: 100%;
}

#copyright {
	margin: 0px;
	padding: 5px;
	color: #ccc;
	font-size: 12px;
	text-align: center;
}

