/* ***********************************************/
/*	DATE		: 2008/11/14
	TITLE		: 株式会社ツクル_共通スタイル
	FILE_NAME	: common.css
	AUTHER		: Hiaa.S 			 */
/*************************************************/


/*=====各属性のスタイル===========================*/

body {
	font-family: "MS UI Gothic","Osaka","ＭＳ Ｐゴシック","arial","メイリオ", sans-serif;
	font-size: 0.75em;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	background-image:url(../common_image/bk_com_body.gif);
}

div, table, tr, th, td	{
	font-family : "MS UI Gothic","Osaka","ＭＳ Ｐゴシック","arial","メイリオ", sans-serif;
	font-size: 100%;
	line-height: 140%;
	color: #333333;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
}

h1, h2, h3, h4 {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

p {
	margin: 0px;
	padding: 0px;
}
	
img	{
	border : 0px;
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}
	
a	{
	color: #73AB14;
	text-decoration : underline;
	}
	
a:hover	{
	color : #999999;
	text-decoration : underline;
	}

address {
	color:#ffffff;
	font-style: normal;
	padding-right:10px;
}

li {
	line-height: 0px;
	margin:0px;
	padding:0px;
	text-align:left;
	display:inline;
}

ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

ol {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

/*=====レイアウトのスタイル===========================*/

/*全体*/
#all {
	width:auto;
	background-image:url(../common_image/bk_com_header.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

/*ヘッダ部分*/
#header {
	width:790px;
	margin:0px auto;
	text-align:left;
	vertical-align:top;
}

#global-navi {
	float:right;
	margin:10px 5px 0px;
}

#global-navi p {
	display:inline;
}

#global-navi a {
	color:#333333;
	text-decoration:none;
}

#global-navi a:hover {
	color:#999999;
	text-decoration:underline;
}

#main-navi {
	clear:both;
	background-image:url(../common_image/bk_com_headerbottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:67px;
}

/*メイン部分*/
#contents-shadow {
	background-image:url(../common_image/bk_com_shadow.gif);
	background-position:top left;
	background-repeat:repeat-y;
	width:790px;
	margin:0px auto;
}

#contents {
	background-image:url(../common_image/bk_com_shadow_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 20px;
}

#left-box {
	float:left;
	width:535px;
	text-align:left;
	vertical-align:top;
	margin-bottom:15px;
}

#right-box {
	float:right;
	width:200px;
	vertical-align:top;
	margin-bottom:15px;
	text-align:center;
}

/*フッタ部分*/
#footer {
	clear:both;
	text-align:center;
	width:790px;
	margin:0px auto;
}

#footer-navi {
	background-image:url(../common_image/bk_com_footer01.gif);
	background-position:top left;
	background-repeat:repeat-y;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

#footer-navi p {
	display:inline;
}

#footer-navi a {
	color:#333333;
	text-decoration:none;
}

#footer-navi a:hover {
	color:#555555;
	text-decoration:underline;
}

#footer address {
	background-image:url(../common_image/bk_com_footer02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:790px;
	text-align:center;
	padding:15px 0px 10px;
}

/*=====共通パーツのスタイル===========================*/

 .contact-box {
 	background-image:url(../common_image/bk_com_rightbox02.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
	margin-bottom:15px;
 }
 
 .contact-inner-box {
 	background-image:url(../common_image/bk_com_rightbox01.gif);
	background-position:bottom;
	background-repeat:repeat-y;
	text-align:left;
	padding:0px 10px;
 }
 
 .a-golink {
 	padding-left:15px;
	background-image:url(../common_image/ic_com_golink.gif);
	background-position:left middle;
	background-repeat:no-repeat;
 }
 
 .p-bunner {
 	padding-bottom:5px;
 }
 
 /*最終バナーに設置（下線スタイル）*/
 .hr-bunner {
 	padding-bottom:10px;
 	border-bottom:solid 1px #999999;
	margin-bottom:10px;
 }
 
 .bt-gotop {
 	padding-top:10px;
	text-align:right;
 }
 
 
.p-pankuzu {
	text-align:right;
	vertical-align:top;
}

.span-color1 {
	color:#BF0000;
}
 
 .com-th1 {
 	background-color:#AEBA68;
	text-align:left;
	padding:5px 10px;
	border-right:solid 3px #ffffff;
	border-bottom:solid 3px #ffffff;
	width:20%;
	vertical-align:top;
 }
 
  .com-th2 {
 	background-color:#4C5E14;
	color:#ffffff;
	text-align:left;
	padding:5px 10px;
	border-bottom:solid 3px #ffffff;
	vertical-align:top;
 }
 
 
  .com-td1 {
 	background-color:#D7E5AE;
	text-align:left;
	padding:5px 10px;
	border-bottom:solid 3px #ffffff;
	width:80%;
	vertical-align:top;
 }
 