﻿/*********************************************
/* akimitsu.net Style Sheet for Japanese     *
/*********************************************/

/* body and title *****************************/
body
{
	text-align: center;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background-color: #f0f0f0;
	color: #000080;
	margin: 0;
}

h1 
{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: solid 2px #000080;
	margin-top: 24px;
	margin-bottom:	0px;
	padding: 4px;
}

h2 
{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align: left;
	font-size: 1.25em;
	font-weight: bold;
	border-left:solid 1.5em #000080;
	border-bottom: solid 2px #000080;
	margin-top: 60px;
	margin-bottom:	8px;
	padding: 4px;
}

h2 a
{
	color: #000080;
	text-decoration:	none;
}

h3 
{
	text-align: left;
	font-size: 1.125em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	/*background-color: #00ccff;*/
}

h4
{
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	background-color: #000080;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px;
}

h4 a
{
	color: #ffffff;
	background-color: #000080;
	text-decoration:	none;
}

h4 a:hover
{
	color: #ffffff;
	background-color: #000080;
	text-decoration:	none;
}

/* text *****************************/
p  
{
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0px;
	padding: 8px;
	/*background-color: #00ffcc;*/
}

p.right
{
	text-align: right;
	margin: 0px;
	padding: 0px;
}

p.center
{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

p.imgleft
{
	width:	320px;
	float: left;
	text-align:center;
	margin: 0px;
	padding-left:	0px;
}

p.imgright
{
	width:	320px;
	float: right;
	text-align:center;
	margin: 0px;
	padding-right:	0px;
}

p.bannerleft
{
	width:	190px;
	float: left;
	text-align:center;
	margin: 0px;
	padding-left:	0px;
}

p.date
{
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	border-top: solid 2px #000080;
	margin-top: 32px;
	margin-bottom: 32px;
	padding: 4px;
}

p.url
{
	width:	560px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	border-top: dashed 1px #000080;
	margin-top: 24px;
}

hr
{
	background-color:	#000080;
	color:	#000080;
	width:	540px;
	height:	1px;
	border:	0px;
}

img
{
	border:none;
}

/* Links *****************************/
a
{
	text-decoration:	underline;
}

/*
a:link
{
	color: #000080;		
}

a:visited
{
	color: #000080;		
}
*/

a:hover
{
	background-color: #ffff00;
	color: #000080;		
}

img a
{
	text-decoration:	none;
}

/* List *****************************/
ul  
{
	list-style-type: disc;
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:	2em;
	padding: 4px;
/*	background-color: #00ffff;*/
}

ol  
{
	list-style-type: decimal;
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:	2em;
	padding: 4px;
/*	background-color: #00ffff;*/
}

ul.inline  
{
	list-style-type: none;
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:	2em;
	padding: 4px;
/*	background-color: #00ffff;*/
}

li.inline
{
	display:	inline;
	padding:	4px;
}

dl
{
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px;
/*	background-color: #00ffff;*/
}

dt
{
	float:	left;
}

dd
{
	margin-left:	9em;
}

/* Table *****************************/
table
{
	text-align:	center;
	margin-top: 0px;
	margin-bottom:	4px;
	/*background-color: #00ffff;*/
}

caption 
{
	text-align:	center;
	font-size: 1.125em;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
	/*background-color: #00ccff;*/
}

thead
{
	text-align:	center;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	background-color: #000080;
	margin: 0px;
	padding: 0px;
}

tbody
{
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px;
}

tfoot
{
	text-align:	right;
	font-size: 0.95em;
	line-height: 1.20em;
}

th
{
	text-align:	center;
	border-left: solid 1px #000080;
	border-right: solid 1px #000080;
	border-bottom: solid 1px #000080;
	font-weight: normal;
}

td
{
	border-right: solid 1px #000080;
	border-bottom: solid 1px #000080;
}

th.foot
{
	text-align:	right;
	border: none;
}

/* Attributes ********************/
img.google
{
	float: left;
	margin-left: 50px;
	margin-right: 0px;
	padding-right: 0px;
}

/* Toppage only*******************************/
h2.toppage 
{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align: left;
	font-size: 1.25em;
	font-weight: bold;
	border-left:solid 1.5em #000080;
	border-bottom: solid 2px #000080;
	margin-top: 32px;
	margin-bottom:	0px;
	padding: 4px;
}

.whitetop
{
	background-color: #ffffff;
	border-left: solid 1px #000080;
	border-right: solid 1px #000080;
	border-bottom: solid 1px #000080;
	margin-top: 0px;
	margin-bottom: 32px;
	padding: 0px;
}

/* Title *************************************/
#title
{
	/*position: absolute;
	left: 0px;
	top: 0px;*/
	width: 100%;
	height: 60px;
	background-color: #000080;
	text-align:	left;
	border-bottom:solid 8px #6699ff;
	/*clear:both;*/
}

#title a
{
	text-decoration: none;
}

#title img
{
	margin-left: 4px;
	padding:	0px;
}

#title p
{
	/*width:	236px;
	float: left;
	clear:	left;
	text-align:right;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:	#ffffff;
	margin: 0px;
	padding:	0px;
}

#title hr
{
	background-color:	#ccff99;
	color:	#ccff99;
	width:	100%;
	height:	4px;
	border:	0px;
	margin:	0px;
	padding:0px;
}

/* Main Menu *********************************/
#mainmenu
{
	/*position: absolute;
	left: 0px;
	top: 60px;*/
	float:	left;
	width: 150px;
	/*height: 100%;*/
	background-color: #f0f0f0;
	/*border-right:	solid 1px #000080;*/
	margin-top: 0px;
	padding-left: 8px;
}

#mainmenu p
{
	width: 146px;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	color: #ffffff;
	background-color:#000080;
	margin-top: 16px;
	margin-bottom: 0px;
	padding: 2px;
}

#mainmenu a
{
	width: 146px;
	font-family: Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-decoration: none;
	text-align: left;
	font-size: 16px;
	color: #000080;
	margin: 0px;
	padding: 4px;
}

#mainmenu a:hover
{
	background-color: #ffff00;
	color: #000080;
}

#mainmenu ul
{
	text-align: left;
	list-style: none;
	font-weight: bold;
	text-decoration: none;
	/*border: solid 1px #000080;*/
	background-color:#f0f0f0;
	margin: 0px;
	padding: 0px;
}

#mainmenu li
{
	line-height: 1.4em;
	border-bottom: solid 1px #000080;
	border-left: solid 1px #000080;
	/*border-right: solid 1px #000080;*/
	margin: 0px;
	padding: 0px;
}

/* Sub Menu **********************************/
#submenu
{
	text-align: center;
	/*position: absolute;
	left: 0px;
	top: 60px;*/
	width: 100%;
	height: 18px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background-color: #ccff99;
	/*border-bottom: solid 1px #000080;
	background-color: #f0f0f0;*/
	/*margin-left: 170px;*/
}

#submenu a
{
	width: 120px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color: #000080;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
}

#submenu a:hover
{
	background-color: #ffff00;
	color: #000080;
}

#submenu span
{
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
}

/* Contents **********************************/
#contents
{
	width: 600px;
/*	
	position: absolute;
	left: 160px;
	top: 80px;
	margin: 0 auto;*/
	margin-left: 170px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Navigation **********************************/
#navi
{
	text-align: center;
	width: 100%;
	height: 18px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background-color: #6699ff;
}

#navi a
{
	width: 135px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color: #000080;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
}

#navi a:hover
{
	background-color: #ffff00;
	color: #000080;
}

#navi span
{
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
}

/* Sections *****************************/
.section 
{
	margin-top: 24px;
	margin-bottom: 32px;
	padding: 0px;
	clear:	both;
}

.blue 
{
	background-color: #ccffff;
	border: solid 1px #cccccc;
	margin-top: 24px;
	margin-bottom: 32px;
	padding: 0px;
}

.white
{
	background-color: #ffffff;
	border: solid 1px #000080;
	margin-top: 24px;
	margin-bottom: 32px;
	padding: 0px;
}

.quote
{
	text-align: left;
	font-size: 0.95em;
	line-height: 1.30em;
	border: solid 1px #cccccc;
	background-color: #ffffcc;
	margin-top: 8px;
	margin-bottom: 12px;
	margin-left: 24px;
	margin-right: 24px;
	padding: 4px;
}


/* Footer *********************************/
#footer
{
	background-color:	#cccccc;
	text-align:	right;
	clear:	both;
	margin-top: 32px;
}

address
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	padding-right: 4px;
}