/*
	Copyright (C) Media Graphics Institute Inc. All Rights Reserved.
						http://www.medi-graph.com/
*/

body { 
	margin: 10px 10px 10px 10px; 
	color: #666666; 
	font-family: ＭＳ ゴシック, ＭＳ Ｐゴシック, Osaka-等幅, Osaka, 平成角ゴシック; 
	background-color: #FFFFFF; 
	text-align: center;
	}

a {
	color: #FF33CC;
	text-decoration: underline;
	}

a:link {
	color: #FF33CC;
	text-decoration: underline;
	}

a:visited {
	color: #696969;
	text-decoration: underline;
	}

a:active {
	color: #FF99CC; 
	text-decoration: none; 
	}

a:hover {
	color: #000000; 
	text-decoration: none;
	}

strong { 
	color: #FF33CC;	
	}

hr { 
	color: #CCCCCC;	
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#toptitle { 
	padding: 0px 0px 0px 0px;  /* 上 右 下 左 */
	}

#container {
	line-height: 110%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
	}

#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #666666;
 	background:#FFFFFF;
	text-align: left;
	padding: 10px;
	height: 110px;
	}

#banner-img {
	display: none;
	}

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

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

#banner h1 {
	font-size: 20px;
	line-height: 22px; 
	letter-spacing: 0.5em;
	}

#banner h2 {
	color: #FFFFFF;
	margin-top: 10px;
	line-height: 12px; 
	font-size: small;
	}

#center { 
	float: left;
	font-color: #666666; 
	overflow: hidden; 
	}

.content { 
	padding: 5px 15px 5px 15px;  /* 上 右 下 左 */
	background-color: #FFFFFF;
	font-color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	width: 520px; 
	}

#right { 
	float: left;
	width: 240px; 
	overflow: hidden;
	}

.content p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	margin-bottom: 5px;
	}

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

.content h2 {  
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	}

.content h3 { 
	color: #FFFFFF;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 0px;  /* 上 右 下 左 */
	width: 520px; 
	}

.content img { 
	border: 0; 
	}

.content p.posted {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px dashed #C0C0C0;
	text-align: left;
	margin-bottom: 15px;
	line-height: normal;
	padding: 3px;
	}

.content p.datez { 
	color: #FF33CC;	
	font-size: 10px; 
	font-weight: normal; 
	}

.content p.extended { 
	text-align: right; 
	font-size: 12px; 
	}

.content p.category { 
	border: 1px solid #DDDDDD; 
	padding: 5px 0px 5px 5px; 
	width: 520px; 
	}

.sidebar { 
	width: 200px;
	padding: 10px; 
	} 

.sidebar h2 { 
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	font-weight: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	} 

.sidebar li { 
	font-size: 10px; 
	text-align: left;
	list-style-type: none;
	padding: 2px 10px 0px 5px;  /* 上 右 下 左 */
	} 

#calendar { 
  	line-height: 110%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
  	padding: 2px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
	}

#calendar table {
	text-align: center;
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 80%;
	}

#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .5em;
	}

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

#calendar td { 
	text-align: center; 
	}

#calendar td a { 
	background-color : #FF99CC; 
	display: block; 
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 120%;
	text-align: center;
	color: #666666;
	margin-top: 30px;
	}

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

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

.title_bar { 
	font-size: 12px; 
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	padding: 0px 0px 0px 10px;  /* 上 右 下 左 */
}

.copyright { 
	font-size: 10px; 
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

.copyright a {
	color: #FFFFFF;
	text-decoration: underline;
	}

.copyright a:link {
	color: #FFFFFF;
	text-decoration: underline;
	}

.copyright a:visited {
	color: #000000;
	text-decoration: underline;
	}

.copyright a:active {
	color: #000000; 
	text-decoration: none; 
	}

.copyright a:hover {
	color: #000000; 
	text-decoration: none;
	}

.j10 { 
	font-size: 10px; 
	line-height: 12px; 
	font-family: Osaka-等幅, Osaka, 平成角ゴシック, ＭＳ ゴシック, ＭＳ Ｐゴシック; 
}

.j11 { 
	font-size: 11px; 
	line-height: 13px; 
	font-family: Osaka-等幅, Osaka, 平成角ゴシック, ＭＳ ゴシック, ＭＳ Ｐゴシック; 
}

.j12 { 
	font-size: 12px; 
	line-height: 14px; 
	font-family: Osaka-等幅, Osaka, 平成角ゴシック, ＭＳ ゴシック, ＭＳ Ｐゴシック; 
}

.j14 { 
	font-size: 14px; 
	line-height: 16px; 
	font-family: Osaka-等幅, Osaka, 平成角ゴシック, ＭＳ ゴシック, ＭＳ Ｐゴシック; 
}

.j16 { 
	font-size: 16px; 
	line-height: 18px; 
	font-family: Osaka-等幅, Osaka, 平成角ゴシック, ＭＳ ゴシック, ＭＳ Ｐゴシック; 
}
