@charset "euc-jp";


/* フォントサイズ */

.f10 { font-size:10px; line-height:140%; }
.f12 { font-size:12px; line-height:160%; }
.f14 { font-size:14px; line-height:160%; }
.f16 { font-size:16px; line-height:160%; }
.f18 { font-size:18px; line-height:160%; }


/* リンク色 */

a:link    { color:#4d3212; text-decoration:underline; }
a:visited { color:#4d3212; text-decoration:underline; }
a:active  { color:#4d3212; text-decoration:underline; }
a:hover   { color:#a81a04; text-decoration:none; }


/* 共通設定 */

body {
	font-size: 12px;
	line-height:160%;
	background-color:#fefbf0;
	background-image:url(../../shared/images/bg_top.jpg);
	background-repeat:repeat-x;
	color:#333333;
	margin: 0px;
	padding: 0px;
	}

th, td  {
	line-height:160%;
	color:#333333;
	margin: 0px;
	padding: 0px;
	}

img {
	vertical-align: top;
	border:0px;
	}

form {
	margin: 0px;
	padding: 0px;
	}

input, select, textarea {
	margin: 0px;
	padding: 0px;
	}

ol {
	margin: 0px;
}

li {
	margin-left: -20px;
}

.bold {
	font-weight:bolder;
	}

.s5 {
	margin: 0px 0px 5px 0px;
	}

.s10 {
	margin: 0px 0px 10px 0px;
	}

.s15 {
	margin: 0px 0px 15px 0px;
	}

.s20 {
	margin: 0px 0px 20px 0px;
	}

.s30 {
	margin: 0px 0px 30px 0px;
	}

.s40 {
	margin: 0px 0px 40px 0px;
	}

.mgt5 {
	margin-top: 5px;
}

.mgt10 {
	margin-top: 10px;
	}

.mgt20 {
	margin-top: 20px;
	}

.mgt23 {
	margin-top: 23px;
	}

.mgt30 {
	margin-top: 30px;
	}

.mgt35 {
	margin-top: 35px;
	}

.mgt40 {
	margin-top: 40px;
	}

.icon_01 {
	text-align:left;
	background-image: url(../../shared/images/icon_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}

.icon_02 {
	text-align:left;
	background-image: url(../../shared/images/icon_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 19px;
	font-weight:bolder;
	font-size:14px;
}

.icon_03 {
	text-align:left;
	background-image: url(../../shared/images/icon_03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

.clear {
	clear: both; 
}

.left {
	float: left;
}

.right {
	float: right;
}

.red {
	color: #ff0000;
}

.wine {
	color: #a81a04;
}

.blue {
	color: #3b5e67;
}

.white {
	color: #ffffff;
}

.brown {
	color: #945f3e;
}

.form_table td {
	padding: 10px;
}

.form_table2 td {
	padding: 0px;

}

.form_table3 td {
	padding: 5px;
}

.mg5 {
	margin: 5px;
}

.mg10 {
	margin: 10px;
}

.mg20 {
	margin: 20px;
}

.pd5 {
	padding: 5px;
}

.pd10 {
	padding: 10px;
}

.pd20 {
	padding: 20px;
}

.border_bottom1 {
	border-bottom:1px;
	border-bottom-color:#c9af9e;
	border-bottom-style:solid;
}

.border_bottom2 {
	border-bottom:1px;
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
}

.header a:link    { color: #ffffff; text-decoration: none; }
.header a:visited { color: #ffffff; text-decoration: none; }
.header a:active  { color: #ffffff; text-decoration: none; }
.header a:hover   { color: #ffcc00; text-decoration: none; }

.footer a:link    { color: #ffffff; text-decoration: none; }
.footer a:visited { color: #ffffff; text-decoration: none; }
.footer a:active  { color: #ffffff; text-decoration: none; }
.footer a:hover   { color: #ffcc00; text-decoration: none; }

/*20130625 added*/
#feed {
	margin:5px 0 0 10px;
}
#feed p {
	font-weight:bold;
	display:block;
	float:left;
	width:80px;
	line-height:130%;
	padding:0;
	margin:5px 0 5px;
}

#feed h3 {
	display:block;
	width:580px;
	float:left;
	font-weight:normal;
	font-size:12px;
	line-height:130%;
	padding:0;
	margin:5px 0 5px;
}
#feed div{
	clear:both;
}

/*20130625 added*/

h1 {
	font-size:12px;
	font-weight:normal;
	color:#FFF;
}