@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS P Gothic, sans-serif;
	font-size: 14px;
	line-height: 1.2;
}
#navi,
#main-contents h2,
#main-contents .m-section,
#main-contents .about
#side-contents h3,
#side-contents s-section,
#side-contents .about,
#footer {
	clear: both;
	left: 59px;
	top: 141px;
}



/* ~~ エレメント / タグセレクター ~~ */
ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 30px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
	padding-top: 15px;
}




/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */
/* サイト全体 */
#container {
	width: 924px;
	max-width: 1260px;
	min-width: 800px;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container h1 {
	font-weight: bold;
	color: #300;
	font-size: 14px;
	text-align: right;
}
#header {
	background-image: url(image/top2.jpg);
	height: 160px;
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */


#menu {
	height: 40px;
	width: 924px;
	border-bottom-width: 1.5px;
	border-bottom-style: solid;
	border-bottom-color: #3E3322;

}



#menu li {
	float: left;
	width: 130px;
	text-align: center;
	text-decoration: none;
	height: 40px;
}

#menu a {
	text-decoration: none;
	list-style-type: none;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	display: block;
	width: 100%;
}

 #menu a:hover {
	color: #333;
	background-color: #CCC;
	height: 40px;
}


#menu li.non {
	color: #FFF;
	text-decoration: none;
	background-color: #3E3322;
	font-size: 14px;
	height: 40px;
	
}


/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/

/*コンテンツ*/
#contents {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 20px;
	width: 895px;
	
}



/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}



/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* メニュー */
#menu ul {
	margin-left: 10px;
	line-height: 3em;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;	
}


#menu li a {
	text-decoration: none;
	list-style-type: none;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}



.news {
	padding-top: 50px;
	color: #F00;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.index_title {
	padding-top: 100px;
	text-align: center;
}
.news_comment {
	font-size: 14px;
	color: #333;
}

.index_inoue_name {
	margin-right: 5px;
	margin-top: 200px;
	margin-left: 150px;
}


.nonlink {
	color: #666;
}




.comment{
font-size : 14px;
color : #808000;
}




/*プロフィール写真*/
#container .box1 {
	overflow: hidden;
	width: 310px;
	height: 400px;	/*背景画像の読み込み*/
	float: right;
	display: inline;
	margin-left: 8px;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;
	margin-bottom: 10px;
	text-align: center;
}

/* フッター */

#footer {
	width: 925px;
	text-align: center;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(image/top2.jpg);
	background-position: center;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
	text-decoration: underline;
}

#footer address {
	font-size: 13px;
	line-height: 1.4em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



#contents .m-sectioncd-discography_dvd{
	height: 360px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.disco_image {
	height: 250px;
	width: 200px;
	float: left;
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #660;
	text-align: center;
}

.dvd_image {
	height: 310px;
	width: 210px;
	float: left;
	background-color: #EEE;
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #660;
	text-align: center;
}
.unit_member {
	height: 120px;
	width: 350px;
	border: 1px dashed #669;
	margin-left: 50px;
	line-height: 25px;
}

#header img {
	padding-top: 10px;
	padding-left: 10px;
}
#contents .m-sectioncd-discography{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

}

#contents .m-sectioncd-discography1{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 150px;
}
#contents .m-sectioncd-discography2{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 320px;
}

#contents .m-sectioncd-discography6{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 230px;
}


#contents .m-sectioncd-discography3{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 400px;
}

#contents .m-sectioncd-discography4{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 450px;
}


#contents .m-sectioncd-discography5{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 1500px;
}

#contents .m-sectioncd-discography7{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 2000px;
}

#contents .m-sectioncd-discography8{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 600px;
}
#contents .d-a-disco dt {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 23px;
}

#contents .d-a-disco dd {
	line-height: 1.8em;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #333;
	list-style-type: none;
}


.img_unit {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

img {
	border: 0px;
}
/***** ずれ解消 ******/
html{
	overflow-y:scroll;
	}
	
	
#container #contents .m-sectioncd-discography.d-a-disco dl .d-a-disco ul .2 {
	margin-left: 100px;
}
#container #contents .m-sectioncd-discography.d-a-disco dl .d-a-disco ul li .2 {
	margin-left: 100px;
}

#container #contents .m-sectioncd-discography.d-a-disco dl .d-a-disco ul .6 {
	margin-left: 100px;
}
#container #contents .m-sectioncd-discography.d-a-disco dl .d-a-disco ul li .6 {
	margin-left: 100px;
}
#container #contents .m-sectioncd-discography.d-a-disco dl .d-a-disco ul img {
	float: left;
}
#container #contents .m-sectioncd-discography.d-a-disco dl .d-a-disco ul {
	margin-left: 0px;
}
.big_flyer {
	float: left;
	margin-bottom: 30px;
}
.big_flyer2 {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 10px;
	height: 240px;
}

.big_flyer3 {
	float: left;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-top: 10px;
	height: 500px;
}

.right {
	text-align: right;
	margin-right: 200px;
}

#container #contents .m-sectioncd-discography1.d-a-disco dl ul {
	margin-left: 10px;
}
#container #contents .m-sectioncd-discography1.d-a-disco dl ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

#container #contents .m-sectioncd-discography2.d-a-disco dl ul {
	margin-left: 10px;
}
#container #contents .m-sectioncd-discography2.d-a-disco dl ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

.d-a-disco dl ul {
	margin-left: 10px;
}
.d-a-disco dl ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

#container #contents .m-sectioncd-discography5.d-a-disco dl ul {
	margin-left: 10px;
}
#container #contents .m-sectioncd-discography5.d-a-disco dl ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

#container #contents .m-sectioncd-discography7.d-a-disco dl ul {
	margin-left: 10px;
}
#container #contents .m-sectioncd-discography7.d-a-disco dl ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

.fuse {
	font-size: 120%;
	font-weight: bold;
	color: #F00;
}
.tuor {
	padding-top: 20px;
}
