/* ***********************************************/
/*	DATE		: 2013/03/01
	TITLE		: La capi_共通スタイル
	FILE_NAME	: common.css
	AUTHER		: Hiaa.S 			 */
/*************************************************/


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

body {
	/*font-family: "MS UI Gothic","Osaka","ＭＳ Ｐゴシック","arial","メイリオ", sans-serif;*/
	font-family: "メイリオ";
	font-size: 0.9em;
	line-height: 170%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #493B3B;
}

div, table, tr, th, td	{
	/*font-family: "MS UI Gothic","Osaka","ＭＳ Ｐゴシック","arial","メイリオ", sans-serif;*/
	font-family: "メイリオ";
	font-size: 100%;
	line-height: 170%;
	color: #493B3B;
	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: #FFFFFF;
	text-decoration : underline;
	}
	
a:hover	{
	color : #ff9b0c;
	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_body.jpg);
	background-position:left top;
	text-align:center;
}

#contents {
	width:960px;
	background-image:url(../common_image/bk_com_body.jpg);
	margin:0px auto;
	padding-bottom:20px;
	
}

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

.right-header {
	float:right;
	width:710px;
	height:100px;
	background-image:url(../common_image/bk_under_header.jpg);
}

.p-header {
	padding-top:60px;
	font-weight:bold;
}

/*左カラム　ナビゲーション部分*/
#left-box {
	float:left;
	width:250px;
	text-align:left;
}

#left-box p{
	padding-left:30px;
}

#navi {
	padding-bottom:20px;
}

/*右カラム　コンテンツ部分*/
#right-box {
	float:right;
	width:710px;
	vertical-align:top;
}

/*ページトップへ戻る　部分*/
#pagetop {
	text-align:right;
	padding:20px 20px 0px;
}


/*フッタ部分*/
#footer {
	clear:both;
	text-align:center;
	width:auto;
	height:114px;
	margin:0px auto;
	background-image:url(../common_image/bk_com_footer.jpg);
}

#footer-navi {	
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center;
	padding-top:30px;
	padding-bottom:10px;
	color: #ffffff;
}

#footer-navi p {
	display:inline;
}

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

.a-image {
	text-decoration :none;
	border:0px;
	}

/*ブログへのナビゲーション*/
.a-blog	{
	color: #5CA54C;
	text-decoration : underline;
	}
	
.a-blog:hover	{
	color : #ff9b0c;
	text-decoration : underline;
	}
 