@charset "UTF-8";




body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "CI", Meiryo, "メイリオ", sans-serif; 
	font-size: 90%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	text-align: left;
}

/* clearfix */
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  zoom:1;
}
.clear {
	clear:both;
	height:0;
	display:block;
}


/*リンクカラー*/
a {
	color: #03F;
}

/*カーソルオーバー時のリンクカラー*/
a:hover {
	color: #F00;
	text-decoration: none;	/*下線を消す設定。残したままがいいならこの１行を削除。*/
}


/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top: 5px solid #a3d016;
	background-color: #FFFFFF;
}



/*ヘッダー（ロゴなどが入っている最上段のボックス）
---------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	background-image: url(images/header_bg950.jpg);	/*ヘッダーの背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	height: 110px;
}

#header #logo {
	padding-top: 25px;
	padding-left: 15px;
}

#header h1 {
	font-size: 11px;	/*h1タグの文字の大きさ*/




/
	font-weight: normal;
	position: absolute;
	top: 1px;	/*ヘッダーのボックスに対して上から0pxに位置に配置*/
	right: 2px;	/*ヘッダーのボックスに対して右から0pxに位置に配置*/
	width: 455px;
	text-align: right;
	margin-right: 5px;
}



/*メインメニュー（ヘッダー下の横並びのメニュー）
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	line-height: 50px;
	height: 50px;
	margin-right: 1px;
	font-size: 14px;
}

ul#menu li.last {
	margin-right: 0;
}

ul#menu a {
	color: #FFF;		/*メニューの文字色*/
	text-decoration: none;
	display: block;
	width: 189px;
	text-align: center;
	background-image: url(images/menu_bg_189_green.jpg); /*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	overflow: hidden;	/*オーバーした文字を非表示にする設定*/
}

ul#menu a:hover {
	background-image: url(images/menu_bg_189_green.jpg);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: left bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFFFF;	/*カーソルオーバー時の文字色*/
}



/*３カラムを囲むボックス
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}



/*左・中央を囲むボックス
---------------------------------------------------------------------------*/
#wrap {
	width: 760px;
	float: left;
	padding-bottom: 50px;
	margin-top: 20px;
}



/*両サイドの共通設定
---------------------------------------------------------------------------*/
#sub,#side {
	background-color: #f7f7f7;	/*両サイドのボックス背景色*/
	width: 178px;
	border: 1px solid #bfbfbf;	/*両サイドのボックスフチのボーダー*/
	padding: 1px;		/*余白を1px*/
	line-height: 1.6;	/*行間。通常より少し狭めている。*/
	color: #333;		/*文字色*/
	font-size: 85%;
}

/*左右ボックスのp(段落タグ)の余白設定*/
#sub p,#side p {
	padding: 0.5em 5px 1em;
}

/*左右ボックスのh2見出し設定*/
#sub h2,#side h2 {
	font-size: 100%;
	background-color: #a3d016;	/*背景色*/


/
	text-align: center;	/*文字のセンタリング*/
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;	/*文字色*/
	text-align: center;
}


/*左右ボックスのh3見出し設定*/
#sub h3,#side h3 {
	font-size: 100%;
	background-color: #a3d016;	/*背景色*/



/
	text-align: center;	/*文字のセンタリング*/
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;	/*文字色*/
	text-align: center;
}



/*左ブロック
---------------------------------------------------------------------------*/
#sub {
	float: left;
}



/*右ブロック
---------------------------------------------------------------------------*/
#side {
	float: right;
	margin-top: 20px;
}



/*左右のサブメニュー
---------------------------------------------------------------------------*/
.submenu {
	margin-bottom: 1px;
}

.submenu a {
	background-image: url(images/submenu_bg.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;
}

.submenu a:hover {
	background-image: url(images/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFFFF;
}



/*中央ブロック
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 570px;
	font-size: 90%;
}

#main h2 {
	font-size: 150%;
	background-image: url(images/h2_logo.jpg);	/*h2背景画像*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 55px;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-bottom-width: 1px;
	line-height: 60px;
}

#main h3 {
	color: #000000;
	margin-bottom: 0.5em;
	font-size: 130%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: 10px;
	margin-top: 1em;
	background-image: url(images/h2bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
	line-height: 2em;
}

#main h4 {
	color: #000000;
	margin-bottom: 0.5em;
	font-size: 110%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-left: 10px;
	margin-top: 1em;
	background-image: url(images/h4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
	line-height: 2em;
}

#main p {
	padding-top: 0.5em;
	padding-right: 10px;
	padding-bottom: 1em;
	padding-left: 10px;
	margin-left: 5px;
}
#main p strong {
	font-size: 100%;
	color: #000;
	background-color: #FF0;
}



/*中央ブロック内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
	border: 1px solid #999;	/*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;
	font-size: 75%;
}

#footer .left {
	float:left;
	display:inline;
	margin:0 40px 0 20px;
}
#footer .center {
	float:left;
	display:inline;
	margin:0 40px 0 0;
}
#footer .right {
	float:left;
	text-align:left;
	margin:0 40px 0 0;
}
#footer .right2 {
	float:right;
	margin:0 0 0 0;
}

#footer ul li {
	font-size:140%;
	font-weight:bold;
	margin:10px 0 0 0;
}

#footer ul li.margin {
	margin:15px 0 0 0;
}

#footer ul li ul li {
	margin:0 0 0 10px;
	line-height:180%;
	font-size:100%;
}


/*トップページの「new nail」コーナー
---------------------------------------------------------------------------*/
#main .newitem p {
	height: 1000px;	/*１個あたりのボックスの高さ*/
	width: 330px;	/*１個あたりのボックスの幅*/
	border: 1px solid #CCCCCC;	/*ボーダー設定*/
	float: left;	/*左よせしていく設定*/
	text-align: left;	/*センタリング設定*/
	background-image: url(images/newitem_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 10px;
	display: inline;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#main .newitem {
	margin-top: 10px;
}

#main .newitem a img {
	padding: 5px;		/*画像のまわりの余白*/
	border: 1px solid #CCCCCC;	/*画像に入っているフチどり*/
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#main .newitem a:hover img {
	border: 1px solid #999999;	/*カーソルオーバー時に画像のフチ色を変える設定*/
	float: left;
}



/*aboutページに準備した商品テーブル
---------------------------------------------------------------------------*/
#main .itemlist {
	border: 1px solid #CCCCCC;	/*１個あたりのボックスのボーダー設定*/
	padding: 5px;
	overflow: hidden;
	margin-bottom: 0.5em;
	width: 673px;	/*段落タグ（p）の横幅とサイズを合わせる設定です。この下二つのmarginも。
	margin-right: auto;
	margin-left: auto;
}

#main .itemlist h3 {
	color: #000000;
	border-bottom: 1px solid #cccccc;
	border-left: 4px solid #CCCCCC;
	padding: 0px 0px 0px 5px;
	margin-bottom: 0.5em;
	font-size: 100%;
}

#main .itemlist p {
	padding: 0px;
}

#main .itemlist p, #main .itemlist h3 {
	margin-left: 120px;	/*画像の幅に合わせてここは変更する*/
}

#main .itemlist a img {
	padding: 5px;	/*写真と外線との余白*/
	border: 1px solid #CCCCCC;
}

#main .itemlist a:hover img {
	border: 1px solid #999999;
}

#main .itemlist div.img {
	float: left;
}




/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #7ecef4;
}
.color2 {
	color: #F00;
}
.colorblue {
	color: #00F;
}
.look {
	background-color: #f5f5f5;
}
.mawarikomiright {
	float: right;
	margin-right: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.mawarikomileft {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}
#contents #footer p a {
	color: #333;
}

