body {
	margin: 0px;
	border: 0;
	padding: 10px;
		/*background-color: #6699CC;*/
	
        	text-align: center;
        
	}
p,div {
	margin: 0px;
	padding: 0px;
}
/* link リンクについて ----------------------------------------*/ 
a:link		{color:#000099;}
a:visited	{color:#990099;}
a:active	{color:#666666;}
a:hover		{color:#cc0033; text-decoration:none; }
a {text-decoration:none;}


#top { font-size: 10px; line-height: normal; background-color: #F4F7FF; text-align:center;}

h1 { font-size: 10px; font-style: normal; line-height: 0.9em; font-weight: bold; margin-bottom:4px;}
h2 { font-size: 0.9em ; line-height: 1.1em; font-weight: bold;
 padding: 1px; margin: 0px;}

img { border: 0; }

hr { color: #00CCCC; width:95%; ; border-style: dotted }

ul { margin: 0px 18px 0px 36px; padding: 0px;}

.ITEM{ color:#003300; font-size:11px; line-height:10pt; }

.CATCH	{ color:#666666; font-size:12px; font-weight:bold; line-height:11pt;}
.COMMENT{ color:#003300; font-size:11px; font-weight:normal; line-height:10pt;}
.NAME_JP1{ color:#003300; font-size:0.9em; font-weight:normal; line-height:1.1em;}
.name_en1{ color:#990000; font-size:0.8em; font-weight:bold; line-height:1.2em;}

.11	{ color:#003300; font-size:11px; font-weight:normal; line-height:10pt; }
.11B	{ color:#003300; font-size:11px; font-weight:bold; line-height:10pt; }
.11WB	{ color:#ffffff; font-size:0.9em; font-weight:bold; line-height:1.1em; }
.12B	{ color:#666666; font-size:0.8em; font-weight:normal; line-height:1em; }
.12	{ color:#666666; font-size:12px; font-weight:normal; line-height:11pt; }
.13	{ color:#666666; font-size:13px; font-weight:normal; line-height:14pt; }
.13B	{ color:#666666; font-size:1em; font-weight:bold; line-height:1.2em;}
.14	{ color:#666666; font-size:14px; font-weight:normal; line-height:14pt; }
.14B	{ color:#666666; font-size:14px; font-weight:bold; line-height:14pt; }
.16	{ color:#003300; font-size:16px; font-weight:normal; line-height:16pt; }
.16B	{ color:#003300; font-size:16px; font-weight:bold; line-height:16pt; }
.ma1	{ color:#003300; font-size:0.8em; font-weight:normal; line-height:1em; padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 1px }
.ma2	{ color:#FFFFFF; font-size:1em; font-weight:normal; line-height:1.2em; ; background-color: #003399; background-repeat: repeat-x } 
.ma3	{ color:#666666; font-size:12px; font-weight:normal; line-height:11pt; }
.ma4	{ color:#003300; font-size:0.9em; font-weight:normal; line-height:120%; }
.ma5	{ color:#FF3366; font-size:1.2em; font-weight:bold; line-height:120%; }
.ma6	{ color:#003300; font-size:1em; font-weight:bold; line-height:120%; }


/* ヘッダ */
#header {
	width:750px;
	margin:3px auto;
	padding:0px;
	border-width:0px;
	text-align:right;
	font-size:12px;
}
#top {
	background-color: #F4F7FF;
	font-size:10px;
	text-align:center;
	line-height: normal;
}
#head-logo {
	width:350px;
	float:left;
	margin:5px 0px;
	padding:0px;
	border-width:0px;
	text-align:right;
}
#head-logo h1 {
	margin:0;
	padding:0;
}
#head-menu {
	width:386px;
	margin:0;
	margin-left:350px;
	padding:2px;
	border-width:0px;
	text-align:right;
}
#head-link1 {
	margin:0;
	background-color: #003399;
	color:#ffffff;
	font-size:13px;
	font-weight:normal;
	line-height:1.2;
}
#head-link1 a {
	color:#ffffff;
}
#head-link2 {
	margin:0;
	color:#666666;
	font-size:13px;
	font-weight:normal;
	line-height:1.2;
}
#head-catch {
	clear:both;
	background-color: #D9EAFD;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	line-height:1.5;
}

/* ナビゲーションリンク */
#nav {
	width:750px;
	margin:0;
	padding:0;
/*
	text-align:center;
	color:#990000;
	font-size:13px;
	font-weight:bold;
	line-height:1.2;
*/

}
#nav2 {
	padding-top:5px;
	font-size:90%;
}

/* 中身 */

#container {
	width:750px;
	margin:0 auto;
	padding:0px;
	border:1px solid #000088;
/*	font-size:90%;*/
	background-color:#ffffff;

	text-align:left;
	line-height: 140%;
	}
#container #blue-title {
	margin:0;
	padding:3px;
	background-color:#003399;
	color:#ffffff;
	font-size: 14px;
	line-height:1.1;
}

#banner {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: #FFFFFF;
	background-color: #99CC66;
	text-align: left;
	padding: 15px;
	border-bottom: 1px dotted #6699CC;
	}

#banner-img {
	display: none;
	}


#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}

#banner h1 {
	font-size: xx-large;
	font-weight: bold;      
	   
	
	}

#banner h2 {
	font-size: small;
	}



#left {
		float: left;
	
	
	width: 200px;
	background-color: #FFFFFF;
	
	overflow: hidden;
	}

#center {
		float: left;
	width: 510px;
	overflow: hidden;
	
	
	}

textarea#comment-text {
	width: 370px;
	}


.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	}

.sidebar {
	padding: 15px;
	}

.sidebar a {
	
	text-decoration: none;
	
	}

.sidebar a:link {
	color: #;
	}

.sidebar a:visited {
	color: #;
	}

.sidebar a:active {
	color: #;
	}

.sidebar a:hover {
	color: #;
	}


.content p {
	color: #222222;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
  	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
  	line-height: 150%;
	}

.content li {
  	line-height: 150%;
	}

.content h2 {
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: medium;
	border-bottom: 1px solid #333333;
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	padding: 3px;
	}

.content h3 {
	color: #ffffff;
	background-color:#003399;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: large;
	
	text-align: left;
	font-weight: bold;
	
	padding-left: 0.5em;
	margin-bottom: 10px;
	
	}

.content p.posted {
	clear: both;
	color: #999999;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	border-top: 1px dotted #999999;
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

#calendar {
  	line-height: 140%;
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	
	
	
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

.sidebar h2 {
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar li {
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	
	
	
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar img {
	border: 5px solid #EEEEEE;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #333333;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.image-full {
		width: 370px;
	
	
	}

.image-thumbnail {
	float: left;
	width: 130px;
	margin-bottom: 10px;
	}

.image-thumbnail img {
	width: 115px;
	height: 115px;
	}

/* フッタ */

#footer {
	clear:both;
	width:750px;
	margin:10px auto;

	font-size:80%;
}


/* ph=1 */
/* nhm:from_kauri */
