@charset "UTF-8";
/*
******************************************************************************************
* common.css
* site name : gaiyou-anzen
* description : 基本共通指定
* since : 2010/03/28
******************************************************************************************
*/

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(image/bg.gif);	/*h2背景画像*/
	background-repeat: repeat-x;
	background-position: 0 0;
}
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: #333333;
}

/*カーソルオーバー時のリンクカラー*/
a:hover {
	color: #719DBD;
}

h4{
	margin:7px 10px 10px 10px;
	font-size: 116.7%;
	border-bottom:dotted 1px #999;
	background-image: url(image/ico_arrow_gray.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding:0 0 0 16px;
	color:#555;
}


/*
==========================================================================================
*コンテナー
==========================================================================================
*/
#container {
	text-align: left;
	width: 991px;
	margin-right: auto;
	margin-left: auto;
	border-top: 5px solid #000066;
}

/*
==========================================================================================
*ヘッダー（ロゴなどが入っている最上段のボックス）
==========================================================================================
*/
#header {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top;
	height: 75px;
	
}

#header #logo {
	padding-top: 20px;
}

#header h1 {
	font-size: 12px;	/*h1タグの文字の大きさ*/
	font-weight: normal;
	position: absolute;
	top: 0px;	/*ヘッダーのボックスに対して上から0pxに位置に配置*/
	right: 0px;	/*ヘッダーのボックスに対して右から0pxに位置に配置*/
	text-align: right;
}

/*
==========================================================================================
*メインメニュー（ヘッダー下の横並びのメニュー）
==========================================================================================
*/
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(image/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	overflow: hidden;	/*オーバーした文字を非表示にする設定*/
}

ul#menu a:hover {
	background-image: url(image/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: 797px;
	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: #666666;		/*文字色*/
}

/*左右ボックスのp(段落タグ)の余白設定*/
#sub p{
	padding: 0.5em 5px 1em;
}

#side p {
	padding: 0.5em 5px 0;
	margin:0 0 10px 0;
	line-height:130%;
}

#side p span{
	display:block;
	font-size:10px;
	text-align:center;
}

#side p.link{
	background-image: url(image/ico_arrow.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding:0 10px 0 20px;
}

/*左右ボックスのh3見出し設定*/
#sub h3,#side h3 {
	font-size: 100%;
	background-image: url(image/h3bg.gif);	/*背景画像*/
	text-align: center;	/*文字のセンタリング*/
	font-weight: normal;
	padding: 6px 0 5px 0;
	color: #FFFFFF;	/*文字色*/
}

/*
==========================================================================================
*左ブロック
==========================================================================================
*/
#sub {
	float: left;
}

/*
==========================================================================================
*右ブロック
==========================================================================================
*/
#side {
	float: right;
	margin-top: 20px;
}

/*
==========================================================================================
*左右のサブメニュー
==========================================================================================
*/
.submenu {
	border-bottom:solid 1px #ccc;
	margin-bottom: 1px;
}

.submenu a {
	background-image: url(image/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: 31px;
	height: 31px;
}

.submenu li.on a ,
.submenu a:hover {
	background-image: url(image/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFFFF;		/*カーソルオーバー時の文字色*/
}


/*
==========================================================================================
*中央ブロック
==========================================================================================
*/
#main {
	float: right;
	width: 603px;
}

#main h2 {
	font-size: 100%;
	background-image: url(image/h2bg.gif);	/*h2背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 6px 10px 8px;
	clear: both;
}

#main p {
	padding: 0.5em 10px 1em;	/*中央ブロックの段落タグの余白*/
}

#main .main_img{
	margin: 0 0 10px 0;
}

/*
==========================================================================================
*中央ブロック内の「What's New」部分
==========================================================================================
*/
#main dl.new {
	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;	/*日付が入る分のスペースを空ける*/
	border-bottom: 1px solid #cccccc;
}

#main dl.new dd.osirase{
	background-image: url(image/ico_news.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: 95px 6px;	/*メニューの背景画像の下半分を表示させる設定*/
	padding:0 0 0 160px;
}

#main dl.new dd img {
	margin:6px 0 0 0;
}

/*
==========================================================================================
フッター
==========================================================================================
*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 1px solid #bfbfbf;
	padding-top: 1em;
	padding-bottom: 1em;
	margin:10px auto;
}

/*
==========================================================================================
*余白
==========================================================================================
*/

.mar-b25{margin:0 0 25px 0;}



/*
==========================================================================================
*中身ページ：リスト部分
==========================================================================================
*/
#main ul.list {
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #cccccc;	/*What's Newのフチのライン*/
	margin-bottom: 25px;
}

#main ul.list li {
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線*/
	padding:0 0 0 20px;
}

#main ul.list li.pdf {
	background-image: url(image/ico_pdf.gif);	/*h2背景画像*/
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding:0 0 0 20px;
}
#main ul.list li.link {
	background-image: url(image/link.png);	/*h2背景画像*/
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding:0 0 0 20px;
}


#main ul.list2 {
	padding: 10px;
	border: 1px solid #cccccc;	/*What's Newのフチのライン*/
	margin:0 10px 0 10px;
	width:560px;
}

#main ul.list2 li {
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線*/
	padding:0 0 0 20px;
	background-image: url(image/ico_arrow.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#main ul.list2 li p.txt {
	border:solid 2px #EAE379;
	background-color:#FFFEE6;
	width:500px;
	height:20px;
	font-size:116.7%;
	color:#666;
	font-weight:bold;
}
#main ul.list2 li p.detail {
	font-size:91.7%;
	line-height:120%;
	color:#666;
}

#main ul.list2 li span{
	color:#1F84BE;
	font-weight:bold;
}

/*お問合わせ*/
#main p.contact {
	padding: 10px;
	border: 3px solid #5EBBDD;
	margin:20px 10px 0 10px;
	width:556px;
	text-align:center;
}

p.caption{
	margin:0;
	padding:0;
	height:10px;
	line-height:100%;
	font-weight:bold;
}

/*table*/
	table.tbl_list{
		font-size:100%;
		width:100%;
		border:solid 1px #AAD2E1;
		border-collapse:collapse;
		margin:0 0 15px 10px;
		width:580px;
	}

	table.tbl_list th{
		padding:5px 8px;
		font-weight:normal;
		width:25%;
		background-color:#D8ECF4;
		border:solid 1px #AAD2E1;
		text-align:left;
	}

	table.tbl_list td{
		padding:5px 12px 5px 8px;
		width:75%;
		border:solid 1px #AAD2E1;
		vertical-align:middle;
	}


/*
==========================================================================================
*トップページの「new nail」コーナー
==========================================================================================
*/
#main .newitem p {
	height: 150px;	/*１個あたりのボックスの高さ*/
	width: 128px;	/*１個あたりのボックスの幅*/
	border: 1px solid #CCCCCC;	/*ボーダー設定*/
	float: left;	/*左よせしていく設定*/
	text-align: center;	/*センタリング設定*/
	background-image: url(image/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: 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: #c50909;
}
.look {
	background-color: #f5f5f5;
}

.f_red{
	color:#ff0000;
}
