

/* Default ---------------------------------------------------------------- */

body {
	font-family:arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	font-size:100%;
	color:#333333;
	text-align:center;
	background:#ffffff url(../img/bg_header.gif) repeat-x 0 37px;
}

html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,th,td {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
p, ul, ol, dl, table {
	font-size:80%;
	line-height:1.4em;
}
ul {
	list-style-type:none;
}
ol {
	list-style-type:decimal;
	margin-left:2.5em;
}
img {
	border:0;
	display:block;
}

a:link , 
a:visited {
	color:#324c71;
	text-decoration:none;
}
a:hover {
	color:#6589bd;
	text-decoration:underline;
}


/* parts option ---------------------------------------------------------------- */

/* text */

.ri {text-align:right;}
.cen {text-align:center;}

.b {font-weight:bold;}

.red {color:#cc0000;}
.blue {color:#001155;}

p.type1 {
	padding:10px;
	border:solid 1px #999999;
	background:#eeeeee;
}
p.type1 span {
	color:#009900;
}


/* ul/ol list */

ul.type1 {
	list-style-type:disc;
	margin-left:25px;
	margin-bottom:15px;
}

ul.type2 {
	font-weight:bold;
	margin-bottom:15px;
}
ul.type2 li {
	padding:4px 0 3px 25px;
	background:url(../img/icon_03.gif) no-repeat left top;
}

ol.type1 {
	margin-left:25px;
	padding:0;
}
ol.type1 li {
	margin:0 0 10px 0;
	padding:0 0 3px 0;
}
ol.type1 li ul {
	margin:0 200px 0 0;
	padding:3px 10px 3px 10px;
	border:solid 1px #aaaaaa;
	background:#ffffff;
}
ol.type1 li ul li {
	margin:0;
	padding:0;
}
ol.type1 img {
	margin:5px 0;
	border:solid 1px #667799;
}
ol.type1 table {
	font-size:100%;
}


/* dl list */

dl.type1 {
	margin-bottom:10px;
	padding:10px 15px 0 15px;
	background:#eeeeee;
	border:solid 1px #aaaaaa;
}

dl.type1 {
	margin-bottom:10px;
	padding:10px 15px 0 15px;
	background:#eeeeee;
	border:solid 1px #aaaaaa;
}
dl.type1 dt {
	font-weight:bold;
}
dl.type1 dd {
	margin-bottom:10px;
}

dl.type2 {
	margin:0 5px 15px 0;
}
dl.type2 dt {
	font-weight:bold;
	margin-bottom:3px;
	padding-left:18px;
	background:url(../img/icon_02.gif) no-repeat 4px 5px;
	border-bottom:dashed 1px #cccccc;
}
dl.type2 dd {
	margin-bottom:10px;
	padding-left:18px;
}

dl.type3 {
	margin:0 5px 15px 0;
}
dl.type3 dt {
	font-weight:bold;
	margin-bottom:5px;
	padding-left:5px;
	border-bottom:dashed 1px #cccccc;
}
dl.type3 dd {
	margin-bottom:15px;
	padding-left:5px;
}
dl.type3 ul {
	list-style-type:disc;
	font-size:100%;
	margin-left:25px;
	margin-bottom:5px;
}

dl.type4 {
}
dl.type4 dt {
	font-weight:bold;
	margin:0 0 0 0;
	padding:3px 0 3px 28px;
	background:#ffffff url(../img/icon_05.gif) no-repeat left top;
}
dl.type4 dt.cell1 {
	margin:5px 0 0 20px;
}
dl.type4 dd {
	margin:0 0 0 20px;
	padding:0;
}
dl.type4 dd.cell1 {
	margin:0 0 0 40px;
}
dl.type4 ul {
	font-size:100%;
	list-style-type:disc;
	margin:0 25px;
}

dl.type5 {
	margin:0 5px 15px 1px;
}
dl.type5 dt {
	color:#003366;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:1px 0 0 15px;
	background:#ffffff url(../img/icon_01.gif) no-repeat 5px 4px;
	border-top:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-bottom:solid 1px #224477;
	border-right:solid 1px #224477;
}
dl.type5 dd {
	margin:3px 0 0 15px;
}

dl.type6 {
	margin:0 5px 15px 1px;
}
dl.type6 dt {
	width:8em;
	font-weight:bold;
	float:left;
}
dl.type6 dd {
	margin-bottom:5px;
	padding-left:8em;
	padding-bottom:2px;
	border-bottom:dashed 1px #cccccc;
}


/* table */

table.type1 {
	font-size:100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border:solid 1px #95a3b7;
	margin-top:10px;
	margin-bottom:5px;
}
table.type1 caption {
	text-align:left;
}
table.type1 th {
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding:2px 15px 2px 5px;
	border:solid 1px #95a3b7;
	background:#e9eef5;
}
table.type1 td {
	text-align:left;
	vertical-align:top;
	padding:2px 15px 2px 5px;
	border:solid 1px #95a3b7;
}






/* Main ---------------------------------------------------------------- */
#container {
	width:740px;
	text-align:left;
	margin:0 auto;
}


/* Header ---------------------------------------------------------------- */

#header {
	width:740px;
	padding-top:5px;
}

#description {
	position:relative;
}
#description h1 {
	height:1.2em;
	font-size:80%;
	font-weight:normal;
	color:#ffffff;
	overflow:hidden;
	position:absolute;
	top:35px;
}

#header-content {
	width:740px;
	height:59px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#logo {
	width:200px;
	float:left;
}
#top-navi {
	width:200px;
	float:right;
}
#top-navi ul {
	width:215px;
	margin-top:20px;
}
#top-navi li {
	padding-left:15px;
	background:url(../img/line_01.gif) no-repeat left top;
	float:left;
}

#navi {
	width:740px;
	height:24px;
	overflow:hidden;
}
#navi ul {
	width:740px;
}
#navi li {
	float:left;
}


/* contents ---------------------------------------------------------------- */

#contents {
	width:740px;
	text-align:left;
	padding:5px 0 50px 0;
	background:url(../img/bg_contents.gif) repeat-y right top;
}

#panlist {
	list-style-type: none;
	font-size:70%;
	color:#333333;
	text-align:left;
	margin:0 190px 10px 0;
	padding:0;
}
#panlist li {
	float: left;
}
#panlist a {
	color:#333333;
	padding-right:15px;
	background:url(../img/icon_01.gif) no-repeat right top;
}
#panlist a:hover {
	color:#6589bd;
}

#alpha {
	width:520px;
	float:left;
}

#beta {
	width:180px;
	margin-right:5px;
	display:inline;
	float:right;
}



/* Footer ---------------------------------------------------------------- */

#footer {
	width:100%;
	text-align:center;
	padding:12px 0;
	background:url(../img/bg_footer.gif) repeat-x left top;
}

#footer ul {
	color:#ffffff;
	text-align:center;
	margin-bottom:15px;
}
#footer li {
	display:inline;
}

#footer address {
	font-style:normal;
	font-size:70%;
	color:#ffffff;
	text-align:center;
}
#footer a {
	color:#ffffff;
}
#footer a:hover {
	color:#bccde6;
}




/* sidebar ---------------------------------------------------------------- */

/* side-navi */

#side-navi {
	width:180px;
}
#side-navi ul {
	font-size:75%;
	padding:0 0 1px 0;
}
#side-navi ul ul {
	font-size:100%;
}
#side-navi li {
	width:180px;
	float: left;
}
/* no ie mac \*/
#side-navi li {
	overflow:hidden;
}
/* */

#side-navi ul ul a {
	display:block;
	color:#333333;
	padding:5px 0 3px 12px;
	background:url(../img/bg_side_navi.gif) no-repeat 0 0;
}
#side-navi ul ul a:hover {
	color:#000000;
	text-decoration:none;
	background:url(../img/bg_side_navi.gif) no-repeat 0 -150px;
}


/* side-search */

#side-search {
	width:180px;
	padding-bottom:15px;
}
#side-search h2 {
	width:180px;
	margin-bottom:10px;
}
#side-search input {
	vertical-align:top;
}
#side-search .box {
	width:125px;
	margin:0 5px;
}


/* side-info */

#side-info {
	width:180px;
	padding-bottom:15px;
}
#side-info ul {
	font-size:70%;
}
#side-info li {
	margin-top:5px;
	padding:0 5px 5px 5px;
	border-bottom:dashed 1px #4f6a93;
}


/* side-banner */

#side-banner {
	width:180px;
	padding-bottom:15px;
}
#side-banner ul {
	margin:0 5px;
}
#side-banner li {
	display:inline;
	margin-bottom:5px;
}
#side-banner img {
	margin-bottom:5px;
}


/* alpha contents ---------------------------------------------------------------- */

#alpha .bt-top {
	font-size:70%;
	text-align:right;
	margin-bottom:5px;
}
#alpha .title-box {
	width:520px;
	margin-bottom:6px;
	background:url(../img/bg_h2_02.gif) no-repeat left bottom;
}
#alpha .title-box h2 {
	font-size:90%;
	font-weight:bold;
	color:#ffffff;
	padding:5px 0 8px 15px;
	background:url(../img/bg_h2_01.gif) no-repeat left top;
}
#alpha .title-box h2 a {
	color:#ffffff;
	text-decoration:none;
}
#alpha .title-box h2 a:hover {
	color:#bccde6;
	text-decoration:none;
}
#alpha h3 {
	font-size:80%;
	font-weight:bold;
	color:#324c71;
	margin-bottom:6px;
	padding:0 0 8px 15px;
	background:url(../img/bg_h3.gif) no-repeat left top;
}
#alpha h4 {
	font-size:80%;
	font-weight:bold;
	margin-bottom:6px;
	padding:0 0 0 15px;
	background:url(../img/icon_02.gif) no-repeat 3px 5px;
}
#alpha ul.subnavi {
	font-size:70%;
	color:#999999;
	margin-left:5px;
	margin-bottom:15px;
}
#alpha ul.subnavi li {
	display:inline;
}
#alpha p {
	margin-bottom:15px;
}

#alpha .content {
	margin-bottom:30px;
}



/* sitemap */

#alpha .sitemap-box {
	margin-bottom:30px;
}
#alpha .sitemap-box a {
	font-weight:bold;
}

#alpha .sitemap-box li {
	margin-top:3px;
	padding:0 0 2px 15px;
	background:url(../img/icon_01.gif) no-repeat 3px 2px;
}
#alpha .sitemap-box ul ul {
	font-size:100%;
	margin-bottom:10px;
}
#alpha .sitemap-box ul ul ul {
	margin-bottom:0;
}
#alpha .sitemap-box span {
	font-size:85%;
}


/* toutei */

#alpha .tokutei-box {
	margin-bottom:30px;
}
#alpha .tokutei-box dl {
	margin:0 10px;
}
#alpha .tokutei-box dt {
	font-weight:bold;
	margin:20px 0 0 0;
	padding:0 0 2px 6px;
	border-bottom:dotted 1px #bbbbdd;
}
#alpha .tokutei-box dd {
	margin:5px 0 0 15px;
}



/* fieldset */
/* -------------------------------------------------------- */
#alpha fieldset {
	margin:0 5px 0 1px;
	padding:0 20px;
	border:solid 1px #4f6a93;
}
#alpha fieldset legend {
	font-size:80%;
	font-weight:bold;
	color:#4f6a93;
	padding:0 5px 10px 5px;
}
#alpha fieldset input {
	vertical-align:middle;
}
#alpha fieldset textarea {
	width:460px;
}
#alpha fieldset div {
	padding:10px 10px 5px 10px;
	margin:0 0 15px 0;
	border:solid 1px #4f6a93;
	background:#f2f4f7;
}
#alpha fieldset div h3 {
	color:#4f6a93;
	margin:0 0 5px 0;
	padding:0;
	background:none;
}
#alpha fieldset div ul {
	margin-bottom:0;
}
#alpha fieldset div li {
	margin-bottom:5px;
}



/* top-box */

#alpha .top-box1 {
	margin-bottom:5px;
	padding-bottom:12px;
	background:url(../img/bg_07.gif) no-repeat left bottom;
}
#alpha .top-box1 p {
	line-height:140%;
	margin:0 15px;
	padding:4px 0 0 0;
}


#alpha .top-box2 {
	width:520px;
	margin-bottom:20px;
	padding:0 0 10px 0;
	background:url(../img/bg_08.gif) no-repeat left bottom;
}
#alpha .top-box2 .lbox {
	width:410px;
	float:left;
}
#alpha .top-box2 .rbox {
	width:110px;
	padding:5px 0 0 0;
	float:left;
}
#alpha .top-box2 .rbox img.mtb {
	border:solid 1px #ccffcc;
}
#alpha .top-box2 p {
	color:#ffffff;
	margin:0 15px;
	padding:3px 0 0 0;
}
#alpha .top-box2 .mtget {
	font-weight:bold;
	line-height:140%;
	margin:0 15px;
	padding:5px 0 0 0;
}
#alpha .top-box2 .mtget a  {
	color:#ffffff;
	padding:0 0 0 18px;
	background:#007700 url(../img/icon_06.gif) no-repeat left top;
}
#alpha .top-box2 .mtget a:hover {
	color:#ffff00;
}

#alpha .top-box3 {
	margin-bottom:25px;
}
#alpha .top-box3 .title-box {
	margin-bottom:10px;
}
#alpha .top-box3a {
	margin:0 5px 10px 0;
	padding-top:5px;
	border-bottom:dotted 2px #506b94;
}
#alpha .top-box3 .lbox {
	width:100px;
	float:left;
}
#alpha .top-box3 .rbox {
	width:410px;
	float:right;
}
#alpha .top-box3 .rbox p {
	padding:2px 0 0 0;
}

#alpha .top-box4 {
	margin-bottom:20px;
}
#alpha .top-box4 .title-box {
	margin-bottom:10px;
}

#alpha .top-box5 {
	margin-bottom:20px;
}
#alpha .top-box5 .title-box {
	margin-bottom:0;
}
#alpha .top-box5 li {
	margin-right:5px;
	padding:5px 15px 2px 18px;
	background:url(../img/icon_01.gif) no-repeat 5px 8px;
	border-bottom:dotted 1px #506b94;
}

#alpha .top-box6 {
	margin-bottom:20px;
}
#alpha .top-box6 .title-box {
	margin-bottom:10px;
}



/* box */

#alpha .box1 {
	width:172px;
	text-align:center;
	padding-bottom:15px;
	float:left;
}
#alpha .box1 h3 {
	font-weight:bold;
	text-align:left;
	color:#324c71;
	margin:0 0 4px 12px;
	padding:0;
	background:none;
}
#alpha .box1 h3 span {
	font-size:85%;
	font-weight:normal;
	color:#333333;
	padding-left:5px;
}
#alpha .box1 img {
	margin:0 auto 2px auto;
}



/* Utilities ---------------------------------------------------------------- */

.clear:after, #contents:after, #panlist:after, #side-navi:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.clear, #contents, #panlist, #side-navi { display: inline-block; }
/* no ie mac \*/
* html .clear, * html #contents, * html #panlist, * html #side-navi { height: 1%; }
.clear, #contents, #panlist, #side-navi { display: block; }
/* */