@import url(global.css);

#header {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

#header {
	height: 150px;
}

#header-message {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: auto;
	position: relative;
}

#header-message p {
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 120px;
}

.main-image {
	margin: 0px;
	padding: 0px;
	overflow: auto;
	position: relative;
	background-color: #333333;
	height: 291px;
}

/**　左側メインメニューの設定　**/

#main-menu {
	background-color: #990000;
	margin: 0px;
	float: left;
	width: 170px;
	overflow: auto;
	height: 1100px;
	padding: 0px;
}

#main-menu a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}


/**　右側メイン部分の設定　**/

#main-right {
	float: left;
	width: 640px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #FFFFFF;
	overflow: auto;
	position: relative;
}


/**　右側メインのコンテンツコメント　**/

.main-right-coment {
	clear: both;
	height: auto;
	width: 620px;
	border: 1px solid #CCCCCC;
	overflow: auto;
	position: relative;
	margin: 5px;
}


/**　右側メインのコンテンツコメントのタイトル　**/

.main-right-coment h3 {
	position: relative;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 3px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFCC33;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 16px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CC6600;
	background-image: url(../fix_img/cont_h3_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
}


/**　右側メインのコンテンツコメントの画像　**/
.main-right-coment img {
	background-color: #FFFFFF;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	overflow: auto;
	position: relative;
}

.main-right-coment p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	background-color: #FFFFFF;
	float: left;
	width: 280px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
}

/**　右側メインの　**/

.main-right-coment2 {
	clear: both;
	height: auto;
	width: 620px;
	border: 1px solid #CCCCCC;
	overflow: auto;
	position: relative;
	margin: 5px;
}

/**　左側の支払方法バナー　**/

#payment {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
	padding: 2px;
	width: 160px;
	margin-top: 20px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	border: 1px solid #CCCCCC;
	overflow: auto;
	position: relative;
	background-color: #FFFFFF;
}
