@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 80%; /*78から80に変更*/ 
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 20px 25px /*ここの数字は０から左に数値指定変更　HTMLではBlockquoteをPのBORDERに変更 */
	text-align: center;
	-webkit-text-size-adjust: 100%;  /* iphoneスマホ対応用に加筆2015/06/16 */

}




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%;
}


/*リンクカラー*/
a {
	color: #000000;
}

/*カーソルオーバー時のリンクカラー*/
a:hover {
	color: #A51A91;
	text-decoration: none;	/*下線を消す設定。残したままがいいならこの１行を削除。*/
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1091px; /* 全幅 */
	margin-right: auto;
	margin-left: auto;
	border-top: 5px solid #000000;
	background-color: #FFFFFF;
}



/*ヘッダー（ロゴなどが入っている最上段のボックス）
---------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	background-image: url(images/header_bg.jpg);	/*ヘッダーの背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	height: 100px;
}

#header #logo {
	padding-top: 20px;
}

#header h1 {
	font-size: 12px;	/*h1タグの文字の大きさ１０から１２へ*/
	font-weight: normal;
	position: absolute;
	top: 0px;	/*ヘッダーのボックスに対して上から0pxに位置に配置*/
	right: 0px;	/*ヘッダーのボックスに対して右から0pxに位置に配置*/
}



/*メインメニュー（ヘッダー下の横並びのメニュー）
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	line-height: 50px;
	height: 50px;
	margin-right: 1px;
	font-size: 14px;
}

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%;
}



/*左・中央を囲むボックス
---------------------------------------------------------------------------*/
#wrap {
	width: 897px;
	float: left;
	padding-bottom: 50px;
	margin-top: 20px;
}



/*両サイドの共通設定
---------------------------------------------------------------------------*/
#sub,#side {
	background-color: #eeeeee;	/*両サイドのボックス背景色*/
	width: 178px;
	border: 1px solid #bfbfbf;	/*両サイドのボックスフチのボーダー*/
	padding: 1px;		/*余白を1px*/
	line-height: 1.6;	/*行間。通常より少し狭めている。*/
	color: #666666;		/*文字色*/
}

/*左右ボックスのp(段落タグ)の余白設定*/
#sub p,#side p {
	padding: 0.5em 5px 1em;
}

/*左右ボックスのh3見出し設定*/
#sub h3,#side h3 {
	font-size: 100%;
	background-color: #000000;	/*背景色*/
	text-align: center;	/*文字のセンタリング*/
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;	/*文字色*/
}



/*左ブロック
---------------------------------------------------------------------------*/
#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;
	width: 163px;
}

.submenu a:hover {
	background-image: url(images/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFFFF;		/*カーソルオーバー時の文字色*/
}



/*中央ブロック
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 703px;
}

#main h2 {
	font-size: 150%; /*120〜150に変更 2015/6/19 */
	background-image: url(images/h2bg.gif);	/*h2背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 15px;
	clear: both;
}


#main h3 {
	font-size: 80%;
}




#main p {
	font-size:115%;    /* メイン部分Pサイズ 100%から115%に変更 */
	padding: 0.5em 20px 1em;	/* 中央ブロックの段落タグの余白を変更 */
}



/*中央ブロック内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	height: 150px;		/*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;
}



/*トップページの「new nail」コーナー
---------------------------------------------------------------------------*/
#main .newitem p {
	height: 150px;	/*１個あたりのボックスの高さ*/
	width: 128px;	/*１個あたりのボックスの幅*/
	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: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	display: inline;
}

#main .newitem {
	margin-top: 10px;
}

#main .newitem a img {
	padding: 5px;		/*画像のまわりの余白*/
	border: 1px solid #CCCCCC;	/*画像に入っているフチどり*/
}

#main .newitem a:hover img {
	border: 1px solid #999999;	/*カーソルオーバー時に画像のフチ色を変える設定*/
}



/*aboutページに準備した商品テーブル
---------------------------------------------------------------------------*/
#main .itemlist {
border: 1px solid #CCCCCC; /*１個あたりのボックスのボーダー設定*/
padding: 5px;
overflow: hidden;
margin-bottom: 0.5em;
width: 650px; /*段落タグ（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: #A51A91;
}
.look {
	background-color: #f5f5f5;
}


/*メイン記事部分を囲む２重線　　ＴＯＰページ等ＨＴＭＬでＰ要素に変更
-----------------------------------------------------*/

#main blockquote {
margin: 15px 12px 10px 12px;
padding: 20px 15px 20px 10px;
border:#bfbfbf double 3px;
background: #FFFFFF;
}



/* box ボックス
-----------------------------------------------------*/

#main .box1 {
width:576px;
height:auto;
border:solid #cccccc 1px;
margin: 0px 6px 12px 6px;
padding: 5px 5px 5px 5px;
}

#main .box3 {
float: left;
width:176px;
border:solid #cccccc 1px;
margin: 0px 6px 12px 6px;
_margin: 0px 3px 12px 3px;
padding: 5px 5px 5px 5px;
}

#main .box-img-left {
float:left;
display: inline;
margin: 10px 5px 5px 5px;
border:solid #cccccc 1px;
}

#main .box-img-left3 {
margin: 10px 5px 5px 5px;
border:solid #cccccc 1px;
}

#main .box-btn {
float:right;
display: inline;
font-size:11px;
font-weight:bold;
background-color:#f8f8f8;
border: #cccc33 solid 1px;
width:164px;
text-align:center;
padding: 0px 0px 0px 0px;
margin: 5px 5px 5px 5px;
}

#main .box-btn3 {
font-size:11px;
font-weight:bold;
background-color:#f8f8f8;
border: #cccc33 solid 1px;
width:164px;
text-align:center;
padding: 0px 0px 0px 0px;
margin: 5px 5px 5px 5px;
}

#main .box-btn a, #main .box-btn a:link, #main .box-btn a:visited {
color: #333333;
text-decoration:none;
display:block;
background-image:url(images/bottun.gif);
background-repeat:repeat-x;
padding: 2px 0px 0px 0px;
}

#main .box-btn a:hover {
color: #333333;
background:#dddddd;
background-image:url(images/bottun_h.gif);
background-repeat:repeat-x;
text-decoration: none;
padding: 2px 0px 0px 0px;
}


#main .box-btn3 a, #main .box-btn3 a:link, #main .box-btn3 a:visited {
color: #333333;
text-decoration:none;
display:block;
background-image:url(images/bottun.gif);
background-repeat:repeat-x;
padding: 2px 0px 0px 0px;
}

#main .box-btn3 a:hover {
color: #333333;
background:#dddddd;
background-image:url(images/bottun_h.gif);
background-repeat:repeat-x;
text-decoration: none;
padding: 2px 0px 0px 0px;
}

#main .clear {
clear:both;
visibility:hidden;
height: 0;
padding: 0;
margin: 0;
}
 
 
 
/*中央ブロック内の「記事一覧」部分
---------------------------------------------------------------------------*/
#main dl.new2 {
height: 580px;/*What's New2ボックスの高さ*/
overflow: auto;/*この設定でiframe風に見える*/
margin-right: auto;
margin-left: auto;
padding: 10px;
border: 1px solid #ffffff; /*What's New2のフチのライン*/
margin-bottom: 1em;
}




