body {
	margin: 0px;
	padding: 0px;
	background-color: #0a0a0a;
	text-align: justify;
	font:70%  'Lucida Grande',Geneva,Verdana,Arial,sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	
    
	color: #8b8b8b;
}

ul {
	list-style-type: none;
	margin: 0 0 0 0em;
    padding: 0;

}

h1, h2, h3, h4, h5 {
	margin-top: 0px;
	font-weight: normal;
	color: #8b8b8b;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1em;
	margin-bottom: 0px;
}


h5 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 0em;
	line-height: 150%;
	letter-spacing: 0em;
	color: #666666;
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #ffb400;
}

a:active {
	text-decoration: none;
}

a img {
	border: none;
}

a:link {
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
}



#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 0px solid #FFFFFF;
}

/* Header */

#header {
	width: 900px;
	height: 80px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	padding-left: 0px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 20px 0px 0px 0px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 49px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 10px;
}



#menu a:hover {
	text-decoration: underline;
}


/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #0a0a0a;
}

#header-pic {
	width: 900px;
	height: 350px;
	background-image: url(img/image-dammy.jpg);
}

#header-pic-sub {
	width: 900px;
	height: 220px;
}

/* Information */

#information {
	float: left;
	margin: 0px 0px 0px 0px;
}

dl.whats-new {
	width: 800px;
}
dl.whats-new dt {
	float: left;
	margin: 0px 10px 7px 0px;
	clear: both;
	font-size: 10px;
 }
dl.whats-new dd {
	margin-bottom: 8px;
	font-size: 10px;
}

/* List */
#event-viewer {
	float: left;
	width: 900px;
	margin: 10px 0px 0px 0px;
}

ul.event-list {
	margin-bottom: 0px;
}
ul.event-list li {
	width: 175px;
	margin-bottom: 0px;
	margin-left: 6px;
	height: 120px;
	float: left;
	display: block;
}
ul.event-list li.first-col {
	margin-left: 0px;
	margin-bottom: 0px;
	width: 175px;
	height: 120px;
	border: none;
	overflow: hidden;
	float: left;
}


ul.event-list li h5 a {
	text-decoration: none;
	outline-style: none;
}

ul.event-list li h5 {
	width: 170px;
	float: left;
	color: #8b8b8b;
	font-size: 10px;
	padding: 3px 0px 0px 0px;
}

ul#events-nav {
	float: right;
	margin: 10px 0px 10px 0px;
}
ul#events-nav li {
	float: right;
	width: 50px;
}
ul#events-nav li.more {
	text-align: right;
}

/* Motion List */
#motion-viewer {
	float: left;
	width: 718px;
	margin: 10px 0px 0px 0px;
}

ul.motion-list {
	margin-bottom: 0px;
}
ul.motion-list li {
	width: 175px;
	margin-bottom: 0px;
	margin-left: 6px;
	height: 120px;
	float: left;
	display: block;
}
ul.motion-list li.first-col {
	margin-left: 0px;
	margin-bottom: 0px;
	width: 175px;
	height: 120px;
	border: none;
	overflow: hidden;
	float: left;
}


ul.motion-list li h5 a {
	text-decoration: none;
	outline-style: none;
}

ul.motion-list li h5 {
	width: 143px;
	float: left;
	color: #8b8b8b;
	font-size: 10px;
	margin: 5px 0px 0px 0px;
}

ul#motion-nav {
	float: right;
	margin: 10px 0px 10px 0px;
}
ul#motion-nav li {
	float: right;
	width: 50px;
}
ul#motion-nav li.more {
	text-align: right;
}



/* Content */

#content {
	float: right;
	width: 718px;
}

.post {
	margin: 20px 0px 10px 0px;
	clear: left;
	float: left;
}


.post .image{
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

.post .title {
	margin: 0px 0px 5px 0px;
	background: #0a0a0a;
	padding: 2px 0px;
	font-size: 1.4em;
}


.post .title h1 {
}

.post .entry {
	padding: 0 0px;
	margin: 0px 0px 5px 0px;
}



.post .meta {
	padding-left: 0px;
}


.post .byline {
	margin: 0px;
	padding-left: 0px;
}


/* Sub */
.subpost {
	margin: 40px 0px 0px 0px;
	clear: left;
}


.subpost .left {
	width: 250px;
	padding: 0px;
	float: left;
	margin-bottom: 20px;
}

.subpost .right {
	text-align: left;
	width: 450px;
	padding: 0px;
	float:right;
	clear: right;
}

.subpost .right .title {
	margin: 0px 0px 5px 0px;
	background: #0a0a0a;
	padding: 2px 0px;
	font-size: 1.4em;
	float: left;
}


.subpost .right .title h1 {
}

.subpost .right .entry {
	float: left;
	clear: left;
	margin: 0px 0px 0px 0px;
}

.subpost .right .meta {
	padding-left: 0px;
}


.subpost .right .byline {
	margin: 0px;
	padding-left: 0px;
	float: left;
	clear: left;
}

/* news */

.news_box {
	margin: 5px 0px 10px 0px;
	clear: left;
	float: left;
	width: 718px;
}
#news .main ul { 
	list-style-type: disc; 
	margin-left: 3em; 
}
#news .main ol { 
	margin-left: 3em; 
}
#news ..main #topic_path { 
	margin-left: 1em; 
}
.news_box p {
	padding-left: 0px;
	margin-bottom: 3px;
}
.news_box .news_icon { 
	padding: 21px 0pt 3px; 
	background: rgb(54, 130, 205) url('news_bg.gif') no-repeat scroll 0% 0%; 
	width: 48px; float: left; 
	margin-right: 10px; 
	color: rgb(255, 255, 255); 
	font-size: 1.8em; 
	font-weight: bold; 
	text-align: center; 
	vertical-align: middle; 
}
.news_box h3 {
	color: #ffffff;
	padding-top: 10px;
}
.first_p { clear: both; 
	margin-top: 20px; 
}
.news_box .hr {
	border-top: solid #282828 1px;
}
.news_box .news_photo {
	padding: 0pt;
	text-align: left;
}
.news_box .news_photo2 { width: 150px; 
	float: right; 
	padding-right: 20px; 
	text-align: center; 
}

/* Post-fotter */

.post-footer {
	margin: 20px 0px 40px 0px;
	border-top: dotted #191919 1px;
	clear: both;
}

.post-footer .pagetop {
	margin: 5px 0px 0px 0px;
	float: right;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	margin-top: 10px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
	background: url(images/img03.jpg) no-repeat left bottom;
}

#sidebar-content {
	background: url(images/img01.jpg) repeat-y left top;
}

#sidebar ul {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	list-style: none;
}

#sidebar li li {
	margin-left: 0px;
	margin-right: 20px;
	line-height: 20px;
	padding-left: 0px;
	border-bottom: 0px dashed #191919;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	padding: 0px 0px;
	font-size: 1.2em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}



/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 20px auto 30px auto;
	color: #0a0a0a;
	border-top: solid #191919 1px;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}

/* Twitter */

#twitter {
	float: left;
	padding-left: 0px;
	margin: 20px 0px 0px 0px;
}

/* copyright */

#copyright {
	float: right;
	margin: 20px 0px 0px 0px;
}
