* {
	margin: 0px;
	padding: 0px;
}
body{
	line-height : 180%;
	font-size : 85%;
	color: #666666;
	background-image: url(images/bg.jpg);
	background-color: #0066FF;
	background-repeat: repeat-x;
}
#container {
	width: 780px;
	text-align: left;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-top: 3px solid #0099cc;
	position: relative;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#header {
	height: 80px;
	border-bottom: 1px solid #e9e9e9;
	background-image: url(images/header_bg.jpg);
}
#headerleft {
	padding: 10px 0px 10px 15px;
	float: left;
	width: 590px;
	height: 60px;
}
#headerright {
	padding: 10px 20px 10px 0px;
	float: right;
	width: 155px;
}
#wrapper {
	float: left;
	background-repeat: repeat-y;
	clear: both;
	background-image: url(images/container_bg.gif);
}
#menu {
	padding: 10px 10px;
	float: left;
	width: 190px;
	background-repeat: repeat-y;
}
#main {
	float: right;
	width: 550px;
	padding: 10px 9px;
}
#footer {
	text-align: center;
	clear: both;
	padding: 8px 10px;
	border-top: 1px solid #cccccc;
	background-color: #f4f4f4;
}
.menubar {
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	font-size: 120%;
	background-image: url(images/menu_bg.gif);
	margin-bottom: 3px;
}
#menu ul {
	background-color: #e9e9e9;
}
#menu ul li {
	font-weight: bold;
	color: #666666;
	text-indent: 25px;
	list-style-type: none;
	line-height: 35px;
	background-image: url(images/menu_li.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 100%;
	padding: 1px 0px 1px 0px;
}
#menu ul li a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	display:block;
}
#menu ul li a:hover {
	color: #666666;
	list-style-type: none;
	background-image: url(images/menu_li_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	border-bottom: 0px dotted #cccccc;
	display:block;
}
a:link {
    color:#003399;
}
a:visited {
    color:#003399;
}
a:hover {
	color:#FF0000;
}
a:active {
	color:#FF0000;
}
h1,h2,h3,h4 {
    font-size : 100%;
    font-weight : normal;
    margin-bottom: 0px
}
.entry {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	text-indent: 15px;
	font-size: 120%;
	background-image: url(images/entry.jpg);
	line-height: 30px;
	color: #FFFFFF;
}
.subentry {
	margin-top: 5px;
	text-indent: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 100%;
	line-height: 25px;
	border-bottom: 2px solid #0099ff;
	background-color: #E1FFFF;
}
.big {
	font-size: 140%;
	line-height: 150%;
}
.red {
	color: #FF0000;
}
.redbold {
	color: #FF0000;
	font-weight: bold;
}
.bluebold {
	color: #00CCCC;
	font-weight: bold;
}
.tableborder{
    border-collapse: collapse;
    border: 1px solid #cccccc;
}
.tableborder td{
	border: 1px solid #cccccc;
	padding: 4px;
}
#menu .menubox {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 10px;
	background-color: #FFFFFF;
	line-height: 150%;
	border-top: 1px solid #cccccc;
}
.box {
	padding: 10px 10px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}
.greenbox {
	padding: 10px 10px;
	background-color: #009900;
	border: 1px solid #009900;
	color: #FFFFFF;
}
.clear {
	clear: both;
}
.imageleft {
	float: left;
	padding: 0px 10px 10px 0px;
}
.imageright {
	float: right;
	padding: 0px 0px 10px 10px;
}
.shadow {
	float: left; /* 回り込み制御 */
	background-image: url(images/shadow.gif);
	background-position: right bottom;
	padding-top: 5px;
}
 
.shadow img {
    position: relative;
    left: -5px; /* 画像を左へ移動 */
    top: -5px; /* 画像を上へ移動 */
    padding: 5px; /* 画像枠 */
    background: #ffffe0; /* paddingを設定した場合の背景色 */
    border: 1px solid #cccccc; /* 画像の枠線 */
}
