/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
margin:0;
padding:0;
}

@charset "shift_jis";


body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 2;
	color: #666666;
	text-align: center;
}
h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
　　　　font-size:100%;  
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
table {
	border-collapse:collapse;
	font-size: 100%;
}



/*リンクカラー*/
a {
	color: #666666;
}

/*カーソルオーバー時のリンクカラー*/
a:hover {
	color: HotPink;
	text-decoration: none;	/*下線を消す設定。残したままがいいならこの１行を削除。*/
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	border-top: 5px solid #FF0099; /*一番上のピンクのライン*/
	background-color: ;  /*背景白色*/
}



/*ヘッダー（ロゴなどが入っている最上段のボックス）
---------------------------------------------------------------------------*/
#header {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-image:;	/*ヘッダーの背景画像*/
	background-repeat: no-repeat;
	background-position: top;
        background-color: #F5F5F5; /*背景白色*/
	height: 116px;


}

#header #head {
	padding-top: 0px;

}

#header h1 {
        z-index:auto;
	font-size: 12px;	/*h1タグの文字の大きさ*/
	font-weight: normal;
	position: absolute;
	top: 0px;	/*ヘッダーのボックスに対して上から0pxに位置に配置*/
	right: 0px;	/*ヘッダーのボックスに対して右から0pxに位置に配置*/
}

#header p {
	border-bottom:0px solid DarkGray;
}

#roll {
        text-align:center;
        margin-right: 0px;
        margin-left: 0px;
        width:850px; 
}

.roll_01 { 
	margin: 0px;
        float: left;
        width:266px; 
}

.roll_02 { 
	margin: 0px;
        float: left;
        width:420px; 
}

.roll_03 { 
	margin: 0px;
        float: left;
        width:164px; 
}



/*ヘッダーメインメニュー（ヘッダー下の横並びのメニュー）
---------------------------------------------------------------------------*/
ul#menu {
        position:relative;
        text-align:center;
        margin-right:1.0px;
        margin-left:1.0px;
        width:100%; 
}


ul#menu li { 
	margin: 0px 1.0px;
        float: left;
        line-height: 30px;
	height: 30px;
        width: 120px;
	font-size: 12px;
}

ul#menu a {
	color: #333333;		/*メニューの文字色*/
	text-decoration: none;
	display: block;
	background-image: url(images/main_menu.gif);	/*メニューの背景画像*/
        background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	overflow: hidden;	/*オーバーした文字を非表示にする設定*/
	background-repeat: no-repeat;

}

ul#menu a:hover {
	background-image: url(images/main_menu.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: left bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: Aquamarine;	/*カーソルオーバー時の文字色*/
}

ul#menu li.last { 
	margin-right: 0;
}

/*2カラムを囲むボックス
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}



/*左SUBと中央mainを囲むボックス
---------------------------------------------------------------------------*/
#wrap {
	width: 860px;
	float: left;
	padding-bottom: 0px;
	margin-top: 10px;
}



/*sub-type1サイドメニューの設定(メイン画面)
---------------------------------------------------------------------------*/
#sub {  
        text-decoration: none;
        float: left;
	background-color: WhiteSmoke;	/*ボックス背景色*/
	width: 178px;
	border: 1px solid #bfbfbf;	/*ボックスフチのボーダー*/
	padding: 1px;		/*余白を1px*/
	line-height: 1.6;	/*行間…メニューバー*/
	color: #666666;		/*文字色*/
        vertical-align:top

}


/*MENUの余白設定*/
#sub p {
	background-color: #D3D3D3;
        width: 166px;
	padding: 0.4em 5px 0.4em;
	border: 1px solid #999;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: ; 	/*文字色*/
        text-align: center;
        margin: 1px 0px;
}


/*subメニューバーの設定*/

.menu_sb1 ul{
	background-color: #fff;
        text-decoration: none;
	margin: 0;
	padding: 1;
	list-style-type: none;
	font: bold 13px Verdana;
	width: 178px; /* Main Menu Item widths */
	border-bottom: 1px solid #ccc;
}
 
.menu_sb1 ul li{
	position: relative;
        text-decoration: none;
        z-index: 2;
}

/* Top level menu links style */
.menu_sb1 ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: ;  　　　/* わざと色を付けない(あとでtop_stylecssにて連動させる) */
	text-decoration: none;
	padding: 3px 10px;
	text-indent: 10px;
        text-align: left;
        border-left: 8px solid #999;
        border-top: 1px solid #B0C4DE;
        border-right: 1px solid #B0C4DE;
        border-bottom: 1px solid #B0C4DE;
        margin: 1px 0px;
        line-height:27px;/*メニューバーの高さ設定*/
}

.menu_sb1 ul li a:link, .menu_sb1 ul li a:visited, .menu_sb1 ul li a:active{
	background-color: #fff; /* メニュー カラー コード */
	text-decoration: none;
}

.menu_sb1 ul li a:visited{  /* マウスオーバー時の文字色 */

}

.menu_sb1 ul li a:hover{
	background-color: AliceBlue;/* マウスオーバー時の背景色 */
        border-left: 8px solid #D3D3D3;
}

/*Sub level menu items */
.menu_sb1 ul li ul{
	position: absolute;
	width: 170px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;

}

.menu_sb1 a.subfolderstyle{   /* メニューのプルダウン記号(右向き△記号) */
	background: url(m_images/right.gif) no-repeat 97% 50%;

}

 
/* Holly Hack for IE \*/
* html .menu_sb1 ul li { float: left; height: 1%; }
* html .menu_sb1 ul li a { height: 1%; }
/* End */


/*sub-type2サイドメニューの設定(初めての方へページ)
---------------------------------------------------------------------------*/
#sub h3 {/*ボックスのh3見出し設定*/
	font-size: 100%;
	background-color: Olive;	/*メニュー下の見出し背景色*/
	text-align: center;	/*文字のセンタリング*/
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;	/*文字色*/
}

.submenu {
	margin-bottom: 1px;
}

.submenu a {
	font-size: 9pt;
	background-image: url(images/sub_menu.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	display: block;
	padding-right: 5px;
	padding-left: 10px;
	color: #000000;		/*文字色*/
	text-decoration: none;
	line-height: 40px;
	height: 40px;
	width: 163px;
}

.submenu a:hover {
	background-image: url(images/sub_menu.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFFFF;		/*カーソルオーバー時の文字色*/
}



/*中央mainブロック
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 670px;
}

#main h3 {
	font-size: 100%;
	background-image: url(images/h2bg.gif);	/*h2背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 10px;
	clear: both;
}

.main2{
	border-bottom: 1px solid #999;
}

#main h4 {
	font-size: 14px;
	background-image: url(images/sky_bar.gif);	/*h2背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 10px;
	clear: both;
}


/*中央mainブロック内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #cccccc;	/*What's Newのフチのライン*/
	margin-bottom: 1em;
}

#main dl.new dt {
	font-weight: bold;	/*日付を太字にする設定。*/
	float: left;		/*日付を左よせする*/
}

#main dl.new dd {
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線*/
	padding-left: 8em;	/*日付が入る分のスペースを空ける*/
}



/*フッター（最下部）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 1px solid #bfbfbf;
	padding-top: 1em;
	padding-bottom: 1em;
}



/* jQuery lightBox plugin - Gallery style 売りたい人から買いたい人へ
---------------------------------------------------------------------------*/
#gallery {
	margin-top: 10px;
}
#gallery p{
        height: 180px;	/*１個あたりのボックスの高さ*/
        width: 148px;	/*１個あたりのボックスの幅*/
        border: 1px solid #CCCCCC;	/*ボーダー設定*/
        float: left;	/*左よせしていく設定*/
        text-align: center;	/*センタリング設定*/
        background-repeat: no-repeat;
        background-position: right bottom;
        padding: 0px;
        margin-right: 5px;
        margin-bottom: 10px;
	margin-left: 5px;
}
#gallery ul { list-style: none; 
}
#gallery ul li { display: inline; 
}
#gallery ul img {
        padding: 5px;		/*画像のまわりの余白*/
        border: 1px solid #CCCCCC;	/*画像に入っているフチどり*/
}
#gallery ul a:hover img {
        border: 1px solid #999999;
}

/*初めての方へ；メニューボタンの設定
---------------------------------------------------------------------------*/
.submenu02 {
	margin-bottom: 1px;
}

.submenu02 a {
	font-size: 9pt;
	background-image: url(hajimete/menubar.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	display: block;
	padding-right: 5px;
	padding-left: 10px;
	color: #000000;		/*文字色*/
	text-decoration: none;
	line-height: 40px;
	height: 40px;
	width: 163px;
}

.submenu02 a:hover {
	background-image: url(hajimete/menubar.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFFFF;		/*カーソルオーバー時の文字色*/
}

