
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

body {
	text-align:center;
	line-height:135%;
}

#content {
	float:left;
	width: 570px;
	margin: 10;
	padding-top: 140px;
	padding-right: 10;
	padding-bottom: 0px;
	padding-left: 0;
}

#content p {
	padding: 6px 10px;
}

#navi {
	float:right;
	width: 190px;
	margin: 10px;
	padding-top: 190px;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 0;
}

#navi a:link {
	text-decoration:underline;
	background-color: #E4E4E4;
	color: #003366;
}

#navi a:active {
	text-decoration:underline;
	background-color: #E4E4E4;
	color: #003366;
}

#navi a:visited {
	text-decoration:underline;
	background-color: #E4E4E4;
	color: #003366;
}

#navi a.widelink {
	display: block;
	width: 100%;
}

#navi a.widelink:hover {
	background-color: #FFE468;
	color: #003366;
	position:relative;
	top:1px;
	left:1px;
}

/***********************************************/
/*  styles                             */
/***********************************************/ 

h1 {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 120%;
	color: #333333;
	margin-left:10px;
	line-height:130%;
	margin-bottom:0px;
}

h2 {
	font-size: 114%;
	font-weight: normal;
	line-height: 155%;
}

h3 {
	font-size: 100%;
	font-weight: normal;
	line-height: 135%;
	margin: 0px;
}

h4 {
	font-size: 90%;
	font-weight: normal;
	line-height: 130%;
	margin: 0px;
	padding-top: 5px;
}

.topback {
	font-size: 70%;
	font-weight: normal;
	line-height: 130%;
	margin: 0px;
	padding-top: 5px;
}

.title01 {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 135%;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
* html .title01 {
	padding-top: 3px;
	padding-bottom: 0px;
}  /* IE6 */

*+html .title01 {
	padding-top: 3px;
	padding-bottom: 0px;
}  /* IE7 */ 

.title02 {
	font-size: 114%;
	font-weight: bold;
	line-height: 190%;
	color:#F60;
	padding: 0 0 5px 0;
}

.title03 {
	font-size: 103%;
	line-height: 130%;
	color:#555;
	padding:0 0 5px 0;
}

.table01 {
	width: 500px; /* テーブルの横幅 */
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px #1C79C6 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
}

.table01 TD {
	border: 1px #1C79C6 solid; /* セルの枠線（太さ・色・スタイル） */
}

img.double-border {
	border: 1px solid #ddd;
	padding: 5px; /*Inner border size*/
	background: #fff; /*Inner border color*/
}
