/* charset */
@charset "iso-2022-jp";

* {
	margin: 0px;
	padding: 0px;
}
html {
	margin-bottom:1px;
	height:100%;
}
body {
	background-color: #FF6699;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	font-size : 62.5%;
}
html>body {
	font-size : 14px;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul {
	list-style-image: none;
	list-style-type: none;
}
li {
	margin: 0px;
	padding: 0px;
}
em  {
	visibility: hidden;
	display: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover,a.now {
	color: #FF3399;
	text-decoration: underline;
}
a:hover img {
	text-decoration: none;
}
a:active {
	color: #FF3399;
	text-decoration: none;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
/*===== dropdown =====*/
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.dropdown {
	position: relative;
	z-index: 1597;
	float: left;
}

ul.dropdown li {
	float: left;
	line-height: 15px;
	vertical-align: middle;
	zoom: 1;
	min-height: 15px;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 1599;
	cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 1598;
	width: 100%;

}

ul.dropdown ul li {
	float:none;

	width:110px;
	margin:0;
	padding:5px 4px;
	font-weight:bold;
	text-align:center;
	line-height:15px;
	border:1px solid #ccc;
	background-color: #DDFFFF;
}
.dropdown li ul li a {
	color:#3366FF;
	font-size:11px;
}
.dropdown li ul li a:hover {
	color:#0066CC;
	font-size:11px;
	text-decoration:underline;
}

ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}
#wrapper {
	text-align: left;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
h1  {
	width: 970px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 10px;
	padding-left: 30px;
}
#header {
	min-height:100px;
	width: 960px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
}
#header h2 {
	padding: 20px;
	width: 720px;
}
#menu {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	width: 960px;
}
#menu li {
	float: left;
}
#contents {
	width: 920px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#main {
	float: left;
	width: 600px;
	height: auto;
}
#main h3 {
	margin-bottom: 10px;
}
#side {
	float: left;
	width: 300px;
	padding-left: 20px;
}
#pv {
	height: 200px;
	width: 300px;
	margin-bottom: 20px;
}
.twitter {
	width: 300px;
	height: 370px
	margin-bottom: 20px;

}
.twitter p.twitter_header {
	width: 300px;
	height: 50px
	background-image: url(../images/twitter_header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.twitter_inner {
	width: 298px;
	height: 300px
	background-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF6699;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF6699;
	padding-top: 5px;
	padding-bottom: 5px;
}
.twitter h3 {
	font-size: 18px!important;
	font-weight: bold!important;
	padding-bottom: 10px;
}
.twitter h4 {
	font-size: 14px;
}
#sp_banner {
	width: 300px;
	margin-bottom: 50px;
}
#sp_banner p {
	margin-bottom: 20px;
}
.sp_banner {
	width: 300px;
	margin-bottom: 50px;
}
.sp_banner p {
	margin-bottom: 20px;
}
.more {
	text-align: right;
	margin-top: 10px;
	padding-right: 10px;
}
#page_top {
	text-align: right;
	padding-bottom: 10px;
	width: 600px;
	clear: both;
	padding-left: 40px;
}
#footer {
	font-style: normal;
	text-align: center;
	width: 960px;
	font-size: 11px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	padding-top: 20px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
}
#footer #footer_left {
	float: left;
	width: 660px;
	text-align: left;
	padding-left: 20px;
}
#footer #footer_left img {
	padding-right: 10px;
	width: 180px;
	height: 38px;
	padding-bottom: 20px;
}
#footer #footer_right {
	text-align: left;
	width: 280px;
	float: left;
}
#footer address {
	clear: both;
	width: 960px;
	margin-top: 15px;
	float: left;
	font-style: normal;
}
#footer #bottom_menu {
	width: 960px;
	clear: both;
	float: left;
	text-align: center;
	font-size: 11px;
	letter-spacing: normal;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#footer a:hover,a.now,span.now {
	color: #FFFFFF;
	text-decoration: underline!important;
	font-size: 11px;
}
#footer a:hover img {
	text-decoration: none;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
	content:".";
	display:block;
	margin:0px;
	padding:0px;
	height:0;
	visibility:hidden;
	clear:both;
	overflow:hidden;
	font-size:0.1em;
}
.clearfix {
	min-height:1px;
}
* html .clearfix {
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}
#layer {
	background-color: #333333;
	z-index: 100;
	position: absolute;
	top: 0px;
}
