@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 10px;
	clear: both;
}

span.red {
	color: #FF0000;
}

span.red-bold {
	font-weight: bold;
	color: #FF0000;
}

a img {
	border: none;
}

body {
	background: #0000CC;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: center;
	margin: 0px;
}

#container {
	background: #FFFFFF;
	color: #333333;
	text-align: left;
	width: 900px;
	margin: 0px auto;
}

#banner {
	background: url(img/banner.jpg) no-repeat center;
	border-bottom: 1px solid #0099FF;
	position: relative;
	height: 120px;
	padding: 0;
	margin: 0 0 5px;
}

#banner h1 {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
}

#banner p#desc {
	font-size: 10px;
	color: #666666;
	line-height: 14px;
	text-align: right;
	float: right;
	width: 45%;
	padding: 0 10px 0 0;
	margin: 0;
}

#banner h2 {
	background: none;
	border: none;
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	left: 10px;
	top: 90px;
	padding: 0;
	margin: 0;
}

#banner h2 a {
	color: #666666;
	text-decoration: none;
}

#banner p#logo {
	position: absolute;
	left: 20px;
	top: 30px;
	height: 60px;
	width: 630px;
	padding: 0;
	margin: 0;
}

#banner h3 {
	background: none;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	position: absolute;
	left: 10px;
	top: 105px;
	padding: 0;
	margin: 0;
}

#pan {
	font-size: 14px;
	line-height: 24px;
	padding-right: 10px;
	padding-left: 10px;
}

#pan a{
	color: #0000FF;
}

#center {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
}

#content {
	background-color: #FFFFFF;
	float: right;
	width: 640px;
}

#content h2 {
	background-image: url(/img/cbana.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 26px;
	letter-spacing: 1px;
	text-indent: 15px;
	margin-bottom: 5px;
}

h3#top-ads {
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	background: #ffffff; 
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* W3C */
	height: 26px;
	padding: 4px 0 0 10px
}

div#case-outer {
	border-radius: 10px;
	border: 2px solid #00a0dd;
	width: auto;
	height: 100%;
	margin: 10px 0;
}

div#case-outer:after {
	content: "";
	height: 0;
	display: block;
	clear: both; 
}

div.case {
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	padding: 10px;
	margin: 3px;
	height: 100%;
	position: relative;
	float: left;
	width: 288px;
	height: 230px;
}

div.case h4 {
	border: none;
	font-size: 20px;
	margin: 0;
	padding:0;
}

div.case h4 a {
	font-weight: bold;
}

div.case h4 a img {
	text-decoration: none;
	border: none;
	position: absolute;
	top: 45px;
	left: 10px;
}

div.case p {
	line-height: 1.6em;
	padding: 75px 5px 5px !important;
	background: none;
}

div.case p.more {
	font-size: 16px;
	text-align: center;
	padding: 0;
	margin: 0;
}

div.case p.more a {
	background: #FF0000;
	background: -moz-linear-gradient(top, #FFC6A5 1%, #FF3333 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#FFC6A5), color-stop(100%,#FF3333)); /* webkit */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* webkit */
	border: 1px solid #DD0000;
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	bottom: 10px;
	left: 190px;
}

div.case p.more a:hover {
	background: #FF0000;
	background: -moz-linear-gradient(top, #FF3333 0%, #FFC6A5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF3333), color-stop(100%,#FFC6A5)); /* webkit */
	display: block;
	padding: 1px 0 0 2px;
	width: 98px;
	height: 24px;
}

/*
div.case {
	background: #FFFFEA;
	padding: 0;
	margin: 15px 0;
}

div.case dl {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	position: relative;
	clear: both;
	padding: 10px;
	margin: 0 0 15px;
	min-height: 100%;
	height: 100%;
}

div.case dl:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
}

div.case dt {
	font-size: 16px;
	position: relative;
}

div.case dt a {
	font-weight: bold;
	padding-left: 140px;
}

div.case dt a:hover {
	text-decoration: none;
}

div.case dt img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

div.case dd {
	font-size: 13px;
	line-height: 1.5em;
	padding-top: 15px;
	padding-left: 140px;
	color: #333333;
}

div.case dd.more {
	background: url(../img/more_btn.gif) no-repeat center top;
	display: block;
	float: right;
	width: 120px;
	height: 25px;
	padding: 0;
	margin: 0 5px 0 0;
	overflow: hidden;
}

div.case dd.more a {
	display: block;
	width: 120px;
	height: 25px;
	padding-top: 25px;
}

div.case dd.more a:hover {
	background: url(../img/more_btn_on.gif) no-repeat center top;
}
*/

#top-box {
	margin-bottom: 10px;
}

#top-box .top-boxin {
	border-bottom: 1px dotted #0099FF;
	float: left;
	width: 45%;
	height: 140px;
	padding-bottom: 10px;
	margin: 0 0 15px 10px;
}

#top-box .top-boxin h3 {
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #0099FF;
	font-size: 12px;
	line-height: 25px;
	padding-left: 10px;
}

#top-box .top-boxin h3 a {
	color: #0066FF;
	text-decoration: none;
}

#top-box .top-boxin p {
	font-size: 12px;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#top-box .top-boxin p a {
	color: #0066FF;
	text-decoration: none;
}

.top-boxin ul {
	padding-bottom: 10px;
	margin: 10px 5px 10px 20px;
	list-style-type: none;
}

.top-boxin li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}

.top-boxin li a {
	color: #0099FF;
}

.top-boxin li a:hover {
	text-decoration: none;
}

#description {
	margin-bottom: 10px;
	overflow: auto;
}

#description p{
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
	padding: 5px 10px;
}

#top-cont {
}

#top-cont p {
	background: url(img/note_line.gif);
	font-size: 14px;
	line-height: 24px;
	padding: 5px 10px;
}


#side {
	background: url(img/side-btm.gif) no-repeat center bottom;
	float: left;
	width: 215px;
	padding-bottom: 12px;
}

#bmark {
	text-align: center;
}

.link-note {
	font-size: 10px;
	line-height: 30px;
	text-align: center;
	height: 30px;
	margin: 0px;
}

#side h2 {
	background: #F2F2F2 url(img/side-h2.gif) no-repeat center top;
	font-size: 14px;
	color: #0066FF;
	line-height: 30px;
	letter-spacing: 5px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#side ul {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#side ul#btm {
	padding-bottom: 50px;
}

#side .categories {
}

#side .categories li {
	border-bottom: 1px dotted #666666;
	font-size: 12px;
	display: block;
	letter-spacing: 1px;
	text-indent: 4px;
	margin-right: 5px;
	margin-left: 5px;
	list-style-type: none;
}

#side .categories li a {
	color: #0099FF;
	line-height: 40px;
	text-decoration: none;
	display: block;
}

#side .categories li a:hover {
	color: #FF0000;
	text-decoration: underline;
	display: block;
}

.more {
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	width: 100%;
	margin: 20px 0px;
}

.more a {
	color: #CC0000;
	text-decoration: none;
}

.more a:hover {
	text-decoration: underline;
}

.content-nav {
	text-align: center;
	margin-bottom: 5px;
}

.content-nav a {
	font-size: 14px;
	color: #0099FF;
	text-decoration: underline;
}

#ent {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	margin-top: 5px;
}

#ent h3 {
	border-left: 10px solid #0066FF;
	font-size: 16px;
	line-height: 24px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#ent a{
	color: #0000FF;
}

#ent p{
	background: url(img/note_line.gif);
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	padding: 5px 15px 10px;
	margin-top: 5px;
}

#ent img {
	margin-top: 5px;
	margin-right: 5px;
}

#ent-list {
	margin-top: 10px;
	margin-bottom: 10px;
}

#ent-list ul {
	border-left: 5px solid #FF0000;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	list-style-type: disc;
}

#ent-list li {
	font-size: 14px;
	line-height: 24px;
}

#ent-list li a {
	color: #0066FF;
	text-decoration: underline;
}

#ent-list li a:hover {
	text-decoration: none;
}

div#footer {
	background: #0066FF;
	clear: both;
}


div#footer h3 {
	background: none;
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}


div#footer h3 a {
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF !important;
	text-decoration: none;
}

#ent table {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	width: 100%;
}

#ent table th {
	background: #0099FF;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	width: 150px;
	padding: 3px;
}

#ent table td {
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #666666;
	padding: 3px;
}

