@charset "utf-8";

/*
{
	margin:					0;
	padding:				0;
}

***********************/
/*基本タグレイアウト*/
body
{
/*	margin-top:				0px;
	margin-left:			0px;*/
	text-align:				center;
}

a
{
	text-decoration:		underline;
	color:					#1460ff;
}

a:hover
{
	text-decoration:		underline;
	color:					#6195ff;
}


table, img
{
	border:					none;
}

/*****************
ul
{
	list-style:				none;
}
******************/


/* 画像の隙間をなくす */
img
{
	vertical-align:			bottom;
}

/*基本タグレイアウト*/

/*基本IDレイアウト*/
div#wrapper
{
	position:				relative;
/*	width:					100%;*/
	width:					860px;
	margin:					0px auto;
	padding:				0px;
/*	background:				#000;*/
}
div#contents
{
	width:					860px;
/*	margin-left:			auto;
	margin-right:			auto;*/
/*	padding:				0px;*/
}

div#contents_inner
{
	position: relative;
	width:					850px;
	margin:					0 auto;
}

/*基本IDレイアウト*/

/*ヘッダー要素レイアウト*/
div#header_left
{
	float:					left;
	width:					235px;
}

div#main_logo
{
	margin:					16px 0px 0px 10px;
	padding:				0px;
}

div#header_right
{
	float:					right;
	width:					320px;
}

p#header_navi
{
	float:					right;
	margin-top:				16px;
	margin-right:			25px;
	margin-right:			15px;
	margin-bottom:			0px;
	padding:				0px;
	color:					#666666;
	font-size:				12px;
	font-family:			"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" sans-serif;
}

p#header_navi a
{
	color:					#666666;
}

p#header_navi a:hover
{
	color:					#6195ff;
}

/* ナビゲーション区切り */
p#header_navi a.lbdr
{
	border-left:			1px solid #666666;
	padding-left:			4px;
}


form#search_box
{
	float:					right;
	width:					250px;
	margin-top:				15px;
	margin-right:			25px;
	margin-bottom:			0px;
/*	padding:				0px;*/
	text-align:				right;
	/display: inline;
}

input.inputBox
{
	padding:				3px 3px;
	font-size:				14px;
	color:					#333333;
}

input.searchBtn
{
}

span#noKeyword
{
	visibility:				hidden;
}

/*ヘッダー要素レイアウト*/


/*▼本体要素レイアウト▼*/

div#container
{
/*	float:					left;*/
	clear:					both;

/*	margin-left:			auto;
	margin-right:			auto;*/
/*	display:				inline;*/
	width:					850px;
	margin:					0px;
/*	margin-bottom:			0px;*/
/*	margin-left:			5px;*/
	padding:				0px;
	background:				#ffff99;

	overflow:				hidden;
	text-align:				left;
}

/*ライトコンテンツレイアウト*/
div#right_container
{
/*	float:					left;*/
	float:					right;
	width:					620px;
	margin:					0px;
	padding:				0px;
}

/*連絡先BOX　レイアウト*/
div#contact_box
{
	clear:					both;
	width:					538px;
	margin-top:				10px;
	margin-left:			15px;
	margin-bottom:			27px;
	padding:				15px;
	border:					1px dotted #999999;
	text-align:				left;
}

h5#contact_title
{
	width:					530px;
	margin-top:				0px;
	margin-left:			5px;
	padding-top:			5px;
	padding-left:			5px;
	padding-bottom:			10px;
	background-image:		url(../img/template/cat_contact_dot.gif);
	background-repeat:		repeat-x;
	background-position:	bottom;
}

/* hide hack from Mac-IE5 \*/
* html table.contact_table2 { height: 1%; }
/* end hiding */


div#contact_box table
{
/*	display:				inline;*/
	margin-left:			10px;
	font-size:				16px;
	font-weight:			400;
	font-family:			"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" sans-serif;
	line-height:			130%;
	color:					#666666;
}

table.contact_table
{
	float:					left;
	width:					250px;
}

div#contact_box a
{
	text-decoration:		underline;
	color:					#7c7600;
}

div#contact_box a:hover
{
	text-decoration:		underline;
	color:					#aea500;
}

/*連絡先BOX　レイアウト*/

/*ライトコンテンツレイアウト*/

/*▲本体要素レイアウト▲*/


/*フッター要素レイアウト*/
div#footer
{
	clear:					both;
	width:					860px;
	margin:					0px;
	padding:				0px;
	background-image:		url(../img/template/footer_bg.gif);
	background-repeat:		repeat-x;

	color:					#ffffff;
	text-align:				center;
}

p#footer_navi
{
	margin:					0px;
	padding-top:			15px;
	padding-bottom:			0px;
	font-size:				12px;
}

p#footer_navi a
{
	text-decoration:		underline;
	color:					#ffffff;
}

p#footer_navi a:hover
{
	text-decoration:		underline;
	color:					#ffffff;
}

/* ナビゲーション区切り */
p#footer_navi a.lbdr
{
	border-left:			1px solid #ffffff;
	padding-left:			4px;
}

p#copyright
{
	margin:					0px;
	padding-top:			10px;
	padding-bottom:			10px;
	font-size:				10px;
	font-family:			Arial, Helvetica, sans-serif;
}
/*フッター要素レイアウト*/


