/*----------------------------------------------------------------------------------------
  全般設定
------------------------------------------------------------------------------------------*/
body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: normal 15px/1.5em 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	/*	font: 90%/2 "ＭＳ Ｐゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", Osaka; */
	text-align: left;

}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

#main p, #sub p {
	margin: 0.5em 1em 1em;
}

a {
	text-decoration: underline;
	color: #330000;
}

a:visited {
	color: #330000;
}

a:hover {
	color: #BB000F;
}

.move_top {
	text-align: right;
	margin: 10px 0;
}

p {
	margin-top: 5px;
	line-height: 160%;
}

.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

.clearfix {
	min-height: 1px; /*IE6、7対策*/
}

* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

/*----------------------------------------------------------------------------------------
  HTMLエディタ用スタイル
------------------------------------------------------------------------------------------*/
.font-bold {
	font-weight: bold;
}

.font-italic {
	font-style: italic;
}

.font-underline {
	text-decoration: underline;
}

.font-line-through {
	text-decoration: line-through;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

/*----------------------------------------------------------------------------------------
  ヘッダー
------------------------------------------------------------------------------------------*/
#header {
	margin: 0 auto;
	width: 770px;
	padding: 0 4px;
	background: url(images/header_bg.gif) no-repeat;
	height: 160px;
}

#header h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 10px;
	padding-top: 8px;
	padding-left: 20px;
	color: #333333;
}

#header #logo-text {
	font-size: 150%;
	font-weight: bold;
	margin: 25px 0 20px 20px;
}

#header #logo-img {
	margin: 15px 20px 10px;
}

#header .page-name {
	margin: 0 0 10px 20px;
}

#header h2 {
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 0 20px;
}

/*----------------------------------------------------------------------------------------
  コンテンツ
------------------------------------------------------------------------------------------*/
#contents {
	text-align: left;
	margin: 0px auto;
	width: 750px;
	padding: 10px 14px;
	background: #FFFFFF url(images/content_bg.gif) repeat-y center top;
}

#contents a {
	text-align: right;
	text-decoration: underline;
	color: #0044CC;
}

#contents a:visited {
	color: #0044CC;
}

#contents a:hover {
	color: #FF6600;
}

#contents h3 {
	height: 50px;
	padding-left: 35px;
	font-size: 150%;
	line-height: 220%;
	background: #FFFFFF url(images/h3_bg.gif) no-repeat center top;
}

#contents .box-no-image {
	margin: 10px 20px 20px;
	padding: 10px;
}

#contents .box-no-image-border {
	margin: 10px 20px 20px;
	padding: 10px;
	border: 1px solid #dddddd;
}

#contents .box-image-no-align {
	margin: 10px 20px 20px;
	padding: 10px;
}

#contents .box-image-no-align-border {
	margin: 10px 20px 20px;
	padding: 10px;
	border: 1px solid #dddddd;
}

#contents .box-image-no-align img.image-content,
#contents .box-image-no-align-border img.image-content {
	margin: 5px;
}

#contents .box-image-align-left {
	margin: 10px 20px 20px;
	padding: 10px;
}

#contents .box-image-align-left-border {
	margin: 10px 20px 20px;
	padding: 10px;
	border: 1px solid #dddddd;
}

#contents .box-image-align-left img.image-content,
#contents .box-image-align-left-border img.image-content {
	float: left;
	margin: 5px;
}

#contents .box-image-align-right {
	margin: 10px 20px 20px;
	padding: 10px;
}

#contents .box-image-align-right-border {
	margin: 10px 20px 20px;
	padding: 10px;
	border: 1px solid #dddddd;
}

#contents .box-image-align-right img.image-content,
#contents .box-image-align-right-border img.image-content {
	float: right;
	margin: 5px;
}

#contents .link-box {
	margin: 20px;
	line-height: 140%;
}

/*----------------------------------------------------------------------------------------
  フッター
------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 770px;
	background: #FFFFFF url(images/footer_bg.gif) no-repeat center top;
	line-height: 1.5em;
	text-align: center;
	font-size: 14px;
	padding: 20px 4px;
	margin-right: auto;
	margin-left: auto;
}

#footer-menu {
	margin-bottom: 20px;
}

#footer .footer-navi {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #dddddd;
}

#footer .footer-navi li{
	display: inline;
	margin-right: 3px;
	padding-left: 7px;
	list-style-type: none;
}

#footer .link-page {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #dddddd;
}

#footer .link-page li{
	display: inline;
	margin-right: 3px;
	padding-left: 7px;
	list-style-type: none;
}

#footer .pr-link {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #dddddd;
}

#footer .pr-link li{
	display: inline;
	margin-right: 3px;
	padding-left: 7px;
	list-style-type: none;
}


/*----------------------------------------------------------------------------------------
  ランキングテンプレート
------------------------------------------------------------------------------------------*/
.rank { 
	width:100%; 
	margin:2px 0px 20px 0px; 
}

.rank td { 
	padding:10px; 
	vertical-align:top; 
	line-height:1.5em; 
	font-size:12px; 
	border:1px solid #ccc; 
}

.rank th { 
	padding:10px; 
	vertical-align:top; 
	line-height:1.5em; 
	font-size:12px; 
	border:1px solid #ccc; 
	font-weight:bold; 
	text-align:left; 
}

/*----color----*/

.blue1 { 
	color:#0044CC; 
	font-weight:bold; 
	font-size:18px; 
}

.red1 { 
	color:#FF0000; 
}
