@charset "shift_jis";
@import url("./css/tables.css");
@import url("./css/commonstyles.css");
/*
==================================================
スタイルの初期化
==================================================
*/
*{
    margin: 0;
    padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
div, p, h1, h2, h3, h4, h5, h6 {
    _zoom: 1;
    display: block;
    text-align: left;
}
img {
    border: 0;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*
==================================================
基本スタイル
==================================================
*/
body {
    background-color: #FFFFFF;
    color: #313131;
    font-size: 13px;
    line-height: 180%;
    text-align: center;
}
h1, h2, h3, h4, h5, h6, .title, dt {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 700;
}
.clear {
    clear: both;
    font-size: 1px;
}
/* リスト
==================================================
*/
ul {
    list-style: none url(img/li.png) outside;
	padding: 10px 20px;
}
ol {
    list-style-type: decimal;
    padding: 10px 24px;
}
/* リンク
==================================================
*/
a { color: #14509E; }
a:hover {
	color: #14509E;
	text-decoration: none;
}
a:hover img {
    background: none !important;
}
a img { background: none !important; }
#main a:hover, #menu a:hover, #rmenu a:hover {
    left: 1px;
    position: relative;
    top: 1px;
}
/*
==================================================
全体
==================================================
*/
/* レイアウト
==================================================
*/
#bg {
/*	background-image: url(img/head_shadow.png);
	background-position: left 404px;
	background-repeat: repeat-x;*/
}
#wrapper {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
/*	background-image: url(img/ghead_bg.png);
	background-position: left top;
	background-repeat: repeat-x;*/
	zoom: 1;
}
#wrapper .inner {
	margin: 0 auto;
	zoom: 1;
}
#contents {
	position: relative;
	width: 930px;
	margin: 0px auto 0px auto;
	padding-top: 421px;
	zoom: 1;
}
#contents_inner {
	padding: 0px 15px 60px 15px;
	zoom: 1;
}
#layoutbox {
	padding-bottom: 0px;
	zoom: 1;
}
#siteNavi {
	font-size: 12px;
	padding: 5px 5px 10px 10px;
}
/* ページ上部へ戻る
==================================================
*/
#pagetop {
	clear: both;
	position: absolute;
	bottom: -1px;
	right: 0px;
	z-index: 5;
}
#pagetop a {
	display: block;
	width: 179px;
	height: 24px;
	margin: 0px 0px 0px auto;
	background-image:url(img/pagetop_btn.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-indent: -9999px;
}
/* 検索ボックス
==================================================
*/
#searchbox {
	position: absolute;
	z-index: 2;
	top: 38px;
	right: 0px;
	width: 100%;
}
#searchbox_inner {
	width: 900px;
 	margin: 0px auto 0px auto;
}
#searchbox form {
	position: relative;
 	margin: 0px 0px 0px auto;
	width: 233px;
	height: 24px;
	text-align: right;
}
#searchbox .skwd {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 160px;
	height: 23px;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 1px;
	border: 0px solid #CCCCCC;
	background-image:url(img/search_input.png);
	background-position:left center;
	background-repeat:no-repeat;
	font-size: 12px;
	line-height:23px;
}
#searchbox .button {
	position: absolute;
	top: 0px;
	right: 0px;
	border: 0;
}

#footsearchbox {
	width: 848px;
  padding: 24px 26px 0px 26px;
}
#footsearchbox_inner {
}
#footsearchbox form {
	position: relative;
 	margin: 0px 3px 0px auto;
	width: 229px;
	height: 43px;
	background-image:url(img/search_bg.png);
	background-position:left center;
	background-repeat:no-repeat;
	font-size: 12px;
	text-align: right;
}
#footsearchbox .skwd {
	position: absolute;
	top: 4px;
	left: 0px;
	z-index: 10;
	width: 193px;
	height: 26px;
	border: 0px solid #CCCCCC;
	padding-left: 5px;
	background-color: #FFFFFF;
	line-height:26px;
}
#footsearchbox .button {
	position: absolute;
	top: 4px;
	right: 0px;
	border: 0;
	background-color:#FFCCCC;
}
/* 回り込み・回り込み解除
==================================================
*/
.center {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}
.float-l {
	display: inline;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #E5E5E5;
}
.float-l img {
	margin: 2px;
}
.float-r {
	display: inline;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #E5E5E5;
}
.float-r img {
	margin: 2px;
}

.clear, .FloatEnd { clear: both; }
/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 127px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(img/ghead_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	zoom:1;
}
#top_inner {
	position: relative;
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	zoom:1;
}
#top h1 {
	display: block;
	position: relative;
	top: 20px;
	left: 0px;
	width: 245px;
}
#top h1 a,#top h1 a:hover{
	font-size:28px;
	text-decoration:none;
	font-weight: 700;
}
#users_title {
	display: block;
	position: absolute;
	top: 18px;
	left: 245px;
	width: 245px;
	height: 46px;
	padding: 0px 0px 0px 30px;
	background-image: url(img/logo_line.png);
	background-position: left top;
	background-repeat: no-repeat;
	line-height:46px;
	color: #AFADAE;
	font-weight: 700;
	text-shadow: 0 1px 1px #FFFFFF;
}
/* ヘッダー
==================================================
*/
#headbox {
	position: absolute;
	top: 124px;
	left: 0px;
	z-index: 1;
	height: 275px;
	width: 100%;
	background-image: url(img/head_shadow.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#headbox_inner {
	position: relative;
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
#headbox_title {
	height: 261px;
	background-image: url(img/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#headbox_title .title {
	position: absolute;
	top: 80px;
	left: 65px;
	width: 600px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
}
#headbox_title .title a {
	color: #333333;
	text-decoration: none;
}
#headbox_title .desc {
	position: absolute;
	top: 160px;
	left: 65px;
	width: 400px;
	font-size: 14px;
	line-height: 1.2;
}
/* トップメニュー1
==================================================
*/
#topmenu1 {
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
	width: 900px;
	margin: 0px 0px 0px -450px;
}
#topmenu1_inner {
	float:right;
	margin: 0px 0px 0px auto;
}
#topmenu1 ul {
	float:right;
	list-style-type: none;
}
#topmenu1 ul li {
	display:block;
	float:left;
}
#topmenu1 ul li a {
	display:block;
}

/* トップメニュー2
==================================================
*/
#topmenu2 {
	position: absolute;
	top: 88px;
	left: 50%;
	z-index: 2;
	width: 900px;
	margin: 0px 0px 0px -450px;
}
#topmenu2_inner {
	margin: 0px 0px 0px auto;
}
#topmenu2 ul {
	float:right;
	list-style-type: none;
	background-image: url(img/topmenu_line.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#topmenu2 ul li {
	display:block;
	float:left;
	background-image: url(img/topmenu_line.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#topmenu2 ul li a {
	display: block;
	width: 180px;
	padding: 5px 0px 5px 0px;
	color: #EEEEEE;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 1px #000000;
}
#topmenu2 ul li a strong {
}
#topmenu2 ul li a:hover,
#topmenu2 ul li a:active {
	font-weight: 700;
}

/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main {
	float: right;
	width: 630px;
	padding: 0px 0px 0px 20px;
}
#main_inner {
	padding: 0px 0px 0px 0px;
}
#main #text1,
#main #text2,
#main #text3,
#main #text4,
#main #text5,
#main #text6,
#main #text7,
#main #text8,
#main #text9,
#main #text10 {
	position: relative;
	background-color: #FFFFFF;
	padding: 15px 10px 15px 10px;
	margin-bottom:10px;
}
/* 見出し
==================================================
*/
#main h2 {
	position: relative;
	z-index: 10;
	margin: 0px 0px 0px 0px;
	background-color: #18825E;
	background-image: url(img/h_bg_middle.png);
	background-position: left top;
	background-repeat: repeat-x;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	zoom: 1;/*for IE*/
}
#main h2 span {
	display: block;
	background-image: url(img/h_bg_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	zoom: 1;/*for IE*/
}
#main h2 span span {
	padding: 14px 0px 14px 20px;
	background-image: url(img/h_bg_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	zoom: 1;/*for IE*/
}
#main h3 {
	position: relative;
	z-index: 10;
	margin: 0px 0px 0px 0px;
	background-color: #18825E;
	background-image: url(img/h_bg_middle.png);
	background-position: left top;
	background-repeat: repeat-x;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	zoom: 1;/*for IE*/
}
#main h3 span {
	display: block;
	background-image: url(img/h_bg_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	zoom: 1;/*for IE*/
}
#main h3 span span {
	padding: 14px 0px 14px 20px;
	background-image: url(img/h_bg_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	zoom: 1;/*for IE*/
}
#main h4 {
	clear: both;
	margin: 20px 0px 12px 0px;
	padding: 0px 0px 0px 3px;
	background-image: url(img/h4_bg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	overflow: hidden;
	zoom: 1;/*for IE*/
}
#main h4 span {
	display: block;
	background-image: url(img/h4_icon.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 4px 14px 14px 14px;
	color: #050505;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	zoom: 1;/*for IE*/
}
#main h5 {
	margin: 0px auto 2px;
	overflow: hidden;
	zoom: 1;/*for IE*/
}
#main h5 span {
	display: block;
	padding: 5px 10px 5px 24px;
	background-image: url(img/h5_icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #050505;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	zoom: 1;/*for IE*/
}
#main h6 {
	margin: 15px auto 4px;
	overflow: hidden;
	zoom: 1;/*for IE*/
}
#main h6 span {
	display: block;
	padding: 5px 10px 5px 16px;
	background-image: url(img/h6_icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #12332C;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.2;
	zoom: 1;/*for IE*/
}
#main .atn01 {
	margin: 20px 0px 0px 0px;
	padding: 21px 0px 0px 0px;
	background-image: url(img/atn_01.png);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	zoom: 1;/*for IE*/
}
#main .atn01 span {
	display: block;
	padding: 15px 20px 15px 20px;
	background-color: #FAFAFA;
	-webkit-box-shadow:inset 0px 2px 8px 0px #CCCCCC;
	-moz-box-shadow:inset 0px 2px 8px 0px #CCCCCC;
	box-shadow:inset 0px 2px 8px 0px #CCCCCC;
	color: #777777;
}
#main .atn02 {
	margin: 20px 0px 0px 0px;
	padding: 15px 18px 15px 18px;
	background-color: #FAFAFA;
	-webkit-box-shadow:inset 0px 2px 8px 0px #CCCCCC;
	-moz-box-shadow:inset 0px 2px 8px 0px #CCCCCC;
	box-shadow:inset 0px 2px 8px 0px #CCCCCC;
	overflow: hidden;
	zoom: 1;/*for IE*/
}
#main .atn02 span {
	display: block;
	padding: 0px 0px 0px 35px;
	background-image: url(img/atn_02.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #BD2A32;
}
#main .atn03 {
	display: clear;
	margin: 40px 0px 40px 0px;
	-webkit-box-shadow:inset 1px 1px 9px 0px #333333;
	-moz-box-shadow:inset 1px 1px 9px 0px #333333;
	box-shadow:inset 1px 1px 9px 0px #333333;
}
#main #main_inner .atn03 .atn-title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(img/attention_middle.png);
	background-position: left top;
	background-repeat: repeat-x;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	zoom: 1;/*for IE*/
}
#main #main_inner .atn-title span {
	display: block;
	background-image: url(img/attention_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	zoom: 1;/*for IE*/
}
#main #main_inner .atn-title span span {
	padding: 13px 0px 12px 60px;
	background-image: url(img/attention_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	zoom: 1;/*for IE*/
}
#main #main_inner .atn-text {
	margin: 0px 0px 0px 0px;
	padding: 15px 30px 15px 30px;
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	background-color: #FAFAFA;
	color: #9C6970;
}
#main .download-btn01 {
	margin: 20px 0px 20px 0px;
	text-align: center;
	overflow: hidden;
	zoom: 1;/*for IE*/
}
/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu {
	float: left;
	width: 250px;
	background-image: url(img/sidemenu_line.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#menu_inner {
	width: 230px;
}
#menu .rankbox {
	margin-bottom: 15px;
	padding: 10px 15px 10px 15px;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 1.5;
}
.menubox {
	margin: 0 0 20px;
	padding: 0;
}
.menulist {
	zoom:1;
	background-color:#FAFAFA;
}
.menulist ul {
	padding: 6px 0px 6px 15px;
}
.menulist ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 1px 0px;
	font-size: 13px;
	line-height: 1.4;
	zoom: 1;
}
.menulist li a {
	display: block;
	padding: 8px 5px 8px 22px;
	background-image: url(img/foot_menu_icon.png);
	background-position: 5px 12px;
	background-repeat: no-repeat;
	font-weight:bold;
	text-decoration: none;
}
.menulist .l2 a {
	font-size: 12px;
	padding-left: 40px;
	background-position: 22px center;
}
.menulist .l3 a {
	font-size: 12px;
	padding-left: 58px;
	background-position: 40px center;
}
#menu1 {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 8px 10px;
}
#menu1 li {
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	zoom: 1;
}
#menu1 li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: none;
	background-position: top center;
	background-repeat: no-repeat;
	font-weight:bold;
	text-decoration: none;
}
#menu1 li img {
	vertical-align: bottom;
}
#menu .menutitle, #rmenu .menutitle {
	background-image: url(img/menu_title_bg_middle.png);
	background-position: left top;
	background-repeat: repeat-x;
}
#menu .menutitle span, #rmenu .menutitle span,
#menu h4 span, #rmenu h4 span {
	display: block;
	background-image: url(img/menu_title_bg_right.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#menu .menutitle span span, #rmenu .menutitle span span,
#menu h4 span span, #rmenu h4 span span {
	display: block;
	background-image: url(img/menu_title_bg_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 10px 10px 8px 20px;
	color:#FFFFFF;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	text-shadow: 0 1px 1px #000000;
}

/* メルマガ
==================================================
*/
.mailmagazine {
	position: relative;
	width:210px;
	height:161px;
	background-image:url(img/mailmagazine_bg.png);
	background-position:left bottom;
	margin: 0px 0px 20px 0px;
}
.mailmagazine label {
	display: block;
	position: absolute;
	top: 54px;
	left: 16px;
}
.mailmagazine #mailInput {
	position: absolute;
	top: 87px;
	left: 24px;
	width: 160px;
	border: 0;
}
.mailmagazine #mailSubmit {
	position: absolute;
	top: 117px;
	left: 17px;
}
/* バナー領域
==================================================
*/
.bannerbox {
  width: 204px;
	margin: 0px auto 15px auto;
	border-bottom: 1px dotted #DDDDDD;
}
.bannerbox li {
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	text-align: center;
	zoom: 1;
}
.bannerbox li a {
	background-image: none;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
.bannerbox li a img {
	vertical-align: bottom;
}
/* 最新記事・アーカイブ
==================================================
*/
#menu ul#newEntry, #rmenu ul#newEntry {
	margin: 0px 6px 0px 6px;
	padding: 10px 8px 4px 8px;
	line-height: 1.4;
	background-color: #F6F6F6;
}
#menu .title, #rmenu .title {
	margin: 0px 7px 0px 7px;
}
#menu .newEntryTitle,
#rmenu .newEntryTitle {
	padding: 4px 4px 0px 4px;
	border: 1px solid #F0F0F0;
	background-color: #FAFAFA;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	behavior: url(/PIE.htc);
	overflow: hidden;
	zoom: 1;
}
#menu .newEntryTitle span,
#rmenu .newEntryTitle span {
	display: block;
	padding: 6px 6px 4px 12px;
	background-color: #888888;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0px 1px 1px #6C8D82;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	behavior: url(/PIE.htc);
}
#newEntry {
	padding: 0px 4px 4px 4px;
	border: 1px solid #F0F0F0;
	background-color: #FAFAFA;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	behavior: url(/PIE.htc);
}
#newEntry ul {
	padding: 0px 4px 0px 4px;
	border-right: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
	background-color: #FFFFFF;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	behavior: url(/PIE.htc);
}
#newEntry ul li {
	padding: 8px 0px 8px 8px;
	border-top: 1px dotted #DFDFDF;
}
#newEntry ul li:first-child {
	border-top: 0;
}
ul#newEntry li {
	list-style-image: none;
	list-style-type: none;
}
#newEntry li .date {
	float: left;
	width: 31px;
	margin: 0px 1em 0px 0px;
	background-image: url(img/icon_new.png);
	background-position: right center;
	background-repeat: no-repeat;
	text-indent: -99999px;
}
#newEntry li a {
	display: block;
	overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */
	text-decoration: underline;
}
#newEntry li a:hover {
	text-decoration: underline;
}
/* 月別アーカイブ */
#menu ul#entryarchive,
#rmenu ul#entryarchive {
	padding: 10px 8px 4px 8px;
	background-color: #F6F6F6;
}
#menu ul#entryarchive li,
#rmenu ul#entryarchive li {
	padding: 0px 4px 8px 12px;
	line-height: 1.4;
}
/*
==================================================
フッター
==================================================
*/
#footer {
	background-color: #F4F4F4;
	z-index: 1;
}
#footer .inner {
}
#footcontents {
	width: 100%;
	padding: 0px 0px 70px 0px;
}
#footlink {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 10px 0px;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	background-color: #ECECEC;
	font-size: 12px;
}
#footlink-inner {
	width: 900px;
	margin: 0px auto 0px auto;
}
#footlink a {
	color: #434343;
	text-decoration: none;
}
#footlink a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
#footlink li {
	float: left;
	width: 185px;
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 12px 0px;
}
#footlink li a {
	padding: 0px 0px 0px 20px;
	background: url(img/foot_menu_icon.png) left center no-repeat;
	font-size: 12px;
	line-height: 1.2;
	text-decoration: none;
}
#footlink2 {
	width: 900px;
	border-top: 1px solid #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 28px 0px 0px 0px;
}
#policy_kiyaku {
	float: left;
	width: 450px;
}
#policy_kiyaku a {
	color: #434343;
}
#copyright {
	float: right;
	width: 450px;
	text-align: right;
}
/*
==================================================
トップページ
==================================================
*/
/* メニュー
==================================================
*/
#mainmenu {
	margin: 0px 0px 10px 0px;
  padding: 4px 4px 4px 4px;
}
#mainmenu ul {
	padding:20px 0px 0px 0px;
	zoom:1;
}
#mainmenu ul li {
	float:left;
	width:216px;
	padding:0px 0px 0px 0px;
	border-left: 1px solid #EEEEEE;
}
#mainmenu ul li:first-child {
	border-left: none;
}
#mainmenu dl {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #FFFFFF;
}
#mainmenu dl dt {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	text-align:center;
}
#mainmenu dl dt img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
}
#mainmenu dl dd.text {
	margin: 0px 0px 0px 0px;
	padding: 0px 12px 5px 12px;
}
#mainmenu dl dd.btn {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
#mainmenu dl dd.btn a {
	display:block;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 22px;
	background-image:url(img/icon_maru_02.png);
	background-position:8px center;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#mainmenu dl dd.btn a:hover,
#mainmenu dl dd.btn a:active {
}
#column1 #mainmenu li {
	width: 296px;
}
#column1 #mainmenu dl dd.btn a {
	padding: 0px 0px 0px 60px;
	background-position:46px center;
}
#column3 #mainmenu li {
	border-left: none;
}
#column3 #mainmenu li img {
}
/* 更新履歴
==================================================
*/
#whatsnew {
	position: relative;
	margin-bottom: 20px;
	padding: 4px 4px 4px 4px;
	border: 1px solid #DBE1DF;
	background-color: #F2F2F2;
	zoom: 1;/*for IE*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.htc);
}
#whatsnew .title {
	margin: 0px 0px 0px 0px;
	background-image: url(img/whatsnew_bg_middle.png);
	background-position: left top;
	background-repeat: repeat;
}
#whatsnew .title span {
	display: block;
	background-image: url(img/whatsnew_title.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#whatsnew .title span span {
	padding: 12px 15px 8px 40px;
	background-image: url(img/whatsnew_bg_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	color:#FAFEFD;
	font-weight: bold;
	font-size:13px;
	line-height:1.2;
	text-shadow: 0 1px 1px #666666;
}

#whatsnew ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px dotted #E4E4E4;
	font-size:13px;
}
#whatsnew ul li {
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 13px 20px;
	border-top: 1px dotted #DFDFDF;
}
#whatsnew ul li:first-child {
	border-top: 0px dotted #FCFCFC;
}
#whatsnew ul li.odd {
	background-color: #FCFCFC;
}
#whatsnew ul li.even {
	background-color: #FFFFFF;
}
#whatsnew ul li .date {
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	/display: inline; /*for ie5-7*/
	/zoom: 1; /*for ie5-7*/
	margin: 0px 16px 0px 0px;
	padding: 1px 7px 0px 0px;
}
#whatsnew li a {
	text-decoration: underline;
}
/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist {
	position: relative;
	z-index: 1;
	margin: 0px 0px 40px 0px;
}
#categorylist_inner {
}
#categorylist .catbox {
	position: relative;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 4px solid #000000;
	font-size:13px;
	line-height:1.6;
}
#categorylist .catbox .title {
	display: block;
	margin: 0px -25px 0px -25px;
	padding: 0px 0px 20px 0px;
}
#categorylist .catbox .title span {
	display: block;
	padding: 12px 10px 12px 22px;
	border-bottom: 1px solid #D9D9D9;
	background-color: #F9F9F9;
}
#categorylist .catbox .title span a {
	color: #000000;
	font-weight: 700;
	font-size: 14px;
	text-decoration:none;
}
#categorylist .catbox .float-l {
}
#categorylist .catbox .float-r {
}
#categorylist .catbox .body {
	padding: 0px 25px 20px 25px;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	-webkit-box-shadow: #D9D9D9 0px 1px 3px;
	-moz-box-shadow: #D9D9D9 0px 1px 3px;
	box-shadow: #D9D9D9 0px 1px 3px;
	behavior: url(/PIE.htc);
	overflow: hidden;
	zoom: 1;
}
#categorylist .catbox p {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 13px 5px;
}
#categorylist .catbox .more {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 241px;
	height: 50px;
	overflow: hidden;
	zoom: 1;
}
#categorylist .catbox .more a {
	display: block;
	width: 241px;
	height: 50px;
	padding: 5px 0px 0px 0px;
	background-image: url(img/more_btn_01.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 12px;
	text-align:center;
	text-decoration: none;
}

#pagelist {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}
#pagelist li {
	display: inline;
	list-style-type: none;
}
#pagelist a {
	display: inline-block;
	width: 20px;
	padding: 2px 10px;
	background-color: #EBEBEB;
	color: #666666;
	text-align: center;
	text-decoration: none;
}
#pagelist a:hover,
#pagelist a:active {
	background-color: #050505;
	color: #FFFFFF !important;
}
/*
==================================================
エントリーページ
==================================================
*/
#entrylist {
	position: relative;
	z-index: 1;
	margin: 0px 0px 40px 0px;
	padding: 10px 10px 10px 10px;
}
#entrylist h4 {
	margin: 0px 0px 0px 0px;
	border: none;
	background: none;
	font-weight: bold;
	font-size: 18px;
  line-height:1.4;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background: #414141;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#414141), to(#141414));
	background: -webkit-linear-gradient(#414141, #141414);
	background: -moz-linear-gradient(#414141, #141414);
	background: -ms-linear-gradient(#414141, #141414);
	background: -o-linear-gradient(#414141, #141414);
	background: linear-gradient(#414141, #141414);
	-pie-background: linear-gradient(#414141, #141414);
	behavior: url(/PIE.htc);
}
#entrylist h4 span {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:none;
}
#entrylist h4 span span {
	display: block;
	padding: 12px 10px 10px 45px;
	background-image:url(img/entrylist_icon.png);
	background-position:12px center;
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 1.4;
}

#entrylist dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
#entrylist dt {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border-top: 1px dotted #CDCDCD;
}
#entrylist dt:first-child {
	border: 0px dotted #CDCDCD;
}
#entrylist dt span {
}
#entrylist dt a {
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
}
#entrylist dt a:hover {
}
#entrylist dd {
	padding: 8px 0px 10px 10px;
	color: #323232;
	font-size: 13px;
	line-height: 1.4;
}
#pagemenu {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
#pagemenu span a {
	font-size: 14px;
	font-weight: 700;
	margin-left: 10px;
	margin-right: 10px;
	width: 150px;
}

/*
==================================================
エントリーページ
==================================================
*/
#question {
	position: relative;
	z-index: 1;
	margin: 0px 0px 40px 0px;
	padding: 10px 10px 10px 10px;
}
#question h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 18px;
  line-height:1.4;
  border: 1px solid #D9D9D9;
	-webkit-box-shadow: #D9D9D9 0px 1px 3px;
	-moz-box-shadow: #D9D9D9 0px 1px 3px;
	box-shadow: #D9D9D9 0px 1px 3px;
	background: #F5F5F5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F5F5F5));
	background: -webkit-linear-gradient(#FFFFFF, #F5F5F5);
	background: -moz-linear-gradient(#FFFFFF, #F5F5F5);
	background: -ms-linear-gradient(#FFFFFF, #F5F5F5);
	background: -o-linear-gradient(#FFFFFF, #F5F5F5);
	background: linear-gradient(#FFFFFF, #F5F5F5);
	-pie-background: linear-gradient(#FFFFFF, #F5F5F5);
	behavior: url(/PIE.htc);
}
#question h4 span {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border: 1px solid #FFFFFF;
	background:none;
}
#question h4 span span {
	display: block;
	padding: 6px 10px 3px 16px;
	background-image:url(img/question_icon.png);
	background-position:left center;
	background-repeat:no-repeat;
	border: none;
	color: #050505;
	font-weight: 700;
	line-height: 1.4;
}
#question dl {
	margin: 25px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	color: #666666;
}
#question dt {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 45px;
	background-image:url(img/question_mark.png);
	background-position:5px center;
	background-repeat:no-repeat;
	font-weight: normal;
}
#question dd p {
	padding: 10px 20px 10px 20px;
	border: 1px solid #DFDFDF;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	behavior: url(/PIE.htc);
}
#question dd .arrow {
	position: relative;
	top: 2px;
	left: 13px;
	z-index: 1;
}

/*
==================================================
サイトマップ
==================================================
*/
#sitemaps {
	position: relative;
	z-index: 1;
	margin: 0px 0px 40px 0px;
	padding: 8px 10px 10px 10px;
	background-color:#F6F6F6;
}
#sitemaps ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	behavior: url(/PIE.htc);
}
#sitemaps li {
	list-style-image: none;
	list-style-type: none;
	padding-left: 17px;
}
#sitemaps .l1 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 14px;
}
#sitemaps .l2 {
	background-image: url(img/foot_menu_icon.png);
	background-position: 0px center;
	background-repeat: no-repeat;
	font-size: 12px;
	margin-top: 8px;
	margin-left: 18px;
}
#sitemaps .l3 {
	background-image: url(img/foot_menu_icon.png);
	background-position: 0px center;
	background-repeat: no-repeat;
	font-size: 12px;
	margin-top: 6px;
	margin-left: 48px;
}
/*
==================================================
フリースペース
==================================================
*/
#space1, #space2 { margin-bottom: 15px }
#space3, #space4, #space5, #space6 {
	margin: 0px 0px 0px 0px;  
	padding: 10px 10px 10px 10px;
	font-size:13px;
	line-height: 1.4;
	background: #FAFAFA;
}
#menu .freetitle, #rmenu .freetitle {
    margin: 0px 7px 0px 7px;
}
/*
==================================================
ブログモード
==================================================
*/
#bloglist {
	position: relative;
	margin-bottom: 20px;
	border-right: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	padding: 24px 18px 18px 18px;
}
.blog {
	margin: 0px 0px 30px 0px;
	zoom:1;
}
.blog .thumb {
	float: left;
	margin-right: 15px;
}
.blog .thumb img {
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
}
.blog .title {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.4;
}
.blog .title a {
	text-decoration: none;
}
.blog .info {
	margin-bottom: 5px;
	color: #666;
}
.blog .body {
	overflow: hidden;
	line-height: 1.5;
}
.blog .more {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
}
/*
==================================================
サイト内検索
==================================================
*/
#searchresult {
	position: relative;
	z-index: 1;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}
#searchresult dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	background-color: #FAFAFA;
	border-right: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
#searchresult dt {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 5px;
	border-top: 1px dotted #CCCCCC;
}
#searchresult dt:first-child {
	border: 0px dotted #CCCCCC;
}
#searchresult dt span {
}
#searchresult dt a {
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	/display: inline; /*for ie5-7*/
	/zoom: 1; /*for ie5-7*/
	padding:0px 15px 0px 28px;
	background-color: #595959;
	background-image:url(img/searchresult_item_title.png);
	background-position:13px center;
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
}
#searchresult dt a:hover {
}
#searchresult dd {
	padding: 8px 0px 10px 10px;
	color: #323232;
	font-size: 13px;
	line-height: 1.4;
}
/*
==================================================
ポイント
==================================================
*/
#main .pointbox {
	position: relative;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #EEEEEE;
	background-color: #FAFAFA;
}

#main .pointbox p {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 90px;
	background-position: left center;
	background-repeat: no-repeat;
	color:#363636;
	font-size: 13px;
	line-height: 1.6;
}
/*
==================================================
ランキング
==================================================
*/
/* メインコンテンツ用ランキング
==================================================
*/
#ranking {
	position: relative;
	z-index: 1;
	margin: 0px 0px 40px 0px;
	background-color: #FFFFFF;
}
#main .rank1,#main .rank2,#main .rank3,
#main .rank4,#main .rank5,#main .rank6,
#main .rank7,#main .rank8,#main .rank9,#main .rank10 {
	position: absolute;
	top: 5px;
	left:5px;
	z-index: 10;
	width: 42px;
	height: 42px;
	background-position: left top;
	background-repeat: no-repeat;
}
#main .rank1 {
background-image:url(img/rank_01.png);
}
#main .rank2 {
background-image:url(img/rank_02.png);
}
#main .rank3 {
background-image:url(img/rank_03.png);
}
#main .rank4 {
background-image:url(img/rank_04.png);
}
#main .rank5 {
background-image:url(img/rank_05.png);
}
#main .rank6 {
background-image:url(img/rank_06.png);
}
#main .rank7 {
background-image:url(img/rank_07.png);
}
#main .rank8 {
background-image:url(img/rank_08.png);
}
#main .rank9 {
background-image:url(img/rank_09.png);
}
#main .rank10 {
background-image:url(img/rank_10.png);
}
#main .rankbox {
	position: relative;
	overflow: hidden;
	zoom: 1;
/*	min-height:230px;
	height:auto !important;
	height:230px;*/
	margin: 40px 0px 10px 0px;
	padding: 20px 0px 0px 0px;
	font-size:13px;
	line-height:1.6;
	background-color: #E2EEE2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E2EEE2));
	background: -webkit-linear-gradient(#FFFFFF, #E2EEE2);
	background: -moz-linear-gradient(#FFFFFF, #E2EEE2);
	background: -ms-linear-gradient(#FFFFFF, #E2EEE2);
	background: -o-linear-gradient(#FFFFFF, #E2EEE2);
	background: linear-gradient(#FFFFFF, #E2EEE2);
	-pie-background: linear-gradient(#FFFFFF, #E2EEE2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
}
#main .rankbox .float-l {
/*	position: absolute;
	top: 15px;
	left: 20px;*/
	margin: 0px 0px 0px 20px;
	position: relative;
	z-index: 1;
}
#main .rankbox .float-r {
	margin: 0px 0px 0px 0px;
}
#main .rankbox .float-l img,
#main .rankbox .float-r img {
	border: 1px solid #FFFFFF;
	vertical-align: bottom;
	zoom: 1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/PIE.htc);
}
#main .rankbox .body {
	zoom: 1;
}
#main .rankbox .title {
	overflow: hidden;
	zoom: 1;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 14px;
}
#main .rankbox .title span{
	display: block;
	padding: 2px 10px 2px 10px;
	border-left: 4px solid #54A652;
	font-weight: 700;
	font-size: 18px;
}
#main .rankbox p {
	overflow: hidden;
	zoom: 1;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 10px 14px;
}
#main .rankbox .more {
	display: block;
	padding: 10px 0px 20px 0px;
}
#main .rankbox .more a {
	display: block;
	width: 130px;
	height: 23px;
	margin: 0px 0px 0px 50px;
	padding: 5px 0px 0px 0px;
	background-image: url(img/more_btn_01.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 12px;
	text-align:center;
	text-decoration: none;
}
#main .rankbox .more a:hover,
#main .rankbox .more a:active {
}
/* メニュー用ランキング
==================================================
*/
#menu .rank1,#menu .rank2,#menu .rank3,#menu .rank4,#menu .rank5{
	padding: 8px 0px 8px 0px;
	background-repeat: no-repeat;
	color: #050505;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
}
/*
#menu .rank1 { background-image: url(img/rank_01_mini.png) }
#menu .rank2 { background-image: url(img/rank_02_mini.png) }
#menu .rank3 { background-image: url(img/rank_03_mini.png) }
*/
/*
==================================================
１カラムレイアウト
==================================================
*/
#column1 {
	margin: 0px 0px 0px 0px;
}
#column1 #menu, #column1 #main {
	float: none;
	width: auto;
}
#column1 #menu {
	padding: 10px 0px 0px 0px;
	background: none;
}
#column1 #menu_inner {
	width: auto;
	padding: 0px 0px 0px 0px;
	border: none;
	background:none;
}
#column1 #menu .menutitle,
#column1 #rmenu .menutitle {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:none;
	border-bottom:1px solid #666666;
}
#column1 #menu .menutitle span,
#column1 #rmenu .menutitle span {
	background:none;
}
#column1 #menu .menutitle span span,
#column1 #rmenu .menutitle span span {
	padding: 5px 0px 5px 5px;
	background:none;
	color: #333333;
	text-shadow: none;
}
#column1 #menu .menulist {
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 10px;
}
#column1 #menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#column1 #menu li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}
#column1 #menu li a , #column1 #menu #newEntry li a {
	display: inline;
	margin: 0;
	border: none;
	background: none;
	font-weight: 700;
	text-decoration: underline;
}
#column1 #menu li a, #column1 #menu li.l2 a, #column1 #menu li.l3 a {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*
==================================================
２カラムレイアウト
==================================================
*/
#column2 {
	margin: 0px 0px 0px 0px;
}

/*
==================================================
３カラムレイアウト
==================================================
*/
#column3 {
	margin: 0px 0px 0px 0px;
}
#column3 #layoutbox {
	display: inline;
	float: left;
	width: 720px;
}
#column3 #main {
	display: inline;
	float: right;
	width: 470px;
	padding: 0px 10px 0px 0px;
}
#column3 #rmenu {
	float: right;
	width: 180px;
}
#column3 #menu {
	width: 230px;
	background: none;
}
/*
==================================================
レイアウト切り替え用スタイル(後で削除)
==================================================
*/
#column1 #rmenu, #column2 #rmenu,
#column1 #space3, #column1 #space4,
#column1 .bannerbox, #column1 #submenu,
#column1 .mailmagazine, #column1 .freetitle,
#column1 .newEntryTitle, #column1 #newEntry {
 display: none;
}
body{
}
#header{ height: 260px; }
#headerbox {height:260px; }
#header h2 ,#header .title {

}
#header h2 a, #header h2 a:visited,#header .title a,#header .title a:visited{}
#headertext {

}
#main{ float: right; }
#column2 #menu,#column3 #menu{ float: left; }
#column3 #rmenu { float: right; }
#column3 #layoutbox { float: left; }
#column3 #main { float: right; }
/*
#wrapper{}
#topmenu{}
#threebox{}
#main{}
#menu{}
#rmenu{}
*/
.point1,.point2,.point3,.point4,.point5 ,.point6 ,.point7 ,.point8 ,.point9 ,.point10 {
	background-repeat: no-repeat;
	padding-left: 55px;
	font-size: 20px;
	line-height:22px;
	margin-top: 10px;
	padding-top: 14px;
	margin-bottom: 10px;
	border:none;
	height:auto;
	color: #3F3F3F;
	background-position: 6px top;
	clear: both;
	min-height:40px;
}
.point1 { background-image: url(img/point1.png) }
.point2 { background-image: url(img/point2.png) }
.point3 { background-image: url(img/point3.png) }
.point4 { background-image: url(img/point4.png) }
.point5 { background-image: url(img/point5.png) }
.point6 { background-image: url(img/point6.png) }
.point7 { background-image: url(img/point7.png) }
.point8 { background-image: url(img/point8.png) }
.point9 { background-image: url(img/point9.png) }
.point10 { background-image: url(img/point10.png) }
#main .checkbox1{
	padding:6px 8px;	
}

#main .checkbox1 li{
			min-height:18px;
		padding-top:5px;
		padding-left:26px;
		padding-bottom:2px;
		line-height:140%;
		margin-bottom:6px;
		background-image:url(./img/checkbox01.png);
		background-position:top 3px;
		font-weight:bold;
		background-repeat:no-repeat;
}