/* ***********************************************/
/*	DATE		: 2006/02/03
	TITLE		: 勝好商事ＨＰ用共通スタイル
	FILE_NAME	: common.css
	AUTHER		: FOIS 			 */
/*************************************************/

/*=====各属性のスタイル===========================*/

body {
	font-family : "MS UI Gothic",  "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
	margin : 0px;
	padding : 0px;
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
	line-height: 140%;
	color: #000000;
	
}

div, table, tr, th, td	{
	font-family :"MS UI Gothic",  "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #000000;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	word-break: break-all;
	
}

h1, h2, h3 {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

p {
	margin: 0px;
	padding: 0px;
}
	
img	{
	border : 0px;
}
	
a	{
	color : #095A22;
	text-decoration : underline;
	}
	
a:hover	{
	color : #EDB329;
	text-decoration : underline;
	}

address {
	font-style: normal;
	display:inline;
	margin-right:20px;
}

/*=====ヘッダー・フッターレイアウトスタイル===========================*/

#header {
	background-color:#3C1515;
	width:100%;
	height:98px;
}

#header-navi {
	height:30px;
	width:740px;
	margin:0px auto;
	text-align: right;
}

.p-header-navi {
	background-image:url(../s_image/ic_com_link.gif);
	background-position:left;
	background-repeat:no-repeat;
	display: inline;
	padding-left:15px;
	margin-right:10px;
	}

a.link-navi	{
	color : #ffffff;
	text-decoration : underline;
}
	
a.link-navi:hover	{
	color : #EDB329;
	text-decoration : underline;
}
		
#tb-main-navi	{
	height:68px;
	width:780px;
	margin:0px auto;
}
	
	
#footer {
	background-color:#3C1515;
	width:100%;
	height:50px;
	vertical-align:top;
}

#footer-navi {
	height:50px;
	width:780px;
	margin:0px auto;
	background-image:url(../s_image/bk_footer.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

.p-footer-navi {
	display:inline;
}

/*=====メイン部レイアウトスタイル===========================*/
#main {
	text-align:center;
	background-color:#FFFFFF;
}

#main-layout {
	background-image: url(../s_image/bk_main_shadow.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	margin:0px auto;
	width:790px;
	/*vertical-align:top;*/
	/*height:0%;*/
	/*border:solid 1px #ffffff;*/
}

/*下層ページがあるときの縦割りレイアウト*/
#main-lower {
	width:740px;
	margin:0px auto 10px;
}

#main-lower-left {
	width:200px;
	background-color:#eeeeee;
	text-align:left;
	vertical-align:top;
}

#main-lower-right {
	width:520px;
	text-align:left;
	vertical-align:top;
}

/*=====その他共通スタイル===========================*/

.active 
{
	ime-mode: active;
}
.disabled 
{
	ime-mode: disabled;
}

.com-pankuzu {
	width:740px;
	margin:0px auto 6px;
	text-align:left;
}

.p-com-gotop {
	text-align:right;
	background-image:url(../s_image/ic_com_gotop.gif);
	background-repeat:no-repeat;
	background-position: right;
	padding-right:16px;
}

.com-cp {
	border:solid 1px #eeeeee;
}

.keyword_table
{
	text-align:center;
	background-color:#ffffdd;
	margin:0px auto;
}

/*=====動的生成部分共通スタイル===========================*/

.sys-center
{
	margin:0px auto 0px;
}