@charset "utf-8";
/*
Theme Name: WordPress Baritono Shingo Okamoto
Author: INDEX CO.,ltd
Author URI: http://index-media.heteml.jp/
*/

/* ----- Base Setting ----- */
* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
li {
	list-style-type: none;
}
img {
	border:none;
}
a {
	color: #00507A;
}
a:hover {
	color: #00507A;
}
.tx-left {
	float:left;
	margin-bottom:20px;
}
.tx-right {
	float:right;
	margin-bottom:20px;
}
.img-left {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.img-right {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}


/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	*font-size:small;
	*font:x-small;
	line-height: 160%;
	color: #666666;
	background-color:#EAEAEA;
	background-image:url('images/base/bg_top_width.jpg');
	background-position:top;
	background-repeat:repeat-x;
}
#wrapper {
	background-image:url('images/base/bg.jpg');
	background-position:top;
	background-repeat:repeat-y;
	width: 1000px;
	margin:0px auto;
	text-align: left;
}
#wrapper_top {
	background-image:url('images/base/bg_top.jpg');
	background-position:top;
	background-repeat:no-repeat;
	width: 1000px;
	margin:0px auto;
	text-align: left;
}





/* headerArea
-------------------------------------------------- */
#header {
	height: 208px;
	padding: 0;
	margin: 0 100px;
	position: relative;
}
#header h1 {
	float:left;
	padding-top:55px;
	padding-left:385px;
	text-indent:-9999px;
}
#header h1 a {
	display:block;
	width:400px;
	height:120px;
}
/* footerArea
-------------------------------------------------- */
#footer {
	width:1000px;
	height: 40px;
	margin: 0px auto;
	color:#999999;
	position: relative;
	background-image:url('images/base/footer.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
}
.copyright{
	text-indent:-9999px;
}
/* Global Menu Area
-------------------------------------------------- */
#globalNavigationArea {
	width: 770px;
	height: 42px;
	padding: 0;
	margin-bottom:10px;
	background-image:url('images/base/gm.jpg');
	background-position:left;
	background-repeat:no-repeat;
	position: relative;
}
#globalNavigationArea ul.link {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#globalNavigationArea ul.link li {
	padding: 0px;
	margin: 0px;
	float: left;
}
#globalNavigationArea ul.link li#gm01 a {
	width: 68px;
	height: 42px;
	display:block;
	text-indent:-9999px;
}
#globalNavigationArea ul.link li#gm02 a {
	width: 174px;
	height: 42px;
	display:block;
	text-indent:-9999px;
}
#globalNavigationArea ul.link li#gm03 a {
	width: 100px;
	height: 42px;
	display:block;
	text-indent:-9999px;
}
#globalNavigationArea ul.link li#gm04 a {
	width: 74px;
	height: 42px;
	display:block;
	text-indent:-9999px;
}
#globalNavigationArea ul.link li#gm05 a {
	width: 152px;
	height: 42px;
	display:block;
	text-indent:-9999px;
}
#globalNavigationArea ul.link li#gm06 a {
	width: 202px;
	height: 42px;
	display:block;
	text-indent:-9999px;
}


/*-------------------------------------------------- */
/* mainArea
-------------------------------------------------- */
#mainArea {
	width: 770px;
	padding: 0;
	margin: 0 116px 10px 114px;
	text-align: left;
	position: relative;
/*	border-bottom:1px solid #CCCCCC;*/
}
#mainArea_page {
	width: 750px;
	padding: 10px;
	margin: 0 116px 20px 114px;
	text-align: center;
	position: relative;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

/* contentsArea
-------------------------------------------------- */
#contentsArea {
	width: 549px;
	margin: 0 0 0 15px;
	float: right;
}
#contentsArea h3 {
	font-size:14px;
	color:#00507A;
	padding:0 3px 10px 3px;
	margin-bottom:15px;
	border-bottom:1px solid #CCCCCC;
}
.contents_box_top {
	width: 509px;
	padding:15px 20px;
}
.contents_box_top p {
        width: 500px;
}

.contents_box {
	background-image:url('images/base/contents_bg.gif');
	background-position:top;
	background-repeat:no-repeat;
	width: 509px;
	padding:15px 20px;
}
.date {
	font-size:13px;
	font-weight:bold;
	color:#CCCCCC;
	margin-bottom:10px;
}
.contents_bottom {
	background-color:#D0D8DD;
	padding:5px 20px;
	color:#333333;
	text-align:right;
	font-size:11px;
}
.contents_bottom a {
	color:#333333;
	text-decoration:none;
}

/* LeftNavigationArea
-------------------------------------------------- */
#side-bar {
	width: 206px;
	float:left;
}
#LeftNavigationArea {
	background-image:url('images/base/left_mid.gif');
	background-position:top left;
	background-repeat:repeat-y;
	width: 206px;
	margin: 0px;
	padding: 0;
}
#left_top {
	background-image:url('images/base/left_bg.gif');
	background-position:top;
	background-repeat:no-repeat;
	padding:12px;
	width:182px;
}
#left_bottom {
	background-image:url('images/base/left_bottom.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	height:10px;
	width:206px;
}
#LeftNavigationArea h3#archives {
	background-image:url('images/base/lt_archives.gif');
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:1px solid #CCCCCC;
	text-indent:-9999px;
	height:30px;
	padding-bottom:5px;
}
#LeftNavigationArea h3#links {
	background-image:url('images/base/lt_links.gif');
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:1px solid #CCCCCC;
	text-indent:-9999px;
	height:33px;
	padding-bottom:5px;
}
#LeftNavigationArea ul {
	margin:10px 0 20px;
}
#LeftNavigationArea li {
	background-image:url('images/base/icon_01.gif');
	background-position:left 6px;
	background-repeat:no-repeat;
	padding:0 5px 5px 20px;
	margin-bottom:5px;
	border-bottom:1px dotted #CCCCCC;
}
#banner {
	background-image: none;
        text-align: center;
	width: 206px;
        margin: 10px 0;
}
#banner  ul li  {
	background-image: none;
      margin: 10px 0;
}
#banner  ul li  img {
       border:1px solid #ccc;
}

/*------------------------end  --------------------*/
/* 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;
	}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond {
        width: 500px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	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 */

.navigation {
	display: block;
	text-align: center;
        margin: 10px 0;
/*	margin-top: 10px;
	margin-bottom: 60px;*/
	}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
/*	margin: 10px;*/
        margin: 0 10px 10px 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;
}
.page_cont p {
        margin: 20px 0;
}
.page_cont img {
        margin: 0 10px; 
        padding:0;
}
#post-5 h3,
#post-8 h3 {
	background-position:0 15px;
	background-repeat:no-repeat;

        height: 65px;
        width: 235px;
        text-indent: -9999px;
        border: none;
}


#post-5 h3 {
	background-image:url('images/base/mt_opera01.jpg');
}
#post-8 h3 {
	background-image:url('images/base/mt_profile01.gif');
}
/* ----- contact form ------*/
#wpcf7-f1-p2-o1 p{
        margin: 0;
        padding: 0;
}



/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* End captions & aligment */

