/*
Theme Name: Onsheet
Theme URI: http://info.onsheet.net/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/ /* Begin Typography & Colors */
body,h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,p,form,ul,li,input,button {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 14px;
}

a,img {
    border: 0;
    outline: 0;
}

body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana,
        Arial, Helvetica, sans-serif;
    background: #e8e8e8;
    text-align: center;
}

#page {
    width: 902px;
    margin: auto;
}

#main {
    margin-top: 10px;
    position: relative;
}

.round_box_gray_tl {
    padding-left: 7px;
    height: 7px;
    background: transparent url(images/round_box_gray_tl.png) no-repeat left top;
}

.round_box_gray_tr {
    padding-right: 7px;
    height: 100%;
    background: transparent url(images/round_box_gray_tr.png) no-repeat right top;
}

.round_box_gray_t {
    height: 100%;
    background: transparent url(images/round_box_gray_t.png) repeat-x center top;
}

.round_box_gray_cl {
    padding-left: 7px;
    background: transparent url(images/round_box_gray_cl.png) repeat-y left center;
}

.round_box_gray_cr {
    padding-right: 7px;
    height: 100%;
    background: transparent url(images/round_box_gray_cr.png) repeat-y right center;
}

.round_box_gray_c {
    height: 100%;
    background: #fff;
    text-align: left;
}

.round_box_gray_bl {
    padding-left: 7px;
    height: 7px;
    background: transparent url(images/round_box_gray_bl.png) no-repeat left bottom;
}

.round_box_gray_br {
    padding-right: 7px;
    height: 100%;
    background: transparent url(images/round_box_gray_br.png) no-repeat right bottom;
}

.round_box_gray_b {
    height: 100%;
    background: transparent url(images/round_box_gray_b.png) repeat-x center bottom;
}

.round_box_big_tl {
    padding-left: 7px;
    height: 63px;
    background: transparent url(images/round_box_big_tl.png) no-repeat left top;
}

.round_box_big_tr {
    padding-right: 7px;
    height: 100%;
    background: transparent url(images/round_box_big_tr.png) no-repeat right top;
}

.round_box_big_t {
    height: 100%;
    background: transparent url(images/round_box_big_t.png) repeat-x center top;
}

.round_box_small_tl {
    padding-left: 7px;
    height: 45px;
    background: transparent url(images/round_box_small_tl.png) no-repeat left top;
}

.round_box_small_tr {
    padding-right: 7px;
    height: 100%;
    background: transparent url(images/round_box_small_tr.png) no-repeat right top;
}

.round_box_small_t {
    height: 100%;
    background: transparent url(images/round_box_small_t.png) repeat-x center top;
}

.round_box_small_t .post_title_gray {
    line-height: 45px;
}

/***************************header*******************************/
#header {
    text-align: left;
    height: 140px;
    position: relative;
	z-index:999;
}

#logo {
    background: transparent url(images/logo.png) no-repeat right bottom;
    display: inline-block;
    width: 145px;
    height: 100%;
    text-decoration: none;
}

#header_right {
    position: absolute;
    left: 176px;
    top: 0;
    right: 0;
    height: 100%;
}

#hrefs_top {
    text-align: right;
    height: 30px;
    color: #c2c2c2;
}

#hrefs_top a {
    color: #c2c2c2;
    font-size: 1.2em;
    text-decoration: none;
    line-height: 35px;
    margin: 0 10px;
}

#header_right p {
    color: #07796e;
    line-height: 22px;
    font-size: 13px;
}

#header_menu_l {
    height: 73px;
    background: transparent url(images/header_menu_l.png) no-repeat left center;
    padding-left: 10px;
}

#header_menu_r {
    height: 100%;
    background: transparent url(images/header_menu_r.png) no-repeat right center;
    padding-right: 10px;
}

#header_menu {
    height: 100%;
    background: transparent url(images/header_menu.png) repeat-x center center;
}

#header_menu ul {
    list-style: none;
    line-height: 72px;
    text-align: center;
}

.current_page_item {
    background: transparent url(images/header_menu_active.png) no-repeat center top;
}

.current_page_item a {
    color: #fff !important;
    text-shadow: 1px 1px 1px #1c9a8e !important;
}

#header_menu li {
    display: inline-block;
    width: 116px;
    float: left;
}

#header_menu ul a {
    text-decoration: none;
    color: #077d70;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 1px 1px 1px #93E5DD;
}

/*****************************sidebar**************************************/
#sidebar {
    width: 164px;
    float: left;
}

#search_wrap {
    background: transparent url(images/ipt_search_bg.png) no-repeat center center;
    height: 24px;
    width: 150px;
    margin: auto;
}

#ipt_search {
    border: 0px;
    width: 124px;
    height: 18px;
    margin: 3px 0 0 20px;
    padding: 0;
}

#btn_search_submit {
    background: transparent url(images/btn_search_bg.png) no-repeat center center;
    width: 150px;
    border: none;
    height: 31px;
    padding: 0;
    margin-top: 7px;
}

.round_box_gray_c h1 {
    color: #40b9a4;
    padding: 10px 10px 10px 2px;
}

#side_other_wrap {
    margin-top: 15px;
}

#sidebar ul {
    list-style: none;
}

#posts_lastest li,#side_archives,#side_category {
    border-top: 1px solid #a6a6a6;
    margin: 0 2px;
    padding: 8px 4px;
}

#sidebar a {
    text-decoration: none;
    color: #575757;
    font-size: 1.2em;
    line-height: 22px;
}

#sidebar span {
    margin-left: 5px;
    font-size: 13px;
    line-height: 22px;
    color: #575757;
}
#ass_a{
	margin-top:27px;
	display:block;
}

/**********************footer******************************/
#footer_hr {
    border-bottom: 1px solid #cacaca;
    height: 40px;
    clear: both;
}

#footer {
    color: #565656;
    font-weight: 500;
    font-size: 12px;
}

#footer_hrefs {
    text-align: center;
    margin-top: 24px;
}

#footer_hrefs a {
    font-size: 12px;
    color: #565656;
    font-weight: 500;
    text-decoration: none;
    padding: 0 15px;
}

#footer center {
    margin: 20px 0;
}

/**************************guide(index)*************************************/
#guide_menu_wrap.round_box_gray_cl {
    padding-left: 1px;
}

#guide_menu_wrap .round_box_gray_cr {
    padding-right: 1px;
}

#guide_menu_wrap .header {
    color: #797979;
    text-align: center;
    padding: 0;
    border-bottom: 1px solid #a6a6a6;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
}

.side_menu {
    background: transparent url(images/sidebar_menu_normal_bg.png) no-repeat center center;
    display: block;
    height: 49px;
    width: 160px;
}

.side_menu_active {
    background: transparent url(images/sidebar_menu_active_bg.png) no-repeat center center !important;
    display: block;
    height: 49px;
    width: 160px;
}

.side_menu:hover {
    background: transparent url(images/sidebar_menu_hover_bg.png) no-repeat center center;
}

.side_menu_content .sidemenu_text {
    color: #20ad9e;
    font-weight: bold;
    line-height: 49px;
    font-size: 12px;
    text-align: center;
}

.side_menu_active .sidemenu_text {
    color: #fff;
}

/*******************content************************************/
#content {
    text-align: left;
    margin-left: 176px;
    width: 726px;
	position: relative;
	z-index: 1;
}

#screenshoot .round_box_gray_bl {
    background: transparent url(images/screenshoot_bl.png) no-repeat left center;
    padding-left: 6px;
    height: 24px;
}

#screenshoot .round_box_gray_br {
    background: transparent url(images/screenshoot_br.png) no-repeat right center;
    padding-right: 6px;
}

#screenshoot .round_box_gray_b {
    background: transparent url(images/screenshoot_b.png) repeat-x center top;
    text-align: center;
}

#screenshoot .round_box_gray_c {
    overflow: hidden;
    height: 250px;
}

#img_slider_wrap>div {
    width: 5000px;
}

#screenshoot a {
    width: 8px;
    height: 12px;
    text-decoration: none;
    display: inline-block;
}

#screenshoot img {
    margin: auto;
    height: 240px;
    width: 714px;
}

#screenshoot span {
    line-height: 24px;
    font-size: 12px;
    color: #1d1d1d;
    vertical-align: top;
}

#btn_screenshoot_left {
    background: transparent url(images/btn_screenshoot_left.png) no-repeat left center;
    position: absolute;
    left: 0;
    top: 6px;
}

#btn_screenshoot_right {
    background: transparent url(images/btn_screenshoot_right.png) no-repeat left center;
    position: absolute;
    right: 0;
    top: 6px;
}

#onsheet_done {
    margin-top: 0px;
}

#onsheet_done h1 {
    color: #00a190;
    padding-left: 8px;
}

#onsheet_done td {
    color: #575757;
    font-size: 1.2em;
    line-height: 2.8em;
    background: transparent url(images/star.png) no-repeat 7px 0.7em;
    padding-left: 3.2em;
    text-align: left;
}

.post_title_gray {
    min-height: 32px;
    color: #00a190;
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
    padding: 0 10px;
}

.post_title_gray>div {
    line-height: 24px;
}

.post_content_gray {
    padding: 5px 0;
}

.post_content_gray,.post_content_gray p {
    color: #575757;
    font-size: 13px;
    line-height: 22px;
}

.post_content_gray {
    padding: 8px 10px;
}

.post_content_gray p {
    margin: 8px 0;
}

.post_content_gray a {
    color: #00a190;
    font-size: 13px;
}

.post_time_gray {
    color: #00a190;
    font-size: 13px;
}

.news blockquote,.price_content blockquote {
    margin: 10px;
    min-height: 29px;
    line-height: 29px;
    border: 1px solid #a6a6a6;
    background: transparent url(images/post_content_block_bg.png) repeat-x center center;
    padding-left: 15px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.price_content blockquote p {
    margin: auto;
    line-height: 29px;
}

.post_content_gray a img {
    display: inline;
    margin: auto;
}

.post_content_gray ul {
    margin: 5px 0 15px 0;
}

.post_content_gray ul li {
    margin: 0 15px;
}

.post_cattip_gray {
    color: #575757;
    margin-left: 8px;
    font-size: 13px;
}

.post_cat_gray,.post_cat_gray a {
    color: #318dff;
    font-size: 13px;
}

#guide_posts .round_box_gray_tl {
    margin-top: 15px;
}

.aligncenter,div.aligncenter {
    display: block;
    margin: 10px auto;
}

#back_to_top {
    margin-top: 20px;
    text-align: right;
    padding-right: 15px;
}

#back_to_top a {
    color: #00a190;
    font-size: 12px;
}

#post_nav {
    height: 46px;
}

#post_nav a {
    line-height: 46px;
    color: #a3a3a3;
    font-size: 12px;
}

.btn_nav_prevous,#btn_post_prevous {
    float: left;
}

.btn_nav_next,#btn_post_next {
    float: right;
}

.news .round_box_gray_bl,.guide_page .round_box_gray_bl,.index .round_box_gray_bl,.category .round_box_gray_bl,.search .round_box_gray_bl
    {
    margin-bottom: 15px;
}

.blog_content ul {
    list-style: none;
}

.blog_content li {
    background: transparent url(images/icon_yellow.png) no-repeat left 6px;
    padding-left: 20px;
    margin-bottom: 15px;
}

.blog_content li p {
    padding: 0;
}

.blog_content a {
    color: #98c6ff;
}

.price_content p {
    margin: 10px 0 15px 0;
}

.price_content blockquote {
    color: #61a6fb;
}

.index .post_content_gray img {
    float: left;
    margin: 4px 8px 0 0;
}

.index .post_content_gray strong {
    display: block;
}

.index blockquote {
    margin-bottom: 12px;
}

.share_content blockquote {
    margin-top: 20px;
}

.news_content .post_content_gray a ,.guide_content .post_content_gray a{
    color: #318DFF;
}
.guide_content .post_content_gray img{
    vertical-align: middle;
}
.news_content blockquote a {
    text-decoration: none;
}

#logIn{
	cursor:pointer;
	background:transparent url(images/btn_screenshoot_down.png) no-repeat 90px 32px;
}
#login_second_menu{
	position:absolute; 
	top:132px; 
	z-index:999;
	cursor:pointer;
	display:none;
	width:100px;
	right:0;
}
#menu_line{
	z-index:999;
	height:1px;
	background-image:url(images/login_second_menu_line.png);
	background-repeat:repeat-x;
	background-position:0 0;
}
#goPersonal{
	z-index:999;
	height:35px;
	background-image:url(images/login_second_menu_mz.png);
	*background-image:url(images/login_second_menu_ie.png);
	background-repeat:no-repeat;
	background-position:left -1px;
}
#goPersonal:hover{
	background-position:left -66px;
}
#goLawyer{
	z-index:999;
	height:29px;
	background-image:url(images/login_second_menu_mz.png);
	*background-image:url(images/login_second_menu_ie.png);
	background-repeat:no-repeat;
	background-position:left -36px;
}
#goLawyer:hover{
	background-position:left -101px;
}

.index_osnews_l {
	background: transparent url(images/index_c_l.png) no-repeat scroll left
		center;
	height: 26px;
	padding-left: 20px;
	margin-bottom:15px;
}

.index_osnews_r {
	background: transparent url(images/index_c_r.png) no-repeat scroll right
		center;
	padding-right: 6px;
	height: 26px;
}

.index_osnews_c {
	background: transparent url(images/index_c_c.png) repeat-x scroll 0 0;
	height: 26px;
}

#index_osnews li {
	list-style-type: none;
	text-align: left;
	height:100%
}
#index_osnews .blogroll{
	float:left;
	line-height:23px;
	margin-left:45px;
}
#index_osnews a{
	color:#565656;
	float:left;
	font-size:12px;
	letter-spacing:1px;
	line-height:28px;
	text-decoration:none;
}
.blogroll li{
	display:none;
	filter:Alpha(Opacity=0);
}
.blogroll h2{
	float:left;
}
.clear{
	clear:both;
}
.blockquote{
	float:left;
	width:260px;
	height:200px;
	color:#fff;
	background: transparent url(images/blockquote.png) no-repeat scroll 0 0;
}
.blockquote h4 {
	margin:0;
	padding:15px 22px 20px 25px;
	text-indent:-1em;
}
.blockquote p {
	margin:0 0 0 2.6em;
	text-indent:-1.3em;
	color:#fff;
}
.blockquote_b{
	float:left;
	width:261px;
	height:196px;
	color:#fff;
	background: transparent url(images/blockquote_b.png) no-repeat scroll 0 0;
}
.blockquote_b h4 {
	margin:0;
	padding:15px 22px 20px 25px;
	text-indent:-1em;
}
.blockquote_b p {
	margin:0 0 0 2.6em;
	text-indent:-1.3em;
	color:#fff;
}


