@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.2em;
}



img {
	border: 0;
}


/* リンクテキスト (a) */

a:link {
	border-style: none;
	color: #4545f4;
	text-decoration: none;
}

a:visited {
	color: #b61f2e;
	text-decoration: none;
}

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

a:active {
	text-decoration: underline;
}


/* 本文 */

.actionMain{
	font-size: 14px;
	line-height: 1.8em;
	margin: 5px 0 20px 0;
}

h1.actionMain{
	font-size: 28px;
	line-height: 1.2em;
	font-weight: bold;
	color: #88501d;
	margin: 30px 0 20px 0;
	padding-left: 10px;
	border-left: 8px solid #88501d;
}

h1.actionMain .short{
	font-size: 14px;
	font-weight: normal;
	color: #88501d;
}


h2.actionMain{
	margin: 70px 0 -20px 0;
}

h3.actionMain{
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	color: #88501d;
	margin: 40px 0 20px 0;
}

.actionNote{
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	line-height: 1.4em;
	border-bottom: 1px dotted #88501d;
	float: right;
}

.actionRightSide{
	margin: 10px 30px 50px 35px;
	width: 340px;
}

h2.actionChronicleTitle{
	font-size: 14px;
	font-weight: bold;
	color: #7f644c;
}

ul.actionChronicle{
	margin: 18px 0 30px 0;
}

ul.actionChronicle li{
	margin-left: 14px;
	padding: 5px 0px 11px 14px;
	font-size: 13px;
	line-height: 1.2em;
	list-style: none;
	list-style-position: outside;
	color: #606060;
	background: url(../action/images/listArrow.gif) no-repeat;
}

ul.actionChronicle li.nolink{
	background-image: url(../action/images/listDot.gif);
}

p.actionChronicleMain{
	margin: 0px 0 50px 0;
	padding: 0px 0 0 40px;
	font-size: 14px;
	line-height: 1.6em;
}

.actionQuote{
	width: 100%;
	background-color: #d9d9d9;
	padding: 6px 12px 18px 12px;
	font-size: 16px;
	line-height: 1.8em;
	margin: 8px 0 30px 0;
}


/* フッター */

#footer { 
	width: 900px;
	clear: both;
	color: #fff;
	background: #006417;
	margin: 0px;
	padding: 0px;
	height: 40px;
	position: relative;
	font-size: 11px;
}

.leftBox{ 
	position: absolute;
	top: 13px;
	left: 20px;
}

.rightBox{ 
	position: absolute;
	top: 13px;
	left: 200px;
	width: 680px;
	text-align: right;
}

#footer .leftBox a{
	color: #fff;
}

#footer .rightBox{
	color: #fff;
}

#pageend .leftBox a{
	color: #7f542a;
}

#pageend .rightBox a{
	color: #7f542a;
}



/* ページエンド */

#pageend { 
	width: 950px;
	clear: both;
	color: #333;
	font-size: 11px;
	background: #c2c2c2 url(../img/pageend.gif);
	margin: 0px;
	padding: 0px;
	height: 35px;
	position: relative;
}
