﻿@charset "UTF-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■ページ全体
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body {
	font-size: 12px;
	color: #00a0e9;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka,sans-serif;
	background: url(../common_img/bg_top.gif) repeat-x;
}

#bg_footer {
	background: url(../common_img/bg_footer.gif) bottom repeat-x;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}	

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

img {
	border: none;
}

a {
	overflow: hidden;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.center {
	text-align: center;
}

.page-up {
	text-align: right;
	margin: 10px 0 10px 0;
}

.clear {
	clear: both;
}

.right {
	text-align: right;
	margin: 0 5px 5px 0;	
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■フォント
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.bold {
	font-weight: bold;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■見出し
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

h1 { 
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding: 5px 0 0 0;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■リンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

a:link{
	font-size: 12px;
	color: #00a0e9;
	text-decoration: underline;
}

a:visited{
	font-size: 12px;
	color: #00a0e9;
	text-decoration: underline;
}

a:hover,a:active{
	font-size :12px;
	color: #ff0000;
	text-decoration: underline;
}

/*フッター*/

#footer a:link{
	font-size: 12px;
	color: #055fa3;
	text-decoration: underline;
}

#footer a:visited{
	font-size: 12px;
	color: #055fa3;
	text-decoration: underline;
}

#footer a:hover,a:active{
	font-size :12px;
	color: #ff0000;
	text-decoration: underline;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#header {
	width: 800px;
	height: 70px;
}

#header img {
	float: left;
}

#header_right {
	float: right;
	width: 640px;
	letter-spacing: 0.5px;
	line-height: 160%;
}

#header_right p {
	margin: 3px 0 0 0;
	color: #fff;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#footer {
	width: 800px;
	height: 70px;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

#footer ul {
	padding: 12px 0 5px 0;
}

#footer li {
	list-style: none;
	display: inline;
}

#footer p {
	padding: 3px 0 0 0;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*全体を囲う箱*/

#main {
	width: 800px;
	margin: 0;
	padding: 0;
}

/*FAVARITE SITE*/

#favarite {
	margin: 15px 0 0 0;
	letter-spacing: 0.5px;
}

#favarite table {
	width: 800px;
	background: url(../common_img/bg_table.gif) repeat-x #eeeeed;
	border-left: 1px solid #eeeeed ;
	border-right: 1px solid #eeeeed ;
	margin: 5px 0 0 0;
}

#favarite td {
	width: 108px;
	padding: 7px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}


/*FREE PHOTO*/

#photo {
	float: left;
	margin: 15px 0 0 0;
	letter-spacing: 0.5px;
}

#photo table {
	width: 410px;
	height: 170px;
	background: url(../common_img/bg_table.gif) repeat-x #eeeeed;
	border-left: 1px solid #eeeeed ;
	border-right: 1px solid #eeeeed ;
	margin: 5px 0 0 0;
}

#photo td {
	width: 108px;
	padding: 7px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

/*メンバーズページ更新情報*/

#news {
	float: right;
	margin: 15px 0 0 0;
	letter-spacing: 0.5px;
	line-height: 170%;
}

#news table {
	width: 380px;
	height: 182px;
	background: url(../common_img/bg_table.gif) repeat-x #eeeeed;
	border-left: 1px solid #eeeeed ;
	border-right: 1px solid #eeeeed ;
	margin: 5px 0 0 0;
}

#news td {
	width: 380px;
	padding: 7px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

/*COOL SITE*/

#cool {
	margin: 15x 0 0 0;
	letter-spacing: 0.5px;
}

#cool table {
	width: 800px;
	background: url(../common_img/bg_table.gif) repeat-x #eeeeed;
	border-left: 1px solid #eeeeed ;
	border-right: 1px solid #eeeeed ;
	margin: 5px 0 0 0;
}

#cool td {
	width: 108px;
	padding: 7px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}


/*FREE MOVIE*/

#movie {
	float: left;
	margin: 15px 0 0 0;
	letter-spacing: 0.5px;
}

#movie table {
	width: 410px;
	height: 170px;
	background: url(../common_img/bg_table.gif) repeat-x #eeeeed;
	border-left: 1px solid #eeeeed ;
	border-right: 1px solid #eeeeed ;
	margin: 5px 0 0 0;
}

#movie td {
	width: 108px;
	padding: 7px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

/*サンプルページ人気タグ*/

#tag {
	float: right;
	margin: 15px 0 0 0;
	letter-spacing: 0.5px;
	line-height: 170%;
}

#tag p {
	overflow: auto;
	height: 165px;
}

#tag table {
	width: 380px;
	height: 182px;
	background: url(../common_img/bg_table.gif) repeat-x #eeeeed;
	border-left: 1px solid #eeeeed ;
	border-right: 1px solid #eeeeed ;
	margin: 5px 0 0 0;
}

#tag td {
	width: 380px;
	padding: 7px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}


/*LINK*/

#links {
	margin: 15x 0 0 0;
	letter-spacing: 0.5px;
}

#links h3 {
	background: #00a0e9;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	font-size: 12px;
}

#links ul {
	margin: -5px 0 0 17px;
	list-style: square;
	line-height: 160%;	
}

#links table {
	width: 800px;
	background: url(../common_img/bg_table.gif) repeat-x #eeeeed;
	border-left: 1px solid #eeeeed ;
	border-right: 1px solid #eeeeed ;
	border-bottom: 1px solid #eeeeed ;
	margin: 5px 0 0 0;
}

#links td {
	width: 200px;
	padding: 5px;
}















