/* ◆◆◆◆　基本スタイル定義　◆◆◆◆ */
* {
	padding:0;
	margin:0;
}
body {
	padding:0 0 0 0px;
}
img {
	border:0;
	margin:0;
}
h1 {
	text-indent:-2000px;
}
h2 {
	font-size: 0.8em;
	text-indent:-2000px;
}
a {
	text-decoration: none;
}
li {
	list-style-type: none;
}
/* ◆◆◆◆　汎用定義　◆◆◆◆ */
.clearboth {
	clear:both;
}
.floatleft {
	float:left;
}
.kyocho {
	color: red;
}
.kyocho2 {
	font-weight: bold;
}
.kyocho3 {
	font-weight: bold;
	color: red;
}
.textaligncenter {
	text-align: center;
}
.textalignright {
	text-align: right;
}
/* ◆◆◆◆　基礎定義　◆◆◆◆ */
#box-base {
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}
/* ◆◆◆◆　ヘッダー　◆◆◆◆ */
#box-head {
	background-image:url(_image/titlelogo.png);
	width: 1000px;
	height: 100px;
}
#box-head p {
	position: absolute;
	top: 70px;
	left: 750px;
	font-size: 1.2em;	
}
/* ◆◆◆◆　トップメニュー　◆◆◆◆ */
#box-topmenu {
	width: 1000px;
	height: 40px;
}
#box-topmenu ul {
	margin: 0 0 0 0;
}
#box-topmenu li {
	float: left;
	padding: 0 0 0 0;
}
#box-topmenu li a {
	display:block;
	width:120px;
	height:40px;
	text-indent: -2000px;
}
.topmenu-link1 a {background:url("_image/menubutton-01.jpg") repeat-x;}
.topmenu-link2 a {background:url("_image/menubutton-02.jpg") repeat-x;}
.topmenu-link3 a {background:url("_image/menubutton-03.jpg") repeat-x;}
.topmenu-link4 a {background:url("_image/menubutton-04.jpg") repeat-x;}
.topmenu-link5 a {background:url("_image/menubutton-05.jpg") repeat-x;}
#box-topmenu li a:hover,
#box-topmenu li a:active {
	background-position:0 -40px;
}
/* ◆◆◆◆　コンテンツ部分　◆◆◆◆ */
#box-horizon {
	clear:both;
	width: 1000px;
	padding: 10px 0 10px 0;
	margin: 30px 0 30px 0;
	border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
	text-align: center;
}
#box-main {
	clear:both;
}
#box-left {
	width: 400px;
	float: left;
}
#box-twitter {
	padding: 10px 10px 0 10px;
}
/*
#box-twitter h2 {
	background:url("_image/captiontitle-twitter.png") repeat-x;
	text-indent: -2000px;
	height: 30px;
	margin: 0 0 10px 0;
}
*/
#box-right {
	width: 600px;
	float: right;
}
#box-right p {
	padding: 0 0 10px 20px;
	line-height: 1.4em;
	font-size: 0.9em;
}
#box-content {
	padding: 0 10px 0 10px;
}
#box-content2 {
	padding: 10px 10px 0 10px;
}
#box-content2 img {
	border: solid 1px #000;
	margin: 10px 0 10px 0;
}
/*
#box-content h2 {
	background:url("images/captiontitle-content.png") repeat-x;
	text-indent: -2000px;
	height: 30px;
	margin: 0 0 10px 0;
}
*/
/* ◆◆◆◆　フッター　◆◆◆◆ */
#box-footermenu {
	clear: both;
	width: 1000px;
	height: 20px;
}
#box-footermenu ul {
	margin:0 0 0 20px;
}
#box-footermenu li {
	font-size:0.7em;
	float:left;
	padding:5px 0 0 20px;
}
#box-footer {
	background-color: #0000cc;
	width: 1000px;
	height: 15px;
	padding: 5px 0 5px 0;
	font-size: 0.7em;
	color: #ffffff;
	text-align:center;
}

