/* サイト全体 */
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF; /* ブラウザの背景色 */
	font-family: "ＭＳ Ｐゴシック", Osaka, Verdana, Arial, Helvetiva, sans-serif; /* フォントタイプ */
	font-size: 13px; /* 文字サイズ */
	color: #333333;  /* 文字色 */
	line-height: 120%;  /* 行間 */
}

A{
	color: #0066cc;
	text-decoration: none;
}/* 全体のリンク色 */

A:hover{
	color: #4f4f4f;
	text-decoration: underline;
}/* 全体のリンク（マウスオーバー）色 */

img {	
	border:0px;	}


/* H1 */
h1 {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	font-size: 13px; /* 文字サイズ */
	font-weight: normal; /* 文字の太さ */
	width:560px;
}

h2 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 13px; /* 文字サイズ */
	font-weight: normal; /* 文字の太さ */
}

.pan{margin:0px 0px 10px 0px;}

/* コンテナ */
#container {
	padding: 0px;
	background: #FFFFFF; /* 背景色 */
	margin: 0px auto; /* ブラウザ上の表示位置 */
	width: 760px; /* サイト全体の横サイズ */
}

/* ヘッダー */
#headder1 {
	width: 760px;
	height: 50px;
	background: url("http://www.scsiproshop.com/image/head_sub.jpg") top left no-repeat #000000; /* 背景色 */
}

#headder2 {
	height:40px;
	background:#F0F8FF;
	padding:0px 20px;
	color:#000000;
	text-align:center;
}

#headder2 a {
	color:#025F86;
	font-weight:bold;
}

#headder2 a:hover{
	color:#666666;
	text-decoration: underline;
}/* マウスオーバー */


/* 左メニュースタイル */
#lmenu {
	vertical-align:top;
	padding:10px 10px 10px 10px;
	background: url("http://www.scsiproshop.com/image/lmenu_bg.jpg") top left; /* 背景色 */
}
#lmenu a {
	color:#4f4f4f;
}
#lmenu a:hover{
	text-decoration: underline;
}/* マウスオーバー */

.lmenu_title{	
	background: url("http://www.scsiproshop.com/image/lmenu_title.jpg") top left; /* 背景色 */
	text-indent:17px;
	}

.lmenu_title a{	
	color:#4f4f4f;
	text-decoration:none;}

.lmenu_subtitle{	
	background: url("http://www.scsiproshop.com/image/lmenu_subtitle.gif") top right; /* 背景色 */
	text-indent:25px; }

.lmenu_subtitle a{	
	color:#4f4f4f;
	text-decoration:none;}

.limargin { margin-left: -20px; margin-bottom: 5px; } 

#lmenu ul{ list-style:none; margin-bottom: 10px; margin-top: 10px; }
.excerpt{font-size:11px;margin-left: 10px;}

/* 右メニュースタイル */
#rmenu {
	vertical-align:top;
	padding:10px 10px 10px 10px;
	background: url("http://www.scsiproshop.com/image/rmenu_back.jpg") ; /* 背景色 */
	color:#000000;

}

#rmenu a{color:#000000;}
.rmenu_box{	margin:0px 0px 10px 0px;
}


/* コンテンツスタイル */
#main {	
	padding:20px 20px 20px 20px;
	vertical-align:top;
}

.main_title1{	
	background: url("http://www.scsiproshop.com/image/main_title.jpg") top left;
	background-repeat:no-repeat;
	height:20px;
	text-indent:25px;
	color:#135093;
	font-weight:bold;
}

.main_title1 a{	
	color:#135093;
}

.main1{	
	margin:10px 0px 10px 0px;
}

.red_under_b {
	color: #FF0000;
	background-position: center;
	font-weight: bold;
	border-bottom-color: #FF0000;
	text-decoration: none;
}


/* フッター */
#footer1 {
	padding: 20px 10px 10px 10px;
	background: #191970; /* 背景色 */
	color: #FFFFFF; /* 文字色 */
	vertical-align:top;
}
#footer2 {
	padding: 0px 10px 10px 10px;
	background: #191970; /* 背景色 */
	color: #FFFFFF; /* 文字色 */
	vertical-align:top;
	text-align:right;
	font-size:11px;
	line-height:150%;

}
#footer3 {
	height:20px;
	background:#FFFFFF;
	padding:0px 20px;
	color:#135093;
}

#footer3 a {
	color:#135093;
	font-weight:bold;
}