/*
Theme Name: albatross
Version: 1.00
Theme URI: 
Author: iwane
Author URI: 
Description: albatross recruit Theme
*/


* {
	margin: 0;
	padding: 0;
	}


html, body {
	background: #000;
	color: #111111;
	}

body {
	text-align: center; /* IE quirks auto margins workaround */
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, sans-serif;
	padding: 10px 5px 0;
	line-height: 1.6em;
	letter-spacing:0.2px;
	}

html>body { font-size: 11px; } /* for modern browsers that can resize px */


#wrap {
	margin: 10px auto ; /* auto centers the div */
	background: #FDFDFB;
	}


#header {
	height: 60px;
	overflow: hidden;
	background:url(images/header.jpg) repeat-x center top #130707;
	border: 0px solid #7f582b;
	}

#menu {
	background:url(images/bk_menu.gif) repeat-x bottom #C6BA8C;
	margin: 0;
	padding-bottom:2px;
	}

.subnav {

}

#content {
	width:750px;
	text-align: left;
	margin: 0px auto 20px;
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, sans-serif;
	word-wrap: break-word;
	}

#main_page {
	padding:10px 40px 10px 10px;
	margin:10px;
	}

#main_blog {
	float:left;
	margin:0;
	width:70%;
	}

.entry {
	padding:  0 10px ;
	}

#sidebar_blog {
	float:right;
	margin: 45px 0px 0;
	width:30%;
	font-size:0.9em;
	}

#calendar caption {
	font-weight:bold;
	}

#sidebar_blog h4 {
	margin-top:25px;
	}

#sidebar_blog ul {
	list-style:none;
	margin: 0px 0px 0px 35px ;
	padding: 20px 0 30px 40px;
	border-left: 1px dotted #7f582b;
	}
#sidebar_blog ul ul{
	list-style:url(images/list.gif);
	margin: 0px 0px 0px 3em ;
	padding:0;
	border-left: none ;
	}

#wp-calendar {
	width:100%;
	}

#footer {
	border-top: 1px solid #291c0e;
	color: #3D2308;
	background:url(images/header.jpg) repeat-x center top #130707;
	text-align: center;
	margin: 20px 0 0;
	font-size: 10px;
	line-height: 1.5em;
	}

#footer a {
	color: #3D2308;
	}

#title {
	text-indent:-9999px;
	margin: 30px auto 0;
	background:url(images/title.jpg) no-repeat left top #130707;
	width:800px;
	height:21px;
	}

#title a {
	color:#fff;
	}

#title a:link, #title a:visited, #title a:hover, #title a:active {
	display:block;
	width:150px;
	height:21px;
	text-decoration: none;
	color: #b39169;
	outline: none;
	}

#sitemap {
	float: left;
	text-align: left;
	margin: 5px 8px 5px 0px;
	padding-left: 12px;
	}

#menu ul.pagelinks {
	margin:0 auto ;
	}

#menu ul.pagelinks li {
	display:inline;
	border-left: 1px solid #D5CEAC;
	}

#menu li.page_last {
	border-right: 1px solid #D5CEAC;
	}

#menu ul.pagelinks li a{
	padding: 3px 55px 2px 10px;
	}

.bread {
	margin:0;
	padding:0;
	}

.title_page {
	width:350px;
	margin:30px 0 10px; 
	border-top: #FAF6E0 solid 1px;
	border-bottom: #FAF6E0 solid 1px;
	}

.title_page span {
	display:block;
	padding: 10px;
	}

.title_blog {
	margin:40px 0 10px;
	}

.subnav ul {
	display:inline;
	margin: 0px auto;
	padding-bottom:2px;
	background: url(images/bk_submenu.gif) repeat-x bottom #C6BA8C;
	}

.subnav ul li{
	display:inline;
	margin:0;
	border-left: 1px solid #D5CEAC;
	}

.subnav ul li a {
	padding: 1px 15px 2px ;
	}

#searchform, #searchform p {
	font-size: 1em;
	text-align: right;
	margin: 5px;
	}

#searchform input {
	width: 80px;
	font-size: 1em;
	background: #b39169;
	color: #000000;
	margin: 0;
	border: 1px solid #7f582b;
	}

/*	Giving block elements a default margin.	 */

h2, h3, h4, h5, h6, p, li, /* ul, ol, dl,*/ re, fieldset, address, table {
margin: 0.9em 0;
line-height: 1.6em;
	}


h1 {
	font-size: 15px;
	margin-bottom: .5em;
	font-weight: bold;
	color: #3D2308;
}
h2 {
	font-size: 14px;
	margin-top: 1.2em;
	margin-bottom: .3em;
	font-weight: bold;
	}


h3 {
	font: 14px;
	margin-bottom: .3em;
	font-weight: normal;
	}

h4 {
	font-size: 1em;
	}

h5 {
	font: normal 0.8em;
	}

address {
	font-style: italic;
	}

blockquote {
	margin: 1em 0;
	padding: 0 0 0 1.2em;
	}

dt {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	}

code, pre, var {
	font-size: 1em;
	margin: 3em 0;
	padding: 0 1.2em 0 1.2em;
	border-left: 2px solid #d49248;
	border-bottom: 1px dotted #d49248;
	}

dd {
	margin: .5em 0 1em 1.5em;
	}

img {
	border: none;
	}


#title {
	font-size: 1.5em;
	line-height: 1em;
	text-align:left;
	}

#title a {
	color:#fff;
	}

#title a:link, #title a:visited, #title a:hover, #title a:active {
	text-decoration: none;
	color: #b39169;
	outline: none;
	}

#menu ul.pagelinks {
	list-style-type: none;
	}

#menu ul.pagelinks li {
	font-size:1.1em;
	}

#menu ul.pagelinks li a:hover{
	text-decoration : none;
	color: #FDFDFB;
	background:url(images/bk_menu_ov.gif) repeat-x bottom #C6BA8C;
	}

.current_page_item a {
	text-decoration : none;
	color: #FDFDFB;
	background:url(images/bk_menu_ov.gif) repeat-x bottom #C6BA8C;
	}

.bread {
	font-size:0.8em;
	}

.bread a, .bread a:link, .bread a:visited, .bread a:hover, .bread a:active {
	text-decoration: underline;
	outline: none;
	}

.subnav ul {
	list-style-type: none;
	}

.subnav ul li{
	font-size:10px;
	line-height:1em;
	}

.subnav ul li a{
	font-weight:normal !important;
	}

.subnav ul li a:hover {
	color: #fff;
	text-decoration:none;
	}

#content p {
	text-align: left;
	}

#content form p {
	text-align: left;
	}

#content img {
	border: 0px solid #c2cfdf;
	padding: 3px;
	}

.edit {
	text-align:right;
	margin-bottom:16px;
	}

#footer p {
	margin:0;
	padding:5px;
	}


.postinfo {
	background: #80552B;
	padding-left: 10px;
	border: 1px solid #7f582b;
	color: #291c0e;
	}

.entry ul{
	padding: 0 0 0 10px;
	}

.entry li{
	padding: 0;
	}

.center {
	text-align: center;
	}

ol {
	margin-left: 3em;
	}

/* affects the comment box */

textarea {
	font: 12px/160% 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, sans-serif;
	color: #000000;	
	width: 400px;
	background-color: #EAE0BF;
	word-wrap: break-word;
	}
input {
	font: 12px/160% 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, sans-serif;
	color: #000000;	
	background-color: #EAE0BF;
}

ul {
	list-style-type: disc;
	margin-left: 1.5em;
	}

a:link, a:visited {
	color: #3d2308;
	text-decoration: none;
	font-weight: bold;
	}

a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	outline: none;
	}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #d49248;
	text-decoration: none;
	outline: none;
	}

.commentlink {
	text-align: right;
	}

ol.commentlist {
	list-style: none;
	margin-left: 0;
	/* border-bottom, for highlight comment. */
	border-bottom: 1px solid #EAE0BF;
	}

/* affects the listed comments */

h3#comments {
	font-weight:bold;
	margin-top:25px;
	}

#commentform {
	width:85%;
	margin:0 auto;
	}

.commentlist li {
	background:url(images/bk_comment.gif) no-repeat center top #FDFDFB;
	font-style: normal;
	padding: 1em 1em 2em;
	border-top: 1px solid #EAE0BF;
	}

.commentlist li p {
	padding:0 15px;
	}

.commentlist p {
	margin: .6em 0 0 0;
	}

.hilite {
	background: #f5fafc;
	}

#content .more {
	margin-top: -1em;
	text-align: right;
	}
.posted {
	font-size:0.8em;
	margin-top: .3em;
	}

.posted a {
	text-decoration:underline;
	}

.posted cite {
	font-size:1.2em;
	font-weight: bold;
	font-style: normal;
	}


#postcomment {
	margin-top:20px;
	text-align: left;
	}

.latestposts {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, sans-serif;
	color: #291c0e;	
	width: 400px;
	margin: 36px;
	border: 1px dashed #d49248;
	background-color: #8e683b;
	padding: 15px;
	list-style: none;
	word-wrap: break-word;
	}

/* submit comment button */

input#submitComment {
	width: 60%;
	border: 1px solid #b39169;
	background-color: #5c4a36;
	font: 12px/160% 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, sans-serif;
	color: #b39169;
	}

input#author, input#email, input#url {
	width: 83%;
	height: 14px;
	padding: 2px 0 2px 2px;
	border: 1px solid #c2cfdf;
	background-color: #fff;
	font: 12px/160% 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 14px;
	}

input#submitComment:hover {
	cursor: pointer;
	}


.commentlist li.ping-comment {
	/*list-style: decimal outside;*/
	color: #777;
	background-color: #FFFFFF;
	border-top: 1px solid #c2cfdf2;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: circle;
	list-style-position: outside;
	}

.commentlist li.author-comment {
	/*list-style: decimal outside;*/
	background-color: #f0f8ff;
	border-top: 1px solid #c2cfdf2;
	list-style: none;
	}

.commentlist li.user-comment {
	/*list-style: decimal outside;*/
	background-color: #f6f6f6;
	border-top: 1px solid #c2cfdf;
	list-style: none;
	}



/*	Navigation links	*/

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.tleft {
	text-align:left !important ;
	}

.tcenter {
	text-align:center !important ;
	}

.tright {
	text-align:right !important ;
	}



.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*********************************************/

.img_yakuin img{
margin-right:20px;
}
