@charset "utf-8";

body {
	background-color: #fff;
	margin: 10px 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #666666;
	font-family: "MS UI Gothic", Arial, Helvetica, sans-serif;
	text-align: center;
}

#fixed-navi {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1;
	width: 15px;
	height: 32px;
	margin: 0;
	padding: 0;
}

#fixed-navi li {
	list-style: none;
	line-height: 0;
}

#container {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

#header {
	margin: auto;
	height: auto;
	margin: 0 0 2px 3px;
}

#header #logo {
	float: left;
	margin-left: 2px;
}

#header #top-note {
	float: right;
	width: 135px;
	font-size: 14px;
	text-align: left;
	white-space: nowrap;
}
 
#header-img {
	clear: both;
	position: relative;
	width: 1000px;
	height: 200px;
	background: url(images/blog-banner.jpg) no-repeat;
	margin: 0;
}

#header-img #links {
	position: absolute;
	top: 10px;
	left: 15px;
	margin: 0;
	padding: 0;
	width: 200px;
	text-align: left;
}

#header-img ul li {
	display: inline;
	list-style-type: none;
}

#header-img ul li a {
	background: url(images/dot_g.gif) left 0 no-repeat;
	margin-right: 10px;
	padding-left: 12px;
	font-size: 1.4em;
	font-weight: bold;
}

#header-img ul li a:hover {
	background: url(images/dot_g.gif) left -15px no-repeat;
	text-decoration: none;
	color: #FF0000;
}

#header-img #flash {
	width: 160px;
	height: 110px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#header h1 {
	display: none;
}

/*====================================================
	メニューのスタイル
=====================================================*/

#navi {
	display: inline;
}

#navi ul {
	width: 1000px;
	height: 50px;
	list-style-type:none;
	background: url(images/link-button.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

#navi ul li.navi_home {
    float: left;
	width: 142px;
	margin: 0;
	padding: 0;
}

#navi ul li.navi_menu,
#navi ul li.navi_staff,
#navi ul li.navi_info,
#navi ul li.navi_campaign,
#navi ul li.navi_hair,
#navi ul li.navi_contact {
    float: left;
	width: 143px;
	margin: 0;
	padding: 0;
}

#navi ul li.navi_home a {
	display: block;
	width: 142px;
	height: 50px;
	text-indent: -9999px;
	font-size: 0;
}

#navi ul li.navi_menu a,
#navi ul li.navi_staff a,
#navi ul li.navi_info a,
#navi ul li.navi_campaign a,
#navi ul li.navi_hair a,
#navi ul li.navi_contact a {
	display: block;
	width: 143px;
	height: 50px;
	text-indent: -9999px;
	font-size: 0;
}

#navi ul li.navi_home a.active {
    background: url(images/link-button.jpg) no-repeat left bottom;
}

#navi ul li.navi_home a:focus,
#navi ul li.navi_home a:hover {
    background: url(images/link-button.jpg) no-repeat 0 -50px;
}

#navi ul li.navi_menu a.active {
    background: url(images/link-button.jpg) no-repeat -142px bottom;
}

#navi ul li.navi_menu a:focus,
#navi ul li.navi_menu a:hover {
    background: url(images/link-button.jpg) no-repeat -142px -50px;
}

#navi ul li.navi_staff a.active {
    background: url(images/link-button.jpg) no-repeat -285px bottom;
}

#navi ul li.navi_staff a:focus,
#navi ul li.navi_staff a:hover {
    background: url(images/link-button.jpg) no-repeat -285px -50px;
}

#navi ul li.navi_info a.active {
    background: url(images/link-button.jpg) no-repeat -428px bottom;
}

#navi ul li.navi_info a:focus,
#navi ul li.navi_info a:hover {
    background: url(images/link-button.jpg) no-repeat -428px -50px;
}

#navi ul li.navi_campaign a.active {
    background: url(images/link-button.jpg) no-repeat -571px bottom;
}

#navi ul li.navi_campaign a:focus,
#navi ul li.navi_campaign a:hover {
    background: url(images/link-button.jpg) no-repeat -571px -50px;
}

#navi ul li.navi_hair a.active {
    background: url(images/link-button.jpg) no-repeat -714px bottom;
}

#navi ul li.navi_hair a:focus,
#navi ul li.navi_hair a:hover {
    background: url(images/link-button.jpg) no-repeat -714px -50px;
}

#navi ul li.navi_contact a.active {
    background: url(images/link-button.jpg) no-repeat -857px bottom;
}

#navi ul li.navi_contact a:focus,
#navi ul li.navi_contact a:hover {
    background: url(images/link-button.jpg) no-repeat -857px -50px;
}

#content {
	font-size: 1.3em;
}

.narrowcolumn .entry p {
	margin: 0 20px;
	font-size: 1.05em;
	text-align: left;
	line-height: 1.5;
}

.widecolumn .entry p {
	margin: 10px 20px 20px;
	font-size: 1.05em;
	text-align: left;
	line-height: 1.5;
}

.narrowcolumn .entry,
.widecolumn .entry {
	margin: 0 10px;
	line-height: 1.4em;
}

.narrowcolumn h2,
.narrowcolumn h3 {
	margin: 10px;
	background: url(images/ttl-bg.jpg);
	color: #4D7AFF;
	line-height: 24px;
	text-align: left;
	text-indent: 15px;
}

.narrowcolumn h2 {
	font-size: 1.1em;
}

.narrowcolumn h3 {
	font-size: 1em;
}

.narrowcolumn h2 a,
.narrowcolumn h3 a {
	color: #4D7AFF;
}

.time {
	height: 17px;
	background: url(images/icon_date.gif) left no-repeat;
	margin: 0 15px 10px;
	padding-left: 19px;
	font-size: small;
	font-weight: bold;
	text-align: left;
	line-height: 17px;
}

.narrowcolumn .postmetadata {
	height: 17px;
	line-height: 17px;
	text-align: center;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
border: 1px solid #ddd;
}

.even {
	border-left: 1px solid #ddd;
}

.alt {
	background-color: #DDDDDD;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 2em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}

.commentlist li,
#commentform input,
#commentform textarea {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
}

.commentmetadata {
	font-weight: normal;
}

small,
#sidebar ul ul li,
#sidebar ul ol li,
.nocomments,
.postmetadata,
blockquote,
strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

#wp-calendar #prev a,
#wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */

/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 750px;
	display: inline;
}

.widecolumn {
	width: 750px;
	padding: 0;
	margin: 5px auto 20px;
	line-height: 1.6em;
}

.widecolumn h2,
.widecolumn h3 {
	clear: both;
	margin: 0 20px 5px;
	background: url(images/ttl-bg.jpg) no-repeat;
	color: #4D7AFF;
	line-height: 24px;
	text-align: left;
	text-indent: 15px;
}

.widecolumn h2 {
	font-size: 1.1em;
	text-indent: 15px;
}

.widecolumn h3 {
	font-size: 1.1em;
}

.post {
	margin: 0 0 40px;
/*	text-align: justify; */
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.space-adjust {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	clear: both;
	font-size: 1.4em;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	margin: 10px 0 0;
}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
	font-size: 1.1em;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul,
.postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul,
#sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	text-align: left;
	text-indent: 10px;
}

#sidebar ul p,
#sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul,
#sidebar ul ol {
	margin: 5px 0 0;
}

#sidebar ul ul ul,
#sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li,
#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li,
#sidebar ul ol li {
	margin: 3px 0 0 10px;
	line-height: 1.6em;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	border: none;
	background: url(images/icon_arrow.gif) no-repeat 0 4px;
}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto 0;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	width: 700px;
	margin: 5px auto 0;
}

#commentform textarea {
	width: 80%;
	padding: 2px;
}

#respond:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: left;
}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	width: 95%;
	margin: 0 auto;
	padding: 0;
/*	text-align: justify; */
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.comment-author {
	text-align: left;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	text-align: left;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
	text-align: left;
}
/* End Comments */

/* Begin Sidebar */
#sidebar {
	display: inline;
	float: right;
	padding: 0 0 10px;
	width: 250px;
	font-size: 1.3em;
}

#sidebar h2 {
	background: url(images/h2-bg.jpg) no-repeat;
	font-size: 1.1em;
	color: #4D7AFF;
	line-height: 24px;
	text-align: left;
	text-indent: 15px;
}

#sidebar form {
	margin: 0;
}

#login {
	margin: 10px 0 0 0;
}
/* End Sidebar */

/* Begin Calendar */
#calendar_wrap {
	margin: 0;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px 20px 0 20px;
	width: 200px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	border-bottom: 1px solid #CCCCCC;
}

a img {
	border: none;
}

.navigation {
	width: 90%;
	display: block;
	text-align: center;
	margin: 10px auto;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* sitemap */
.ddsg-wrapper .ddsg-pagenav p {
	margin: 5px 0;
	font-size: 1em;
	text-align: center;
}

.ddsg-wrapper {
	width: 700px;
	margin: 0 auto;
	font-size: 1em;
	text-align: left;
}

.ddsg-wrapper h2 {
	float: left;
	background: none #CCFFFF;
	border-left: 5px solid #9FF;
	margin: 0 0 10px;
	padding: 0 20px;
	font-size: 1.1em;
	text-align: left;
	line-height: 24px;
	letter-spacing: 1em;
}

.ddsg-wrapper ul {
	clear: both;
	list-style: outside none;
	width: 95%;
	margin: 0 0 0 20px;
	padding: 0 0 10px;
}

.ddsg-wrapper ul li {
	margin: 3px 0 0 0;
	list-style: none;
	padding-left: 30px;
	_padding: 2px 0 4px 20px;
	border: none;
	background: url(images/icon_category.gif) no-repeat 0 0;
	min-height: 0;
	line-height: 1.4em;
}

.ddsg-wrapper ul ul li {
	background: url(images/icon_post.gif) no-repeat 0 4px;
	padding-left: 23px;
}

/* End sitemap */

.style1 {
	font-size: large;
	font-weight: bold;
}
