@charset "shift_jis";




body {
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image : url(images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	font-size: 80%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
table {
	border-collapse:collapse;
	font-size: 100%;
}
ul { list-style-type:none; } 
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}





.mini{
	font-size: 85%;
}


/*リンクカラー*/
a {
	color: #003366;
}

/*カーソルオーバー時のリンクカラー*/
a:hover {
	color: #ff0000;
	text-decoration: none;	/*下線を消す設定。残したままがいいならこの１行を削除。*/
}

/*リンク画像にカーソルがのった時の半透明設定
---------------------------------------------------------------------------------------*/
#main a:hover img,#side a:hover img {
filter: Alpha(opacity=70);
opacity: 0.7; /*firefox safari*/
}




/*コンテナー
---------------------------------------------------------------------------*/
#container {
	background : url(images/container_bg.png) repeat-y;
	text-align: left;
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 8px;
	padding-right: 8px;
}



/*ヘッダー（ロゴなどが入っている最上段のボックス）
---------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	background-image : url(images/header_bg.jpg);	/*ヘッダーの背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	height: 152px;
	margin-bottom: 20px;
}

#header #logo {
	padding-top: 0px;
	padding-left: 10px;
}

#header h1,#header h3 {
	color: #666666;
	font-size: 10px;	/*h1タグの文字の大きさ*/
	font-weight: normal;
	position: absolute;
	top: 0px;	/*ヘッダーのボックスに対して上から0pxに位置に配置*/
	leftu: 450px;	/*ヘッダーのボックスに対して右から0pxに位置に配置*/
	right: 10px;	/*ヘッダーのボックスに対して右から0pxに位置に配置*/
}

#header p {
	color: #666666;
	font-size: 12px;	/*h1タグの文字の大きさ*/
	font-weight: normal;
	position: absolute;
	top: 25px;	/*ヘッダーのボックスに対して上から0pxに位置に配置*/
	left: 440px;	/*ヘッダーのボックスに対して右から0pxに位置に配置*/
	right: 20px;	/*ヘッダーのボックスに対して右から0pxに位置に配置*/
}

#nav {
	position: absolute;
	width: 560px;
	top: 60px;
	left: 640px;
	line-height: 90px;
	background : url(images/nav_bg.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	font-size: 110%;
}
#nav li {
display:inline;
	padding-left: 20px;
	width: 200px; /*IE7のメイリオフォントだと8em（8文字）分にしか表示されないので注意*/
	height: 19px;
}
#nav li a {
	color: #003366;
	text-decoration: none;
	background : url(images/arrow1.gif) no-repeat left center;
	padding-left: 13px;
	padding-top: 3px;
}
#nav a:hover {
	color: #ff0000;
}

/*メインメニュー（ヘッダー下の横並びのメニュー）
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	line-height: 50px;
	height: 50px;
	margin-right: 1px;
	font-size: 12px;
}

ul#menu a {
	color: #000000;		/*メニューの文字色*/
	text-decoration: none;
	display: block;
	width: 155px;
	text-align: center;
	background-image : url(../images/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	overflow: hidden;	/*オーバーした文字を非表示にする設定*/
}

ul#menu a:hover {
	background-image : url(../images/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: left bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFFFF;	/*カーソルオーバー時の文字色*/
}

ul#menu li.last {
	margin-right: 0;
}





/*３カラムを囲むボックス
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;

}









#side {
	width: 187px;
	margin-right: 10px;
	line-height: 1.3;	/*行間。通常より少し狭めている。*/
	color: #666666;		/*文字色*/
	font-size: 100%;
	margin-bottom: 100px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/*左右ボックスのp(段落タグ)の余白設定*/
#sub p,#side p {
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}



#side h3 {
	text-align: center;	/*文字のセンタリング*/
	color: #333333;	/*文字色*/
	font-size: 100%;
	background : url(images/h3_bg.gif) no-repeat;
	line-height: 45px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	clear: both;
	margin-top: 0px;
}

#side_img {
	margin-top: 5px;
}

#main img {
	border: none;
	margin-bottom: 3px;
}

/*右ブロック
---------------------------------------------------------------------------*/
#side {
	float: right;

}
.submenu1 { 
	line-height: 20px;
	font-size:100%;
	margin-left: 0px;
	font-weight:normal;
}



.submenu1 a{
	background-image : url(images/submenu1_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	padding-left: 12px;
	color: #333333;	
}

.submenu1 a:hover {
	color: #ff6600;		/*カーソルオーバー時の文字色*/
}

.submenu2 {
	line-height: 20px;
	font-size:100%;
	margin-left: 5px;
	text-decoration: none;
 }

.submenu2 a{
	text-decoration: none;
	font-weight:bold;
	color: #ff6600;
}

.submenu2 a:hover {
	color: #00ffff;		/*カーソルオーバー時の文字色*/
}

#li_left{
	float: left;
	width: 354px;
	background : url(images/sub_frame_bg.gif) no-repeat center bottom;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 17px;
	margin-top: 5px;
}

#li_right{
	float: right;
	width: 354px;
	padding-left: 10px;
}

#text_center{
	text-align: center;
	font-weight:bold;
	color: #000000;
}

/*左右のサブメニュー
---------------------------------------------------------------------------*/
.submenu {
	margin-bottom: 0px;
	font-size:100%;
}

.submenu a {
	background-image : url(images/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	display: block;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 18px;
	color: #333333;		/*文字色*/
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.submenu a:hover {
	background-image : url(images/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #000000;		/*カーソルオーバー時の文字色*/
}




/*中央ブロック
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 728px;

	padding-left: 13px;
	padding-right: 15px;
	margin-bottom: 100px;
	margin-top: -20px;
}

#main h2 {
	clear: both;
	background : url(images/h2_bg.gif) no-repeat;
	font-size: 100%;
	color: #000000;		/*h2の文字色（ここでは白）*/
	line-height: 24px;
	padding-left: 30px;
	padding-top: 0px;
	font-weight: bold;
	margin-top: 20px;
}

#main p {
	padding: 5px;	/*中央ブロックの段落タグの余白*/
	line-height: 17px;
	margin-bottom: 5px;
}

#main #chap {
	padding-left: 10px;
	float: right;
}

#height {
	height: 200px;
}

#frame {
	background : url(images/sub_frame_bg.gif) no-repeat center bottom;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 17px;
}

#main h3 {
	color: #ffffff;
	background : url(images/sub_midashi_bg.gif) no-repeat;
	padding-top: 12px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	height: 37px;
	width: 334px;
	margin-bottom: -13px;
	margin-top: 0px;
}

#pr-frame {
	height: 250px;
	width: 300px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
}

#468 {
	height: 60px;
	width: 468px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
}

#top_panel {
	background : url(images/top_panel.gif);
	height: 180px;
	width: 728px;
	margin-bottom: 0px;
	margin-top: 20px;
}

/*中央ブロック内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 315px;
	height: 210px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 18px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 0px;
	border-right: 1px solid #e5e5e5;	/*What's Newのフチの右ライン*/
	border-bottom: 1px solid #e5e5e5;	/*What's Newのフチの下ライン*/
	border-left: 1px solid #e5e5e5;		/*What's Newのフチの左ライン*/
	background: #ffffff;	/*What's Newボックスの背景色*/
}

#main dl.new dt {
	margin-top: 3px;
	font-weight: bold;	/*日付を太字にする設定。*/
}

#main dl.new dd {
	padding-bottom: 3px;
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線*/
	margin-left: 0px;
}



/*フッター（最下部のコピーライトなど）
---------------------------------------------------------------------------*/
#footer {
	color: #999999;
	background-image : url(images/footer_bg.jpg);	/*ヘッダーの背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 0px solid #ff6600;
	padding-top: 10px;
	padding-bottom: 1em;
	margin-top: 50px;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer li {
display:inline;
font-size: 95%;
	line-height: 18px;
}

#footer_left {
	color: #cccccc;
	text-align: left;
	margin-top: 75px;
	margin-bottom: 30px;
	margin-left: 10px;
}

#footer_left a {
	color: #bbbbbb;
}

/*トップページの「new nail」コーナー
---------------------------------------------------------------------------*/
#main .newitem p {
	height: 207px;	/*１個あたりのボックスの高さ*/
	width: 166px;	/*１個あたりのボックスの幅*/
	border: 1px solid #CCCCCC;	/*ボーダー設定*/
	float: left;	/*左よせしていく設定*/
	text-align: center;	/*センタリング設定*/
	background-image : url(../images/newitem_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 3px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: inline;
	line-height: 15px;
font-size: 95%;
}

#main .newitem {
	margin-top: 10px;

}

#main .newitem a img {
	padding: 5px;		/*画像のまわりの余白*/
	border: 1px solid #CCCCCC;	/*画像に入っているフチどり*/
	margin-bottom: 3px;
}

#main .newitem a:hover img {
	border: 1px solid #999999;	/*カーソルオーバー時に画像のフチ色を変える設定*/
}





/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #0000ff;
	font-weight:bold;
}
.look {
	background-color: #f5f5f5;
}





/* ----- メニュー -------------------------------------- */

div#menu ul {
	margin: 20px 0px;
}
div#menu ul li {
	display: inline;

	margin-right: 10px;
}

.kensaku {
	text-align: center;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-left: 0px;
	padding-light:0px;
	padding-bottom: 25px;
	background-image : url(images/kensakumado.gif);
	background-repeat: no-repeat;
	background-position: top center;
}


.s {
    font-size:small;
}

.g {
    margin:1em 0;
}

.Tab{type} {
    background-color:#ff8888;
}
.SelectGG{
    background-color:#b0e0e6;
}
.NotSelectGG{
    background-color:#ffffff;
}
.SelectG {
	background-color:#E7F7F7;
	font-weight: bold;
	color: #333333;
}
.NotSelectG {
	background-color:#E7F7F7;
	font-weight: normal;
	color: #666666;
}

#tab {
	margin: 10px 0 1px 0;
	padding: 4px 0 1px 0;
}
#tab li {
	list-style: none;
	margin: 0;
	display: inline;
}
#tab li a {
	margin: 0;
	padding: 6px 6px 4px 6px;
	text-decoration: none;
	border: 1px solid #D0D9D9;
	border-bottom: none;
	background-color: #D0D9D9;
}
#tab li a:hover {
	margin: 0;
	padding: 6px 6px 4px 6px;
	text-decoration: underline;
	border: 1px solid #EFEFEF;
	border-bottom: none;
	background-color: #EFEFEF;
}


.contbx1 {
	margin: 0 0 10px 0;
	padding: 0;
}

.contbxad1 {
	margin: 16px 0 16px 0;
	padding: 10px;
	text-align: center;
	background-color: #EFEFEF;
}

.contbxres1{
	margin: 10px 0 2px 0;
	padding: 3px 10px;
	background-color: #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
}

.contbxrest1{
	margin: 10px 0;
	padding: 3px 10px;
	background-color: #EFEFEF;
}
.contbxresd1{
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 6px 10px;
	background-color: #EFEFEF;
}

.contbxrest2{
	margin: 10px 0;
	padding: 3px 10px;
	background-color: #EFEFEF;
}
.contbxresd2{
	margin: 0 0 10px 0;
	padding: 10px 10px;
	background-color: #EFEFEF;
	border: 1px solid #EFEFEF;
}

.contbxhist1{
	margin: 0 0 10px 0;
	padding: 0;
	text-align: right;
}

#mark {
	background : url(images/arrow1.gif) no-repeat left center;
	padding-left: 13px;
	padding-top: 0px;
}

/* float */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearlft {
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
