* {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	/*font-family:Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;*/
	font-family:Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	border-collapse: collapse;
}

a:link { color: #006633; text-decoration: none; font-weight: bold; }
a:visited { color: #006633; text-decoration: none; font-weight: bold; }
a:hover {color: #00CC33; font-weight: bold; }
a:active {color: #00CC33; font-weight: bold; }
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

html {
	overflow-y:scroll;
	font-size:62.5%;
}
img,fieldset {
	border:0;
}
.clear {
	clear:both;
}
.clearfix:after {
	content: url(../img/common/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body {
	background-color: #FFFFFF;
	width: 620px;
	font-size:100%;
	line-height:1.5;
	margin-top: 0px;
	margin-left: 0px;
	background: #FFFFFF url(../img/common/shadow_under.gif) repeat-y;
}
#main {
	width: 620px;
	margin-left: 30px;
	margin-top: 10px;
	text-align: left;
}
#right {
	float: right;
	width: 390px;
}
#left {
	float: left;
	width: 220px;
	word-break: break-all;
	white-space: normal;
}
#left .effect {
	font-size: 1em;
	line-height: 150%;
	color: #006633;
	margin: 0px 0px 15px;
}
#left img {
	margin: 0px 0px 10px;
}
.block img {
	margin: 0px 10px 0px 0px;
	padding: 5px;
	float: left;
	border: 1px solid #CCCCCC;
}

/* 文字 */
h3 {
	font-size: 1.6em;
	line-height: 200%;
	font-weight: bold;
	color: #6666CC;
	margin: 0px 0px 15px;
	background: url(../img/common/h3_line.gif) repeat-x;
}
h4 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 150%;
}
p {
	font-size: 1.2em;
	line-height: 180%;
}
.title {
	font-weight: bold;
	color: #003399;
	margin: 15px 0px 0px;
}
.attention {
	font-weight: bold;
	color: #FF3333;
	font-size: 1.4em;
	line-height: 150%;
}
.heading {
	font-weight: bold;
}

/* 詳細ページ項目用テーブル */
.entry {
	margin: 15px 0px 15px 15px;
}
.entry th {
	font-size: 1.2em;
	font-weight: bold;
	background: url(../img/common/arrow.gif) no-repeat 0px 8px;
	padding: 5px 10px 5px 15px;
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px dotted #CCCCCC;
}
.entry td {
	font-size: 1.2em;
	padding: 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
}

th a:link {	color: #99FFFF;	text-decoration: underline;	}
th a:visited {	color: #99FFFF;	text-decoration: underline;	}
th a:hover { color: #FFFFFF; }
th a:active { color: #FFFFFF; }

/* その他のテーブル */
.other {
	width: 100%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 10px 0px;
}
.other th {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699FF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}
.other td {
	font-size: 1.2em;
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.other .td_back {
	background-color: #FFFFCC;
}

/* テーブル　クラス指定で交互に色付け
---------------------------------------------------- */
tr.oddline {
	background-color:#eeeeee;
}

/* 一覧ページ
---------------------------------------------------- */
.list table {
	border: 1px solid #ffffff;
	width: 100%;
	margin: 10px 0px;
}
.list th {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699FF;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}
.list td {
	border-right: 1px dotted #cccccc;
	border-bottom: 1px solid #ffffff;
	font-size: 1.2em;
	padding: 5px;
}
.list .td_back {
	border-bottom: 1px dotted #999999;
}
.list img {
	margin: 0px 10px 0px 0px;
	padding: 5px;
	float: left;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.list .td_back {
	background-color: #FFFFCC;
}
.td_back h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #6666CC;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
}

