@chareset "Shift_JIS";

@import "common.css";
@import "advanced.css";

/* ξ{έθ
----------------------------------------------- */

* {
	margin	: 0;
	padding	: 0;
}

body {
	font-family	: CI,"qMmpSProW3","Horagino kaku Gothic Pro W3","MS PSVbN",Osaka,sans-serif;
	color		: #000;
	font-size	: 11px;
	background	: url("img/back.gif") ;
	text-align	: center;
}

a {
	color		: #1d3994;
	text-decoration	: none;
}

a:hover {
	color		: #1d3994;
	text-decoration	: underline;
}

a:visited {
	color		: #1d3994;
}

p {
	line-height	: 180%;
}

strong {
	font-weight	: 400;
}

img {
	border	: none;
}

h1,h2,h3,h4,h5,h6 {
	margin	: 0;
	padding	: 0;
}

ul {
	margin		: 0;
	list-style-type	: none;
	font-size	: 10pt;
}


/* layout
----------------------------------------------- */

#wrapper {
	position		: relative;
	width			: 760px;
	margin			: 0 auto;
	padding			: 0;
	background		: url("img/sideline.gif") repeat-y #FFFFFF;
}

#container {
	width			: 704px;
	padding			: 10px 20px;
	text-align		: left;
}
#header {
	height		: 100px;
	margin-bottom	: 20px;
	background	: url("img/header_line.gif") repeat-x bottom;
}

#main {
	clear		: both;
	float		: right;
	width		: 480px;
}

#navi {
	float		: left;
	width		: 200px;
}

#footer {
	clear		: both;
	margin		: 20px 0 0 0;
	padding		: 10px 0 0 0;
	border-top	: solid 1px #D0D0D0;
	text-align	: center;
}

/* header
----------------------------------------------- */

h1 {
	font-size	: 9pt;
	font-weight	: normal;
	text-align	: right;
	color: #333;
}

h1 a {
	color		: #333333;
}

h1 a:hover	{
	color		: #333333;
}

h1 a:visited {
	color		: #333333;
}

.logo {
	width		: 390px;
	margin		: 0;
	padding		: 0;
}

.description {
	padding		: 0 0 20px 100px;
}


/* navi
----------------------------------------------- */

#navi h4 {
	font-size	: 11px;
	font-weight	: 400;
	padding		: 6px 0 3px 25px;
	margin		: 0 0 5px 0;
	background	: url("img/list01.gif") no-repeat left;
	border-bottom	: solid 1px #D0D0D0;
}

.menu ul {
	margin		: 0 0 10px 0;
}

.menu li {
	font-size	: 11px;
	padding		: 6px 0 3px 25px;
	margin		: 0 0 10px 0;
	background	: url("img/list01.gif") no-repeat left;
	border-bottom	: solid 1px #D0D0D0;
}

.submenu ul {
	margin		: 0 0 5px 0;
}

.submenu li {
	font-size	: 11px;
	padding		: 6px 0 3px 20px;
	margin		: 0 0 5px 10px;
	background	: url("img/list02.gif") no-repeat 5px;
	border-bottom	: dashed 1px #D0D0D0;
}

#navi p {
	margin		: 0 0 5px 0;
}


/* footer
----------------------------------------------- */

.copy {
	font-size	: 11px;
	color		: #333333;
	text-align	: center;
}

#footer a {
	color		: #333333;
}

#footer a:hover	{
	color		: #333333;
	text-decoration	: underline;
}


#footer a:visited {
	color		: #333333;
}

/* PR
----------------------------------------------- */

#pr p {
	font-size	: 11px;
	text-align	: right;
}

#pr a {
	color		: #333333;
}

#pr a:hover	{
	color		: #333333;
	text-decoration	: underline;
}

#pr a:visited {
	color		: #333333;
}


/* AdSense
----------------------------------------------- */

.ads {
	margin		: 0 0 20px 0;
}

/* main
----------------------------------------------- */

#main h2 {
	color		: #FFF;
	font-size	: 12pt;
	font-weight	: normal;
	padding		: 2px 0 2px 30px;
	margin		: 0 0 20px 0;
	background	: url("img/subtitle.gif") no-repeat left;
}

#main h3 {
	font-size	: 12pt;
	font-weight	: 400;
	margin		: 0 0 20px 0;
	padding		: 3px 0 2px 30px;
	background	: url("img/list04.gif") no-repeat 3px #F8F8F8;
	border-bottom: dotted 1px #333;
}

#main .info p {
	margin		: 0 0 20px 0;
	font-size	: 11pt;
	line-height	: 200%;
}

#main .info ul {
	margin		: 0 0 20px 0;
	font-size	: 11pt;
	line-height	: 200%;
}

#main .info li {
	padding		: 0 0 0 25px;
	background	: url("img/list03.gif") no-repeat 5px;
}

#main .article a {
	color			: #0000FF;
	font-weight		: bold;
	text-decoration	: underline;
}

#main .article a:hover	{
	color			: #0000FF;
	font-weight		: bold;
	text-decoration	: underline;
}

#main .article a:visited {
	color		: #0000FF;
	font-weight		: bold;
	text-decoration	: underline;
}

#main .article p {
	margin		: 0 0 20px 0;
	font-size	: 11pt;
	line-height	: 200%;
}

#main .num ul {
	margin			: 0 0 20px 60px;
	font-size		: 11pt;
	line-height		: 200%;
	list-style-type	: decimal;
}

#main .article table {
	margin			: 0 0 20px 0;
	font-size		: 11pt;
	line-height		: 200%;
	border-collapse	: collapse;
}

#main .article table.a0 {
	margin			: 30px 0;
}

#main .article td.a1 {
	padding		: 0 20px;
	border		: solid 1px #CCC;
	background	: #F0FFF0;
}

#main .article td.a2 {
	padding		: 0 20px;
	border		: solid 1px #CCC;
	background	: #FFF;
}

#main .risoku table {
	margin		: 20px;
	cellpadding	: 10px;
}

#main .risoku table.b0 {
	background	: #F0F0F0;
}

#main .risoku td {
	padding		: 0 5px;
}

#main .risoku td.b1 {
	padding		: 0 20px;
	border		: solid 1px #CCC;
	background	: #F0FFF0;
}

#main .risoku td.b2 {
	padding		: 0 20px;
	border		: solid 1px #CCC;
	background	: #FFF;
}

#main fieldset {
	margin		: 20px 0;
	padding		: 5px 20px;
}

#main .article p.law {
	margin		: 5px 0 0 0;
	font-size	: 11pt;
	line-height	: 150%;
	text-indent	: 1em;
}

#main .article p.soft {
	margin		: 5px 0 0 0;
	font-size	: 12px;
	line-height	: 180%;
}

#main .article .mail td {
	font-size	: 12px;
}

.pankuzu {
	margin		: 5px 0 20px 0;
}

.back {
	margin-top	: 10px;
	padding-top	: 5px;
	text-align	: right;
	border-top	: dashed 1px #CCC;
}


/* sitemap
----------------------------------------------- */

#main .sitemap ul {
	margin		: 0 0 20px 10px;
	font-size	: 11pt;
	line-height	: 150%;
}

#main .sitemap li {
	padding		: 0 0 0 25px;
}

.tree01 {
	background	: url("img/tree01.gif") no-repeat left;
}

.tree02 {
	background	: url("img/tree02.gif") no-repeat left;
}

/* reference thanks
----------------------------------------------- */

#main .mail h3 {
	margin		: 0 0 10px 0;
	padding		: 0 0 5px 0;
	font-size	: 11px;
	font-weight	: 400;
	background	: none;
	border-bottom	: dashed 1px #CCC;
}

#main .mail p {
	margin		: 0;
	font-size	: 10px;
	color		: #008000;
}

.thanks {
	margin-top	: 50px;
}
	
.thanks p {
	font-size	: 12pt;
	line-height	: 180%;
}
.thanks p img {
	float		: left;
	margin		: 0 20px 10px 0;
}

/* ΆΜό
----------------------------------------------- */

.m1 {
	margin		: 30px 0 40px 0;
	text-align	: center;
}

.m2 {
	margin-top	: 120px;
}

.red {
	color		: #DE1039;
}

