@charset "utf-8";

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'MS UI Gothic', Osaka, Verdana, Arial, Sans-Serif;
	background-color: #fff;
	margin: 0;
	color: #333;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
}

#content {
	float: left;
	display: inline; 
	width: 550px;
	background-color: #FFFFFF;
	margin: 0 0 0 225px;
	border-left: 1px blue dotted;
	border-right: 1px blue dotted;
	min-height: 700px;
}

#content2 {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 20px;
	_margin: 0 10px;
	min-height: 700px;
}

.narrowcolumn .entry p,
.widecolumn .entry p {
	font-size: 1.3em;
	line-height: 1.5;
}

.narrowcolumn .entry p {
	margin: 0 0 1.5em;
}

.widecolumn .entry p {
	margin: 0 0 1.5em;
}

.narrowcolumn .entry, .widecolumn .entry {
	width: auto;
	margin: 0 15px;
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	margin-right: 20px;
	font-size: 1.2em;
	text-align: right;
}

.postmetadata .tags {
	margin: 0;
	padding: 0 0 4px 20px;
	background: url('images/icon_tag.jpg') no-repeat top left;
}

.postmetadata .category {
	margin: 0;
	padding: 0 0 4px 20px;
	background: url('images/icon_category.jpg') no-repeat top left;
}

.postmetadata .bubble {
	margin: 0;
	padding: 0 0 4px 20px;
	background: url('images/icon_comment.jpg') no-repeat top left;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	margin-top: 20px;
	font-size: 1.6em;
	text-align: center;
}

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;
}

#commentform input,
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	font-size: 1.3em;
}

#commentform p {
	font-size: 1.2em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

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 {
	background: none;
	font-size: 9pt;
	text-decoration: none !important;
}

#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 */

#fixed-navi {
	position: fixed;
	top: 0;
	right: 10px;
	z-index: 1;
	list-style: none;
	width: 65px;
	height: 30px;
	background-color: #B4D8E7;
	border: 1px solid #6A9CBB;
	margin: 0;
	padding: 0;
}

#fixed-navi li {
	font-size: 1.3em;
	text-align: center;
	white-space: nowrap;
}

#header {
	position: relative;
	background: #FFFFFF url('images/bg_header.jpg') no-repeat;
	width: 1000px;
	height: 144px;
	color: #333333;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
}
	
#header h1 {
	display: none;
}

#header #headerimg {
	position: absolute;
	top: 40px;
	left: 200px;
}

#header-dscrpt {
	font-size: 14px;
	color: #0000FF;
	margin: 77px 0 7px;
	padding:0px 30px 0px 30px;
	text-align: left;
}

#header #online {
	position: absolute;
	top: 7px;
	left: 500px;
	font-size: 14px;
	color: #EEEEEE;
}

#header #top-links {
	margin: 0;
	padding: 7px 0 0 10px;
}

#link-home,
#link-top,
#link-contact {
	float: left;
	list-style-type: none;
	margin-right: 15px;
	padding-left: 15px;
	font-size: 1.3em;
	font-weight: bold;
}

#link-home {
	background: url(images/home.gif) left no-repeat;
}

#link-top {
	background: url(images/pgtp.gif) left no-repeat;
}

#link-contact {
	background: url(images/contact.gif) left no-repeat;
}

#mainsearchform {
	position: absolute;
	top: 10px;
	right: 90px;
	width: 210px;
	height: 55px;
}

#mainsearchform .input {
	position: absolute;
	top: 20px;
	right: 0;
	width: 130px;
	height: 17px;
	padding: 5px 5px 0 5px;
	margin: 0;
	font-size: 1.3em;
	font-family: "MS UI Gothic", Arial, Helvetica, sans-serif;
	color: #666; 
	border: none;
	background: transparent;
}

#mainsearchform .submit {
	position: absolute;
	cursor: pointer;
	border: none;
	top: 0;
	left: 0;
	height: 55px;
	width: 55px;
	background: transparent;
}

#header .rss {
	position: absolute;
	display: block;
	padding: 0;
	margin: 0;
	top: 50px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url('images/bg_rss.jpg') no-repeat 0 top;
}

#header .rss:hover {
	background: url('images/bg_rss.jpg') no-repeat 0 bottom;
}

/* =Menu
-------------------------------------------------------------- */

.menu-global-navi-container {
}

#menu-global-navi {
	position: absolute;
	top: 110px;
	left: 20px;
	width: 960px;
	height: 33px;
	background: url(images/but_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	display: block;
}

.menu * {
	margin: 0;
	padding: 0;
}

#menu-global-navi,
.menu {
	font-size: 1.4em;
	list-style: none;
}

#menu-global-navi li,
.menu li {
	position: relative;
	float: left;
}

#menu-global-navi a {
	width: 120px;
	padding: 0;
	border-right: 1px #999 solid;
	color: #eee;
	line-height: 33px;
	text-decoration: none;
	text-align: center;
	display: block;
}

#menu-global-navi li.current-menu-ancestor,
#menu-global-navi li.current-menu-parent,
#menu-global-navi li.current_page_parent,
#menu-global-navi li.current_page_ancestor,
#menu-global-navi li.current-menu-item {
	background: #29556e !important;
}

#menu-global-navi li#menu-item-334 a {
	background: url(images/arrow_1.gif) no-repeat center right;
} 

#menu-global-navi li#menu-item-334 a:hover {
	background: url(images/arrow_1.gif) no-repeat center right #455763;
} 

#menu-global-navi ul {
	position: absolute;
	float: left;
	top: 33px;
	left: -1px;
	z-index: 99999;
	display: none;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
}

#menu-global-navi ul li {
	_float: none;
	list-style-type: none;
	min-width: 76px;
}

#menu-global-navi ul ul {
	top: 0;
	left: 100%;
}

#menu-global-navi ul a {
	height: auto;
	padding: 0;
	line-height: 2;
	background-color: #9cf;
	border-right: 1px #ccc solid;
	border-top: 1px #ccc solid;
	font-size: .9em;
}

#menu-global-navi li a:hover,
#menu-global-navi li#menu-item-282 a:hover {
	color: #99c;
	background-color: #455763;
}

#menu-global-navi ul.sub-menu li a:hover {
	color: #fff;
	background-color: #69f;
}

#menu-global-navi ul.sub-menu li#menu-item-312 a,
#menu-global-navi ul.sub-menu li#menu-item-335 a {
	background: none #666;
	color: #eee;
	font-weight: normal;
}

#menu-global-navi ul.sub-menu li#menu-item-312 a:hover,
#menu-global-navi ul.sub-menu li#menu-item-335 a:hover {
	background: none #444;
	color: #ddd;
	font-weight: normal;
}

#menu-global-navi li:hover > ul {
	display: block;
}

#menu-global-navi li.current_page_item > a,
#menu-global-navi li.current-menu-ancestor > a,
#menu-global-navi li.current-menu-item > a,
#menu-global-navi li.current-menu-parent > a {
	background-color: #29556e;
	color: #f60 !important;
	font-weight: bold;
}

* html #menu-global-navi li.current_page_item a,
* html #menu-global-navi li.current-menu-ancestor a,
* html #menu-global-navi li.current-menu-item a,
* html #menu-global-navi li.current-menu-parent a,
* html #menu-global-navi li a:hover {
	color: #fff;
}

/* menu end */
		
#container {
	position: relative;
	overflow: hidden;
	width: 1000px;
	background: url(images/bg.jpg) repeat-y top center;
	margin: 0 auto;
}

.narrowcolumn {
	float: left;
	padding-bottom: 10px;
	margin: 0;
	width: 450px;
}

.widecolumn {
	padding: 10px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.narrowcolumn h2,
.narrowcolumn h3,
.widecolumn h2 {
	clear: both;
	background: url(images/blog_bg.jpg) repeat;
	color: #000000;
	font-family: "MS UI Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 10px 5px;
	padding: 3px 0 3px 5px;
}

.narrowcolumn h2,
.widecolumn h2 {
	font-size: 14px;
}

.narrowcolumn h3 {
	font-size: 13px;
}

.time {
	background: url(images/icon_time.gif) left no-repeat;
	margin: 0 15px 10px;
	padding: 0 0 2px 20px;
	font-size: small;
	font-weight: bold;
}

.post {
	margin: 0 0 40px;
/*	text-align: justify; */
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .post-edit-link {
	margin: 0;
	padding: 0 0 4px 20px;
	background: url('images/icon_edit.jpg') no-repeat top left;
}

.widecolumn .postmetadata {
	background-color: #ddd;
	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;
}

#footer {
	overflow: hidden;
	width: 1000px;
	height: 30px;
	background: url(images/blog_bg.jpg) repeat;
	margin: 0 auto;
	padding-top: 18px;
	font-size: 13px;
	text-align: center;
}

#footer a{
	color: #000000;
	font-style: italic;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	margin: 30px 0 0;
}

h3 {
	padding: 0;
	margin: 10px 0 0;
}

h3#comments {
	padding: 0;
	margin: 40px auto 20px;
	text-indent: 10px;
}
/* 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;
}

/* Sidebar1 */
#sidebar1 {
	float: left;
	display: inline; 
	overflow: hidden;
	width: 200px;
	min-height: 500px;
	margin-left: -755px;
	padding-bottom: 10px;
	color: #666;
	font-size: 13px;
}

#sidebar1 a {
	color: #666;
	text-decoration: none;
}

#sidebar1 a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#sidebar1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar1 li {
	list-style-type: none;
	margin: 0;
	padding: 10px 8px 0 8px;
}

#sidebar1 h2 {
	background: url(images/blog_bg.jpg) repeat;
	color: #000000;
	font-size: 14px;
	font-family: "MS UI Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 3px 0 3px 5px;
}

#sidebar1 ul ul li {
	line-height: 1.6em;
	list-style-type: none;
	margin: 0;
	padding: 2px 0 0 12px;
	border: none;
	background: url('images/icon_arrow1.gif') no-repeat 0 9px;
	min-height: 0;
}

#sidebar1 select {
	margin: 5px 0 0 0;
	font-size: 11px;
	width: 140px;
	overflow: hidden;
}

/* sidebar2 */
#sidebar2 {
	float: right;
	display: inline; 
	width: 200px;
	overflow: hidden;
	margin-right: 20px;
	padding-bottom: 20px;
	min-height: 500px;
	color: #416D7A;
	font-size: 13px;
}

#sidebar2 a{
	color: #416D7A;
	text-decoration: none;
}

#sidebar2 a:hover {
	color: #ED1B23;
	text-decoration: none;
}

#sidebar2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar2 li {
	list-style-type: none;
	margin: 0;
	padding: 10px 8px 0 8px;
	border: 0 red solid;
}

#sidebar2 h2 {
	background: url(images/blog_bg.jpg) repeat;
	color: #000000;
	font-size: 14px;
	font-family: "MS UI Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 3px 0 3px 5px;
}

#sidebar2 ul li {
	padding-bottom: 10px;
	
}

#sidebar2 ul ul li {
	line-height: 1.6em;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
	background: url('images/icon_arrow2.gif') no-repeat 0 5px;
	border: none;
}

#sidebar2 select {
	margin: 5px 0 0 0;
	font-size: 11px;
	width: 140px;
	overflow: hidden;
}

/* subfooter */
#subfooter {
	clear: both;
	overflow: hidden;
	width: 960px;
	background-color: #719EB1;
	border-top: 1px blue dotted;
	margin: 0 auto;
	padding-bottom: 5px;
	color: #416D7A;
	font-size: 13px;
}

#subfooter a {
	color: #416D7A;
	text-decoration: none;
}

#subfooter a:hover {
	color: #ED1B23;
	text-decoration: none;
}

#subfooter ul {
	float: left;
	width: 25%;
	margin: 0 auto;
	padding: 0;
}

#subfooter ul li {
	margin: 0;
	padding: 10px 0 8px;
	text-align: center;
}

#subfooter h2 {
	background: url(images/but_bg.jpg) repeat-x;
	color: #eee;
	font-size: 14px;
	font-family: "MS UI Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 5px 5px;
	padding: 3px 0 3px 5px;
}

#subfooter ul ul {
	width: 100%;
}

#subfooter ul ul li {
	float: none;
	_width: 90%;
	line-height: 1.6em;
	list-style: inside square;
	margin: 0;
	/margin-left: 10px;
	padding: 0 0 0 10px;
	/padding-left: 0;
	color: #eee;
}

#subfooter select {
	margin: 5px 0 0 0;
	font-size: 11px;
	width: 140px;
	overflow: hidden;
}

#subfooter .phptextwidget {
	text-align: center;
}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar2 #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar2 #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 {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}

#gravatar {
	margin: 0;
	padding: 5px 10px;
	border: 1px dotted #99CCFF;
	background-color: #FFFF99;
	font-size: 1.3em;
	line-height: 1.5;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#respond {
	margin: 0 15px;
}

#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;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#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;
	text-decoration: underline;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar td#today {
	background-color: #ccf; }
/* 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;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	width: auto;
	font-size: 1.2em;
	margin: 0 10px;
	padding-bottom: 15px;
}
/* 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;
}

#imagewidget,
.wp-caption {
	border: 0;
	margin: 0;
	padding: 0;
}

.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;
}

/* フォームメイラー用 */

div#button {
	float: none;
	width: 180px;
	margin: 10px auto 0;
	text-align: center;
}

input,textarea,select{
	border: 1px solid #888844;
	background-color: #FFFFFF;
	font-size: 1em; 
}

textarea {
	width: 300px;
}

input.bt {
	border: 1px solid #669999;
	background-color: #CCCCFF;
	margin: 0 2px;
	padding: 2px;
	font-size: 1.3em;
}

div#note_1 {
	width: 250px;
	margin: 20px auto;
	font-size: 1.3em;
	text-align: center;
}

div#send {
	width: 200px;
	margin: 10px auto;
	font-size: 1.3em;
	text-align: left;
}

table#tbl-frm {
	margin: 0 auto;
	border-collapse: separate;
	font-size: 1.3em;
	text-align:left;
}

td.td_1, .td_2, .td_3 {
	padding: 2px;
}

td.td_1 {
	width: 30%;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

td.td_2 {
	width: auto;
	text-align: left;
}

td.td_3 {
	width: 30%;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

div#frm {
	width: 500px;
	height: auto;
	background-color: #DDDDDD;
	margin: 0 auto;
	padding: 10px 0;
}

.ddsg-wrapper {
	font-size: 1.3em;
}

.ddsg-wrapper h2 {
	width: 150px;
	background: #D3E3FE none;
	font-size: 1.1em;
	font-weight: bold;
}

.ddsg-wrapper ul {
	clear: both;
	list-style: outside none;
	width: 90%;
	margin: 0 0 0 20px;
	padding: 0 0 10px;
}

.ddsg-wrapper ul li {
	list-style: none;
 	margin: 3px 0 0 0;
	border: none;
	background: url('images/icon_arrow3.gif') no-repeat 0 6px;
	min-height: 0;
	padding: 0 0 0 20px;
	_padding: 5px 0 10px 10px;
	line-height: 1.4em;
}

.style5 {
	color: #FF0000;
}

.pp_image {
	margin: 0 0 20px 21px;
}
