@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {

	font-size:100%;
	background:#00BFD9;
        font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
	font-size:10.5pt;
}

html {
	overflow-y:scroll;
}

p {
	margin:0 0 1em;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}

blockquote
{
	color:#9999FF;
	padding:10px;
	border:2px dotted #888888;
	background-color:#f5f5f5;
	width:480px;
}

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:900px;
	margin:2px auto 0;
	background:#00BFD9;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	margin-bottom:2px;
	background:#00BFD9;
}

#header h1 {
	padding:10px 15px 0;
}

#header p#siteDescription {
	margin:0;
	padding:0 15px 10px 30px;
}

/*-----------------------------------------------
 __info
-----------------------------------------------*/
#info {
	padding:0 15px 5px 0px;
	background:#00BFD9;
}

#info p {
	padding: 10px 0px 0px 0px;
}

#info table tr td.top {
	background-image: url("/icon/info_table_top.png");
	height: 10px;
}

#info table tr td.center {
	background-image: url("/icon/info_table_center.png");
}

#info table tr td.under {
	background-image: url("/icon/info_table_under.png");
	height: 10px;
}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:740px;
	margin-bottom:15px;
	padding:10px;
	background:#00BFD9;
}

#footer ul {
	margin:0 auto 5px;
	text-align:center;
}

#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:1.1;
	border-left:1px solid #333;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer p#copyright {
	text-align:center;
	margin-bottom:0;
}


/* __main
------------------------------------------*/

#main {
	float:left;
	width:578px;
	color:black;
}

#main a {
	color:blue;
	text-decoration:none
}

#main table tr td.top {
	background-image: url("/icon/left_table_top.png");
	height: 12px;
}

#main table tr td.diarytitle {
	background-image: url("/icon/diary_title.png");
	height: 32px;
	font-size:12px;
	color:#000000;
	font-weight: bold;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
	padding-left:50px;
}

#main table tr td.diarytitle a{
	color:#000000;
}

#main table tr td.center {
	background-image: url("/icon/left_table_center.png");
	font-size:12px;
	color:#444444;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
	padding-left:35px;
	padding-right:20px;
	line-height:1.5;
}

#main table tr td.ganref {
	background-image: url("/icon/left_table_center.png");
	font-size:12px;
	color:#444444;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
	padding-left:29px;
	padding-right:20px;
	line-height:1.5;
}

#main table tr td.under {
	background-image: url("/icon/left_table_under.png");
	height: 12px;
}

/* __sub
------------------------------------------*/

#sub {
	float:left;
	width:239px;
	background:#00BFD9;
	padding: 0px 6px;
}

#sub a {
	color:blue;
	text-decoration:none
}

#sub table tr td.top {
	background-image: url("/icon/right_table_top.png");
	height: 6px;
}

#sub table tr td.title-left {
	background-image: url("/icon/right_table_title.png");
	height: 38px;
	font-weight: bold;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
	color:#666666;
	padding-left: 36px;
}

#sub table tr td.title-right {
	background-image: url("/icon/right_table_title.png");
	height: 38px;
	font-weight: bold;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
	color:#666666;
	text-align: right;
	padding-right: 36px;
}

#sub table tr td.counter {
	background-image: url("/icon/right_table_counter.png");
	height: 48px;
	padding-left: 45px;
}

#sub table tr td.center {
	background-image: url("/icon/right_table_center.png");

}

#sub table tr td.center-left {
	background-image: url("/icon/right_table_center.png");
	font-weight: nomal;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
	font-size:9pt;
	color:#666666;
	text-align: left;
	padding-left: 30px;
	line-height:1.2;
}

#sub table tr td.center-right {
	background-image: url("/icon/right_table_center.png");
	font-weight: nomal;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
	font-size:9pt;
	color:#666666;
	text-align: right;
	padding-right: 30px;
	line-height:1.2;
}

#sub table tr td.under {
	background-image: url("/icon/right_table_under.png");
	height: 6px;
}

#sub h3 {
	font-size:100%;
	letter-spacing:1px;
}

#sub ul {
	margin:0 0 20px;
	padding:0 5px;
}

#sub ul li {
	padding:5px 10px;
}

