﻿@charset "UTF-8";
/* basic elements ----------- */
/* ff6600 change color to #FF46A4, 33cc00 change color to 385DCC*/
* {
	margin: 0;
	padding: 0;
}
img, div {
	behavior:url(iepngfix.htc)
}
html {
	height: 100%;
}
body {
	font-size: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka-等幅", Osaka, "平成角ゴシック", "ＭＳ ゴシック", "MS Gothic", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 100%;
	text-align: center;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	height: 100%;
}
body div {
	text-align: left;
}
table {
	border-collapse: collapse;
}
blockquote {
	padding-right: 20px;
	padding-left: 20px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	background-color: #DDD;
	width: 965px;
	margin-right: auto;
	margin-left: auto;
}
#container-inner {
	width: 965px;
	text-align: center;
	margin-top: 0px;
	float: left;
}

#main {
	width: 965px;
	clear: both;
	float: left;
	background-color: #DDD;
}
#box1 {
	width: 800px;
	float: left;
	/*background-color: #090;*/
}
#contents {
	/*width: 600px;*/
	width: 830px;
	clear: both;
	margin-left: 28px;
	float: left;
}
#contents-inner {
	/*width: 565px;*/
	margin-top: 8px;
	margin-left: 10px;
	float: left;
}
/*↓とりあえず↓*/
#banner1 {
	margin-top: 10px;
}
#banner1 ul li {
	width: 150px;
	margin-right: 8px;
	list-style-type: none;
}
p {
	color: #333;
	font-size: 83.3%pt;
	line-height: 150%;
}
.totop {
}
/*↑とりあえず↑*/

#top-page #container-inner {
	/*background-color: #EDE5CE;*/
}
#header {
	width: 965px;
}
#logo {
	width: 100%;
	margin-right: aote;
	margin-left: 30px;
}
#banner1 {
	float: right;
}
#banner1 img {
	margin: 2px;
}
#title {
	width: 830px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	height: 20px;
	margin-left: 28px;
}
h2 {
	margin-top: 10px;
	font-size: 15px;
	color: #2A2A2A;
	letter-spacing: 2px;
}
#contents .green {
	color: #009933;
}
.anchor {
	float: left;
	clear: both;
}
#box2 {
	width: 150px;
	float: right;
	/*background-color: #FFFFCC;*/
}

#box2space {
	height: 447px;
}

/* footer menu ----------- */
#footer {
	width: 100%;
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
}
#footer p {
	color: #727272;
	font-size: 7pt;
	font-style: italic;
	text-align: right;
	letter-spacing: 1px;
}
img.line1 {
	border: ridge 4px #dbc983;
}
/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓Gloval Menu↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
#glbnavi {
	height: 25px;
	width: 798px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*background-color: #0C3;*/
	font-size: 12px;
}
/*
#glbnavi ul {
	display: block;
	height: 27px;
	width: 798px;
	padding: 0px;
	margin: 0px;
}
*/
#glbnavi li {
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*width: 100px;*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	letter-spacing: 1px;
}
/* global menu マウスオーバー色変更 --- */
#glbnavi li a, .totop a {
	color: #333;
}
/*#glbnavi ul li */a:hover {
	text-decoration: none;
}
#glbnavi ul li a.current {
	color: #333;
}
/************↓プルダウンメニュー↓************/
/*
ul.mainmenu {
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
}
*/
/******↓リンクスタイル******/
.mainmenu a {
	display:block;
}

/******↓展開サブメニュースタイル******/
/*
#glbnavi ol li {
	float: left;
}
#glbnavi ol.discomenu {
	width:333px;
	z-index: 100;
	position:absolute;
}
#glbnavi ol.discomenu a {
	display:block;
	height: 17px;
}
#glbnavi ol.discomenu a:hover {
	background-position: 0px -17px;
}
#glbnavi ol.blogmenu {
	width: 286px;
	z-index: 100;
	position:absolute;
}
#glbnavi ol.blogmenu a {
	display:block;
	height: 17px;
}
#glbnavi ol.blogmenu a:hover {
	background-position: 0px -17px;
}
*/
#glbnavi #listtop {
	border-left-style: none;
}
#glbnavi #listend {
	border-bottom-style: none;
}
/************↑プルダウンメニュー↑************/

/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑Gloval Menu↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */

/* top page ----------- */
#top-page #contents {
	height: 100px;
	width: 600px;
}
ul.topix {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 30px;
}
/* page mein contents ----------- */
.sphoto {
	clear: both;
}
.sphoto img {
	width: 90px;
	border: 1px solid #999999;
	margin-bottom: 15px;
}
img.line1 {
	border: 1px solid #FFFFFF;
}
#bio-page .sphoto img {
	width: 272px;
	border: 1px solid #999999;
}
.discription, .live, .media {
	float: left;
	padding-right: 12px;
	padding-left: 0;/*background-color: #0099FF;*/
}
/*
.discription {
	width: 460px;
}
*/
.live, .media {
	width: aute;
}
.discription, .media, .live {
	letter-spacing: 1px;
}
#contact-page .discription {
	width: 100%;
}
#links-page .discription {
	width: 380px;
	float: right;
	padding-right: 0;
	padding-left: 12px;/*background-color: #0099FF;*/
}
/*
.discription p, .media p, .live p {
	color: #333;
	font-size: 9pt;
	line-height: 150%;
}
*/
.discription .date, .media .date, .live .date {
	color: #333;
	font-size: 8pt;
	font-weight: bold;
}
.discription .price, .media .price, .live .date {
	color: #000;
	font-size: 8pt;
	line-height: 200%;
	margin-bottom: 30px;
}
.discription .albumsingle {
	color: #000;
	font-size: 9pt;
	font-weight: bold;
}
.discription h3, .media h3, .live h3 {
	/*color: #CA4802;*/
	color: #FF46A4;
	font-size: 12pt;
	font-weight: bold;
	line-height: 170%;
	margin-bottom: 10px;
}
.discription h4, .media h4, .live h4 {
	/*color: #3B823F;*/
	color: #385DCC;
	font-size: 11pt;
	font-weight: bold;
	line-height: 150%;
}
#right {
	text-align: right;
}
.discription ul, .media ul, .live ul {
	margin-top: 6px;
	margin-bottom: 6px;
}
.discription li, .media li, .live li {
	font-size: 9pt;
	color: #333;
	line-height: 150%;
	margin-left: 35px;
	list-style-image: none !important;
	list-style-position: outside;
}
.discription ul li, .media ul li, .live ul li {
	list-style-type: square;
}
.discription ol li {
	list-style-type: decimal;
}
ul li ul li {
	list-style-type: circle !important;
}
.discription hr, .live hr, .media hr {
	width:100%;
	height:1px;
 noshade;
	color: #c0c0c0;
	margin-top: 12px;
	margin-bottom: 12px;
	clear: left;
}
h5 {
	font-size: 9pt;
}
.st-media {
	color: #333;
	font-size: 12pt;
	font-weight: 700;
	letter-spacing: 1px;
	clear: both;
	margin-right: 80px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-bottom: 1px dashed #333;
	display: block;
}
.title-s01 {
	color: #b91f5a;
	font-weight: normal;
}
.title-s01:hover {
	color: #06f;
}
.title-s01:link {
	color: #b91f5a;
}
img.sumi {
	width: 80px;
	height: 48px;
	z-index: 10;
	float: right;
}
/* bio page ----------- */
#bio-page .komidashi01 {
	vertical-align: top;
	font-size: 10pt;
	font-weight: 700;
	letter-spacing: 1px;
	width: 100px;
	padding: 12px 5px;
	border-bottom: 1px solid #DDD;
}
#bio-page .maintxt {
	vertical-align: top;
	color: #333;
	/*font-size: 10pt;*/
	font-size: 9pt;
	line-height: 1.5;
	letter-spacing: 1px;
	padding: 12px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
/* links page ----------- */
#links-page .sphoto {
	width: 158px;
}
#links-page .sphoto img {
	width: 158px;
}
/* Contact page ----------- */
#contact-page .button {
	text-align: center;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contact-page table {
	margin-right: auto;
	margin-left: auto;
	color: #333;
	font-size: 9pt;
	line-height: 150%;
	margin-top: 20px;
}
#contact-page th, #contact-page td {
	padding: 5px;
}
/*#contact-page input.btn {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	text-align: center;
}*/

/* 404 page ----------- */
#404-page #pagetitle {
	text-align: center;
	margin: 0 auto;
	display: block;
	padding: 20px 0;
}
#404-page #pagetitle h2 {
	color: #ea3e50;
	background-image: none;
	background-position: 0 0;
	text-indent: 0;
	width: 100%;
	height: 25px;
}
#404-page #main {
	width: 540px;
	height: 400px;
	float: none;
}
#404-page .discription {
	color: #333;
	font-size: 80%;
	line-height: 170%;
	text-align: center;
	width: 540px;
}
/* tsuika_temp ----------- */
span.buypc a {
	height: 26px;
	width: 126px;
	text-indent: -9999px;
	display: block;
	background-image: url(../images/commonimg/buybc.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 20px;
}
.buypc a:hover {
	background-position: 0 -26px;
}
.caution1 {
	color: #FF3300;
}
h3.small {
	font-size: 10.5pt;
}
.morestrong {
	background-color: #FFFF66;
}
.shichou {
	height: 15px;
	width: 15px;
	vertical-align: baseline;
	bottom: -2px;
	position: relative;
}
.clear {
	clear: both;
}
/* dropin ----------- */
#dropin {
	/*position:absolute;*/
	left:20%;
	top:150px;
	width:770px;
	line-height:1.5em;
	font-size: 75%;
	margin-left: 28px;
	background-color: #FFF;
	overflow: auto;
}
#dropin-inner {
	width: 730px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* for topnews ------------*/
#dropin-inner h3 {
	/*color: #CA4802;*/
	color: #FF46A4;
	font-size: 11pt;
	font-weight: bold;
	line-height: 150%;
}
#dropin-inner h4 {
	/*color: #3B823F;*/
	color: #385DCC;
	font-size: 10pt;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 5px;
}
#dropin-inner ul li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 30px;
}
#dropin-inner img {
	text-align: center;
	margin-right: auto;
	margin-left: 14px;
	border: 1px solid #999999;
}
#dropin-inner .newstitle1 {
	background-color: #3399CC;
	color: #FFFFFF;
	text-align: center;
}

