@charset "utf-8";
/*このファイルは公開サイトの全ページで読み込まれます*/


@import "base.css";
@import "sitedesign.css";
@import "contents.css";
@import "blog.css";


h1
{
	line-height:44px;
	background-image:url(../images/page_title.gif);
	background-repeat:no-repeat;
	padding:0 0 0 40px;
	margin:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#003300;
	clear:both;
}

h2
{
	line-height:30px;
	background-image:url(../images/page_title_sub.gif);
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	margin:0.5em 0 0 0.5em;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#003300;
	clear:both;
}

h3
{
	height:24px;
	background-image:url(../images/bar_green2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#003300;
	text-align:left;
	padding-top:20px;
	padding-left:24px;
	clear:both;
}

h4 {
	background-image:url(../images/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:20px;
	margin:0;
	padding-top:10px;
	padding-left:25px;
	padding-bottom:10px;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#003300;
	clear:both;
}


.sub-content,
.section p {
	padding:5px 0 5px 0;
	margin: 0 2em;
}

ul {
	list-style-position: outside;
	list-style-image:url(../images/maru.gif);
	list-style-type: none;
}
ul li {
	margin: 0 0 0 16px;
}

dl {
}
dl dt {
	background-image:url(../images/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	line-height:20px;
	margin:0.5em 0 0 0;
	padding: 0 0 0 25px;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#003300;
	clear:both;
}
dl dd {
	margin:0;
	padding:0px 10px 20px 20px;
	background-image: url(../images/func_bar.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

img {
	border:0 solid black;
}

img.thumbnail {
	border:1px solid black;
}

.conductor_l {
	display:block;
	width:190px;
	height:28px;
	line-height: 28px;
	margin: 0.5em;
	padding:0;
	text-indent: 2em;
	font-size:14px;
	font-weight:bold;
	background-image:url(../images/case_button.gif);
	background-repeat:no-repeat;
}
.conductor_l a {
	display: block;
	width:190px;
	height:28px;
	color: #ffffff;
}
.conductor_l a {
	display: block;
	width:190px;
	height:28px;
}

.conductor_l a:link,
.conductor_l a:visited {
	color: #ffffff;
	text-decoration:none;
}
.conductor_l a:hover,
.conductor_l a:active {
	color:#CCCC99;
	color:#99CC99;
	text-decoration:underline
}


ul.conductor_s li {
	background-image:url(../images/link_icon.gif);
	background-repeat:no-repeat;
	background-position: 2px center;
	background-color: #ccffcc;
	list-style: none none outside;
	margin: 2px 0.5em;
	padding: 3px 2px 2px 14px;
}
a.conductor_s {
	background-image:url(../images/link_icon.gif);
	background-repeat:no-repeat;
	background-position: 2px center;
	background-color: #ccffcc;
	margin: 4px;
	padding: 3px 2px 2px 14px;
}

/* Earth icon is not useful...
a.external_link {
	background-image:url(../images/earth_g.gif);
	background-repeat:no-repeat;
	background-position: left center;
	padding: 0 0 0 11px;
	margin: 0;
}
*/

.right {
	float: right;
}

.content-desc {
	margin: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.5em;
	width: 80%;
	color: #444;
	border-color: #bbddbb;
	border-style: double;
	border-width: 0 8px;
}
.content-menu {
	list-style-image: url(../images/arrow2.gif) !important;
	list-style-position: outside;
}

.clear {
	clear: both;
}

.em-customize {
	font-size: 18px;
	font-weight: bold;
	color: rgb(0, 51, 0);
}