@charset "utf-8";

/*
===== CONTENTS =====

	Title:theme.css
	Last-updated: 2009/06/16
	Auther:colletomo
	Outline:サイト独自デザイン
====================
*/


/* ----------------------------------------------------
 共通
----------------------------------------------------*/
section {
	margin-bottom:40px;
}

em.red{
	font-style:normal;
	/*font-weight:bold;*/
	color:#F76D00;
}

a.pdf{
	background:url(../imgs/shared/icn_pdf.gif) no-repeat 100% 50%;
	padding-right:2em;
}

.center {
	text-align:center;
}

p.notes {
	background:url(../imgs/shared/icon_notes.png) left center no-repeat;
	font-size:12px;
	line-height:1.5;
	padding:0 0 0 16px;
}

.two-tone {
	background:#FFF;
	border:#F76F00 solid 2px;
	border-radius:4px;
	padding:0;
}

.two-tone p.tone1 {
	background:#F76F00;
	margin:0;
	color:#FFF;
	font-size:14px;
	display:block;
	float:left;
	padding: 10px 20px 6px 20px;
    letter-spacing: 1px;
	font-weight:bold;
}

.two-tone p.tone2 {
	padding: 10px 20px 6px 20px;
    letter-spacing: 1px;
	font-size:14px;
	color:#F76F00;
	font-weight:bold;
	display:inline-block;
}

.check {
	background:url(../imgs/shared/icon_check.png) left center no-repeat;
	padding:5px 0 0 24px;
	font-weight:bold;
}


/* ----------------------------------------------------
 リンク文字色
----------------------------------------------------*/
a {text-decoration:none;}
a:link {color:#F76D00; text-decoration:none;}
a:visited {color:#a6a; text-decoration:none;}
a:hover {color:#c03; text-decoration:underline;}
a:active {color:#c00; text-decoration:none;}
a.nolink:hover {color:#999; text-decoration:none;}
a.nolink {color:#999; text-decoration:none;}
a.nolink:visited {color:#999; text-decoration:none;}




/* ----------------------------------------------------
 テーブル
----------------------------------------------------*/
table.layout-default{
	background:#ccc;
}

table.layout-default td{
	background:#fff;
}

table.layout-default th{
	background:#e2e2e2;
	font-weight:bold;
}


#news article p {margin-bottom: 1em;}