@charset "Shift_JIS";

/* 初期設定＜設定クリア＞
---------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
/* 全体構造
---------------------------------------------------- */
body {
	font-family:"ＭＳ Ｐゴシック", "Verdana", "メイリオ", "sans-serif";
	font-size:75%;
	color:#454545;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
	background-image: url(img/main-back.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
table,tr,td {
　　font-family:"ＭＳ Ｐゴシック", "Verdana", "メイリオ", "sans-serif";
	font-size:12px;
}
ul,li {
	list-style-type: none;
}
img {
	border:0;
}
p {
	margin-bottom: 10px;
}
a{
	outline : 0 ;
}

/* リンク
---------------------------------------------------- */
a {
	color: #0099FF;
}
a:link,a:visited,a:active {
	color: #0099FF;
	text-decoration:underline;
}
a:hover {
	color: #B5E1FF;
}

/* 本体
---------------------------------------------------- */
#wrap {
	width:760px;
	margin:0 auto;
	text-align:left;
}

/* ヘッダー
---------------------------------------------------- */
#header {
	width:760px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#header h1 {
	font-size: 11px;
	text-align: right;
	font-weight: normal;
	padding-bottom: 5px;
}
#header h2 {
	margin: 0px;
	padding: 0px;
}

/* メイン枠
---------------------------------------------------- */
.waku-ue {
	background-image: url(img/pagewaku-01.gif);
	background-repeat: no-repeat;
	height: 21px;
}
#page {
	background-image: url(img/pagewaku-02.gif);
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 28px;
	float: left;
	width: 760px;
}
.page-shita {
	background-image: url(img/pagewaku-02.gif);
	background-repeat: repeat-y;
	padding-right: 0px;
	padding-left: 0px;
	width: 760px;
}
.page-shita p {
	padding-right: 25px;
	padding-left: 28px;
	padding-top: 15px;
	text-align: center;
}
hr {
	height: 1px;
	border: 1px solid #999999;
}
.waku-shita {
	background-image: url(img/pagewaku-03.gif);
	background-repeat: no-repeat;
	height: 16px;
	margin-bottom: 10px;
}

/* メイン
---------------------------------------------------- */
#setsumei-waku {
	background-image: url(img/sample-back.jpg);
	background-repeat: no-repeat;
	height: 152px;
	width: 705px;
	margin-bottom: 5px;
}
#setsumei-waku .text-1{
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	line-height: 21px;
}
#setsumei-waku img.sample {
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	margin-left: 10px;
}

.smp {
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	margin-left: 10px;
}

/* 左枠
---------------------------------------------------- */
#left {
	float: left;
	width: 170px;
	margin-right: 20px;
}
.margin-left30 {
	margin-left: 30px;
}
#left ul {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#left li {
    margin-left: 10px;
	_margin-left: 0px;
	text-indent: 5pt;
	list-style-image: url(img/arow.gif);
}

/* 右枠
---------------------------------------------------- */
#right {
	width: 510px;
	float: left;
}
h4 {
	margin-top: 7px;
	margin-bottom: 10px;
}
table.news,table.ranking {
	margin-bottom: 15px;
}
.news th {
	padding-right: 10px;
	padding-bottom: 5px;
}
.news td {
	padding-bottom: 5px;
	vertical-align: top;
}
.ranking th {
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 7px;
}
.ranking td {
　　padding-top: 7px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
}
p.navi {
	font-size: 14px;
	text-align: right;
}
h4.margin-top15 {
	margin-top: 15px;
}
h5 {
	font-size: 14px;
	color: #FF6600;
	background-image: url(img/title-back.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 510px;
	padding-left: 20px;
	padding-top: 6px;
	margin-top: 15px;
}
table.tyousyo {
}
.tyousyo th {
	width: 60px;
}
.tyousyo td {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
ul.tokutyou {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;}
.tokutyou li {
	margin-left: 10px;
	_margin-left: 0px;
	list-style-type: disc;
}
.pagetop {
	text-align: right;
}

/* フォント指定
---------------------------------------------------- */
.font-red {
	color: #FF0000;
}
.font-red-14b {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
}
.font-blue-b {
	color: #0099FF;
	font-weight: bold;
}
