@charset "shift_jis";


/*メインの画像（トップ画像）
------------------------------------------------------------------------*/
#main_gazou {
	font-size: 36px;	/*サイト名部分の文字サイズ*/
	font-weight: bold;	/*太字にする*/
	margin: 0px;
	color: #ffffff;		/*文字色*/
	background: #ffffff url(/img/all/all_main1.jpg) no-repeat bottom;	/*背景色と画像の指定*/
	height: 200px;
	width: 835px;
	float: left;
}


/*中央コンテンツ
------------------------------------------------------------------------*/
#main h2 {
	border-left: 5px solid #f9ad5c;	/*左に5pxの直線を入れる設定*/
	font-size: 14px;
	background: url(/img/all/h2_bg.gif) repeat-x left bottom;	/*背景のグラデーション画像指定箇所*/
	width: 535px;
	padding-left: 10px;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 0.5em;
	margin-left: 5px;
	margin-right: 10px;
	color: #000000;	            /*背景色*/
}

#main h3.new {
	font-size: 14px;
	background-color: #CCC;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 30px;
	width: 535px;                  /* 帯の長さここはバッグのimgの大きさに左右されるよ */
	margin-top: 10px;
	margin-bottom: 0px;               /* 帯の下（ここ重要） */
	margin-left: 5px;
	margin-right: 0px;
	border-top: 1px solid #808080;		   /*枠線（上）の幅と線種と色*/
	border-right: 1px solid #808080;	  /*枠線（右）の幅と線種と色*/
	border-bottom: 1px solid #808080;	   /*枠線（下）の幅と線種と色*/
	border-left: 1px solid #808080;		  /*枠線（左）の幅と線種と色*/
	color: #000;
}
/*index.html中央コンテンツにあるボックス
------------------------------------------------------------------------*/
.box5 {
	padding: 5px;
	width: 535px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 5px;
	line-height: 2em;
	margin-bottom: 10px;
		height: 120px;

}
.box5 h3 {
	font-size: 100%;
}
.box5 .fl {
	float: left;
	margin-right: 5px;
}

.box4 {
	background: url(/img/regedit_login/smarty_back.gif) no-repeat bottom;	/*背景のグラデーション画像指定箇所*/	
	padding: 5px;
	width: 535px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 5px;
	line-height: 2em;
	margin-bottom: 10px;
		height: 225px;

}
.box4 h3 {
	font-size: 100%;
}
.box4 .fl {
	float: left;
	margin-right: 5px;
}
.box3 {
	background: #efefef;	/*背景色*/
	padding: 5px;
	border: 1px solid #808080;	/*ボックスのライン設定*/
	width: 535px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: 5px;
	line-height: 2em;
	margin-bottom: 10px;
}
.box3 h3 {
	font-size: 100%;
}
.box3 .fl {
	float: left;
	margin-right: 5px;
}


/*index.html中央コンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	height: 250px;		/*What's Newボックスの高さ20110627_200から300へ*/
	width: 545px;
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-right: 1px solid #808080;	/*What's Newのフチの右ライン*/
	border-bottom: 1px solid #808080;	/*What's Newのフチの下ライン*/
	border-left: 1px solid #808080;	/*What's Newボックスの背景色*/
	line-height: 1.8;
}

#main dt {
	font-weight: bold;	/*日付の文字を太字に。通常がよければこの１行を削除する。*/
	margin-left: 5px;
}

#main dd {
	text-align: left;
	border-bottom: 1px solid #4b4d47;	/*説明文の下に1pxの直線(solid)を#4b4d47の色で入れる。*/
	margin-left: 5px;
	margin-right: 5px;
}

/*メインサブコンテンツ。
------------------------------------------------------------------*/
#main_sub {
	border-bottom-color:#999;
	width: 535px;
	margin-right: 5px;
	margin-left: 10px;
	height: 200px;
	background: url(/img/regedit_login/smarty_back.gif) no-repeat bottom;	/*背景のグラデーション画像指定箇所*/	
}

