@charset "utf-8";
/*
Theme Name: all-ms (Fluid Blue)
Theme URI: http://srinig.com/wordpress/themes/fluid-blue/
Description: A simple two column fluid width theme. Right sidebar supports widgets. Tags and gravatars supported. Valid XHTML and CSS.
Version: 1.7.2
Author: Srini G
Author URI: http://srinig.com/wordpress
Tags: blue, light, two-columns, flexible-width, right-sidebar, threaded-comments

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background-image: url(/masters/wp-content/themes/all-ms/images/bg-blue.gif);
	color: #5A5A5A;
}

a {
	color:#258;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	color:#27a;
	text-align:left;
}

h1 {font-size:2.6em;}
h2 {font-size:2em;}
h3 {font-size:1.6em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}


img {
	border:0;
}

input {
	font-size:1.2em;
}

input[type=text], textarea{
	background:#fff;
	border:1px inset #aaa;
}
input[type=submit] {
	background:#eee;
	border:1px outset #aaa;
}

textarea {
	font-size:12px;
}

pre {
	font-size:12px;
	overflow:auto;
}
code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}

/* Layout */
#page {
	width:917px;
	margin:0 auto;
	text-align:left;
	background-color: #FFFFFF;
}

#wrapper {
	margin:0 20px;
}

#wrapper-in {
	margin:20px 0px 20px 0px;
}

#content{
	float:left;
	width:617px;
	padding:0px 0px 20px 0px;
}

#sidebar{
	float:right;
	width:200px;
	padding:15px 20px 15px 20px;
	background:#FFCC00;
}

#sidebarout{
	float:right;
	width:240px;
}

#sidebartop,#sidebarbtm{
	float:right;
	font-size:0px;
	line-height:0px
}

/* Header */

#header {
	margin:0 auto;
	padding:0;
	background: #FFFFFF url(/masters/wp-content/themes/all-ms/images/header-bg.gif) no-repeat center top;
	height: 92px;
	width: 877px;
}

#headertitle {
	float:left;
}
#headertitle h1 {
	margin:0;
	display:none;
}
#headertitle h1 a {
	background:transparent;
	color:#fff;
}
#headertitle h1 a:hover {
	text-decoration:none;
}

#headertitle p {
	margin:0;
	background:transparent;
	color:#fff;
	font-size:1.1em;
	display:none;
}

#headerlogo {
	float:left;
	padding:15px 0px 0px 20px;
}

.search {
	float:right;
	padding:1.5em 20px 0 0;
}
.search form {
	margin:0;
	padding:0;
}
.search input {
	display:inline;
	width:218px;
	border:1px solid #69b;
	margin:0;
	padding:0.2em 5px;
	background:#38b;
	color:#ddd;
	font-size:12px;
}

.pankuzu {
	margin:0;
	padding:0px 0px 1em 0px;
	font-size:0.9em;
	line-height: 1.2em;
}

/* Top navigation */
#navbar {
	margin: 0px auto;
	padding: 0px;
	width: 837px;
	clear: both;
}

#nav {
	margin:0px;
	padding: 15px 0px 0px 0px;
	list-style: none;
	}

#nav ul {
	padding:0.1em 0 0 0;
	margin:0;
	list-style: none;
	background:transparent;
	}

#nav a {
	color:#BDD8EA;
	display: block;
	padding-top:0.1em;
	}

#nav a:hover {
	color: #FFCC00;
	display: block;
	padding-top:0.1em;
}

#nav li {
	float: left;
	margin: 0;
	text-transform:uppercase;
	padding: 0em 1.6em 0em 1.3em;
	background:url(/masters/wp-content/themes/all-ms/images/icon-star.gif) no-repeat left center;
	font-size: 12px;
}

#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 14em;
	}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #165279;
	color: #c6c8c9;
	width: 14em;
	float: none;
	margin: 0;
	padding: 0.5em ;
	border-bottom: 1px solid #aaa;
	}

#nav li li a:hover, #nav li li a:active {
	background: #237ab2;
	color: #fff;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}


/* Top */
#topimg {
	padding: 15px 0px 0px 0px;
	}

#hdttl {
	background:url(/masters/wp-content/themes/all-ms/images/icon-star-lw.gif) no-repeat left top;
	padding:2px 0px 0px 22px;
	margin-bottom: 10px
	}

#hdttl h2{
	font-size:1.6em;
	line-height: 1em;
	font-weight: bold;
	}

.hdttltop {
	background:url(/masters/wp-content/themes/all-ms/images/ttl-bg.gif) no-repeat left center;
	height: 25px;
	padding:10px 0em 0em 12px;
	margin-bottom: 15px;

	}

.hdttltop h2{
	font-size:1.4em;
	line-height: 1em;
	font-weight: bold;
	color: #FFFFFF;
	}


/* Sidebar */


#sidebar ul {
	padding:0;
	margin:0;
	list-style: none;
	font-size:1.1em;
}
#sidebar ul ul {
	margin:0.5em 0em 0em 0em;
	padding:0.2em 0em 0em 0em;
	font-size:1em;
	background:url(/masters/wp-content/themes/all-ms/images/line205.gif) no-repeat left top;
}

#sidebar ul li {
	margin:0 0 2em 0;
}

#sidebar li li {
	margin:0.5em 0;
	background:url(/masters/wp-content/themes/all-ms/images/icon-arrow.gif) no-repeat left 0.4em;
}

#sidebar li li a {
	padding-left: 11px;
	display: block;
	zoom: 1;
}

#sidebar li li li {
	padding-left:10px;
}

#sidebar ul h2 {
	margin:0;
	padding:3px 0px 0px 22px;
	color:#2277aa;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight: bold;
	background:url(/masters/wp-content/themes/all-ms/images/icon-star-l.gif) no-repeat left top;
}


/* Footer */
#footer {
	clear:both;
	background:url(/masters/wp-content/themes/all-ms/images/footer-bg.gif) no-repeat left center;
	color:#eee;
	width: 877px;
	height: 108px;
	margin: 0px auto;
}

#footer p{
	color: #FFFFFF;
	padding:40px 0px 0px 20px;
	text-align:left;
	font-size: 10.8px;
	line-height: 1.2em;
}

#pagetop {
	width: 877px;
	margin:0px auto;
	text-align:right;
	clear: both;
	padding-bottom:5px;
}

#pagetop a{
	font-size:1.1em;
	line-height: 1em;
}

/* Post */
.post {
	margin:0 0 2em 0;
	padding-bottom: 2em;
	clear:both;
	background:url(/masters/wp-content/themes/all-ms/images/line617.gif) no-repeat left bottom;
}

.posttitle {
	font-size:1.4em;
	font-weight: bold;
	background: #FFFFFF url(/masters/wp-content/themes/all-ms/images/icon-swimer.gif) no-repeat left center;
	padding: 1em 0em 0.5em 2em;
}

.post p, .post ol li, .post ul li{
	margin-top:0;
	font-size:1.2em;
	line-height:1.5em;
	text-align:justify;
}
.post li li {
	font-size:1em;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}

.postentry a {
}
.postentry a:hover {
	border-bottom:1px solid #258;
	text-decoration:none;
}

.postmetadata {
	clear:both;
	margin:0.5em 0em 0.5em 0em;
	font-size:1.1em;
	color:#888;
	text-align:justify;
}

div.navigation {
	font-size:1.1em;
}

.postentry table {
	margin:10px 0px 0px 0px;
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
}


.postentry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	font-size:1.2em;
}

.postentry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

/* Comments */

#comments {
	font-size:1.2em;
}

.commentlist {
	margin:20px 0;
	padding:0;
	border-width:0 0.1em 0.1em 0;
	border-color:#eee;
	border-style:solid;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	border-width:0.1em 0 0 0.1em;
	border-color:#eee;
	border-style:solid;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.9em;
}

/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#aaa;
	text-align:left;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 5px 15px 15px 0px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 5px;
   margin: 0;
}

/* yana追加 */

.mb15{margin-bottom:15px;}

p.note {
      margin: 1em 0em 0em 1em;
      text-indent: -1em;
}

ol.number li {
	list-style-type: decimal;
	display: list-item;
	margin: 5px 0px 5px 25px;
	padding: 0px;
	list-style-position: outside;
}

ol.number {
	margin: 0px 0px 15px 0px;
}

ul.disc {
	margin: 0px 0px 15px 0px;
}

ul.disc li {
	list-style-type: disc;
	display: list-item;
	margin: 5px 0px 5px 25px;
	padding: 0px;
	list-style-position: outside;
}

ol.numberinT li {
	list-style-type: decimal;
	display: list-item;
	margin: 5px 0px 5px 25px;
	padding: 0px;
	list-style-position: outside;
	font-size: 1em;
}

ul.discinT li {
	list-style-type: disc;
	display: list-item;
	margin: 5px 0px 5px 25px;
	padding: 0px;
	list-style-position: outside;
	font-size: 1em;
}

.pagetopmini {
	width: 617px;
	background: url(/masters/wp-content/themes/all-ms/images/line617.gif) no-repeat left bottom;
	clear: both;
	text-align: right;
	padding: 20px 0px 10px 0px;
}

.pagetopmini a{
	font-size: 0.9em;
	line-height: 1em;
}

.forimg-mt30mb20 {
	font-size: 0px;
	line-height: 0px;
	margin: 30px 0px 20px 0px;
}

.forimg-mt30mb10 {
	font-size: 0px;
	line-height: 0px;
	margin: 30px 0px 10px 0px;
}

.sidberline {
	margin:0.5em 0em 0em 0em;
	padding:0.2em 0em 0em 0em;
	font-size:1em;
	background:url(/masters/wp-content/themes/all-ms/images/line205.gif) no-repeat left top;
}

.tblttl {
	color:#5A5A5A;
	font-size:1.2em;
	font-weight:bold;
	margin-top:10px
 }
