@charset "shift_jis";
/* CSS Document */

body{
	background: #000;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px auto;
	width: 725px;
}

.red {
	color: #F00;
}
.red a, .red a:visited, .red a:hover, .red a:active {
	color:#F00;
}
.red-line{
	color: #F00;
	text-decoration: underline;	
	}
	
.big-reg {
	font-size: 45px;
	color: #F00;
}
.orange {
	color: #F60;

}
.orange-line {
	color: #F60;
	text-decoration: underline;
}

.big-orange {
	font-size: 18px;
	color: #F60;
}


/*リンク　共通指定*/
a ,a:visited
{
	color: #FFF;
}

a:hover
{
	color:red;}

a img { border-style:none; } 

/*フッター*/
#footer {
	font-size: 12px;
	text-align: center;
	clear: both;
	font-weight: bold;
	margin-top: 10px;
}

/*ナビゲーション*/
#nav {
	font-family: "メイリオ";
	font-size: 12px;
	height: 25px;
	font-weight: bold;
	margin: 0px;
	padding: 20px 0px 0px;
	text-align: right;
}

/*テンプレ　タイトル*/
body h1 {
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 33px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*電話　メール*/
#address {
	font-size: 18px;
	font-family: "メイリオ";
}

/*テンプレ　メニュー一覧*/
#menu {
	font-family: "メイリオ";
	font-size: 12px;
	background: #1D1D1D;
	height: 21px;
	padding: 0px 0px 0px 40px;
	margin: 10px 0px;
}

#menu li {
	float: left;
	list-style: none;
	padding: 1px 10px;
	margin: 0px;
}


/*左・右　ボーダー指定*/
.border-left {
	border-left: 1px solid #FFF;
}
.border-left-right {
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}


/*編集可能領域　内容　上下ボーダー指定*/
#contents {
	margin-top: 5px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	clear: both;
}

/*TOP　背景画像*/
#contents #top {
	background: url(/topics/switcher/diagram.gif) repeat-y center;
}
/*TOP　内容　幅指定*/
#contents #top .top-wide {
	width: 600px;
	padding-left: 62px;
	line-height: 1.4;
}

/*price modele audio midi size フォントサイズ13px指定*/
#contents .font-13 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}


