@charset "utf-8";
/*
Theme Name: resoul Default
Theme URI: http://wordpress.org/
Description: <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした WordPress のデフォルトテーマ
Version: 0.01
Author: datadisk.jp
Author URI: http://datadisk.jp/
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 {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #EBEFF0;
	color: #333;
	text-align: center;
	}

a:visited {
	color: #147;
	text-decoration: none;	
	}

a:hover {
	color: #147;
	text-decoration: none;	
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/base.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/foot.jpg') no-repeat top;
	border: none;
	}

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 {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}
	
h3.550leftcontenth {
	font-size: 16px;
	color: #CC0000;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}

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;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	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;
	}

#commentform p {
	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;
	}

/*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 {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#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 */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	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 {
	padding: 0;
	margin: 10px auto o auto;
	width: 800px;
	clear: both;
	}

#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;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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 5px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 5px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
	
li       {
	 }

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* 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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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;
	}

#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; }
/* 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;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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;
}

.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;
}

/*-- ＢＯＤＹ全体のスタイル　--------------------------------------------*/

body{
   margin:0px;
   border:0px;
   text-align:center;
   background-color:#ebeff0;
   
/*--scrollbarデザイン--*/
   scrollbar-face-color:#00gg00; 
   scrollbar-track-color:#ffffff;
   scrollbar-arrow-color:#ffffff; 
   scrollbar-3dlight-color:#888888;
   scrollbar-highlight-color:#000000; 
   scrollbar-shadow-color :#000000;
}

/*-- 全画像　-----------------------------------------------------------*/

img{
	border:0px;
}

/*-- サイト全体のスタイル ----------------------------------------------*/

#content{
	width:100%;
    padding:0px;
	margin:0px auto 0px auto;
	text-align:center;
}

#resoul{
    width:801px;
	padding:0px;
	margin:0px auto 0px auto;
	background-color:#ebeff0;
}

 /* ヘッダースタイル ----------------------------------------------*/

.header{
    width:800px;
    height:70px;
    padding:0px;
    margin:0px;
	background-image:url(images/base.jpg);
    background-repeat:no-repeat; 
	float:left;
}   

.header_l{
    width:185px;
    height:70px;
    padding:0px;
    margin:0px;
	float:left;
}

.header_l_pad{
   margin:0px;
   padding:0px 0px 0px 0px;
   border:0px;
}

.title{
    width:170px;
    height:70px;
    padding:0px;
    margin:0px;
	float:left;
}

.header_r{
    width:615px;
    height:70px;
    padding:0px;
    margin:0px;
	float:right;
}

.header_r_pad{
   margin:0px;
   padding:15px 0px 0px 0px;
   border:0px;
}

.menu{
    height:55px;
    padding:0px;
    margin:0px;
	float:left;
}

.btn_base{
    height:50px;
    padding:0px;
    margin:0px;
	float:left;
}

.btn_pad1{
   margin:0px;
   padding:0px 0px 0px 40px;
   border:0px;
}

.btn_pad2{
   margin:0px;
   padding:0px 0px 0px 36px;
   border:0px;
}

.btn_pad3{
   margin:0px;
   padding:0px 0px 0px 58px;
   border:0px;
}

.btn_pad4{
   margin:0px;
   padding:0px 0px 0px 46px;
   border:0px;
}

.btn_pad5{
   margin:0px;
   padding:0px 0px 0px 42px;
   border:0px;
}

.btn_pad6{
   margin:0px;
   padding:0px 0px 0px 56px;
   border:0px;
}


.btn_p{
    padding:0px;
    margin:0px;
	float:left;
}



 /* トップコンテントスタイル ------------------------------------------*/

.top_content_01{
    width:801px;
    height:211px;
    padding:0px;
    margin:0px;
	float:left;
} 

.pad{
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}

.top_content_01a{
    width:800px;
    height:200px;
    padding:0px;
    margin:0px;
	float:left;
	background-image:url(images/jigyou_base.png);
    background-repeat:no-repeat; 
} 

.top_content_01a_pad{
   margin:0px;
   padding:14px 0px 0px 20px;
}

.top_content_02a_pad{
   margin:0px;
   padding:0px 0px 0px 20px;
}

.u_d{
	width:801px;
	height:7px;
	margin:0px;
	padding:0px;
	float:left;
}

.top_content_01b{
    width:760px;
    padding:0px;
    margin:0px;
	float:left;
} 

.top_c2{
    width:801px;
    padding:0px;
    margin:0px;
	float:left;
} 

.top_content_02{
    width:801px;
    padding:0px;
    margin:0;
	float:left;
} 

.top_content_02a{
    width:801px;
    padding:0px;
    margin:0px;
	background-color:#ffffff;
	float:left;
} 

.top_content_02b{
	width:760px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	background-color:#ffffff;
}

.top_content_03b{
	width:760px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	background-color:#ffffff;
}


.s2_title1{
    width:350px;
    height:21px;
    padding:0px;
    margin:0px;
	float:left;
}

.s2_title2{
	width:350px;
	height:14px;
	padding:0px;
	margin:0px;
	float:left;
}

.s2_01{
    width:350px;
    padding:0px;
    margin:0px;
	float:left;
}

.s2_left{
	width:350px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
}

.s2_p{
	width:55px;
	height:70px;
	padding:0px;
	margin:0px;
	float:left;
}

.s2_photo{
	width:55px;
	height:55px;
	padding:0px;
	margin:0;
	float:left;
	background-color:#999999;
}

.s2_t{
	height:auto;
	padding:0;
	margin:0;
	float:right;
	font-size: 11px;
	text-align: left;
	width: 350px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}


.s2_right{
	width:350px;
	height:auto;
	padding:0px;
	margin:0px;
	float:right;
}

.top_c3{
	width:801px;
	padding:0px;
	margin:0px;
	float:left;
	height: auto;
} 


.top_content_03{
	width:801px;
	margin:0;
	float:left;
	height: auto;
} 

.top_content_03a{
	width:801px;
	height:auto;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	float:left;
} 

.s3_left{
	width:350px;
	padding:0px;
	margin:0px;
	float:left;
}

.s3_right{
	width:350px;
	height:auto;
	padding:0px;
	margin:0px;
	float:right;
}

.s3_01{
	width:350px;
	padding:0px;
	margin:0px 0px 15px 0px;
	float:left;
}

.s3_02{
	width:350px;
	padding:0px;
	margin:0px;
	float:left;
}

.s3_p{
    width:55px;
    height:70px;
    padding:0px;
    margin:0px;
	float:left;
}

.s3_photo{
    width:55px;
    height:70px;
    padding:0px;
    margin:0px;
	float:left;
	background-color:#999999;
}

.s3_u{
	width:350px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
}

.s3_t{
	width:350px;
	padding:0px;
	margin:1px 0px 0px 0px;
	float:right;
	font-size: 12px;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

.s3_t2{
	width:350px;
	height:auto;
	padding:0px;
	margin:0;
	float:left;
	text-align: left;
	font-size: 10px;
	line-height: 15px;
	color: #0727272;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

.s_left{
    width:210px;
    height:180px;
    padding:0px;
    margin:0px;
	float:left;
}

.s_right{
    width:210px;
    height:180px;
    padding:0px;
    margin:0px;
	float:right;
}

.s_title{
    width:210px;
    height:50px;
    padding:0px;
    margin:0px;
	float:left;
}

.list_area{
    width:210px;
    height:130px;
    padding:0px;
    margin:0px;
	float:left;
}

.list_area_pad{
	margin:0px;
	padding:5px 0px 0px 0px;
}

.list{
    width:210px;
    height:120px;
    padding:0px;
    margin:0px;
	float:left;
}

.list_t{
	width:181px;
	height:16px;
	padding:0px;
	margin:0px 0px 3px 0px;
	float:left;
	text-align:left;
}

.list_t1{
	width:210px;
	height:59px;
	padding:0px;
	margin:0px 0px 3px 0px;
	float:left;
	text-align:right;
}

.list_t2{
	width:210px;
	height:16px;
	padding:0px;
	margin:0px 0px 3px 0px;
	float:left;
	text-align:right;
}

/* 共通スタイル ---------------------------------------------------*/

.left{
	width:550px;
	padding:0px;
	margin:0px;
	float:left;
	display: inline;
} 

.ss_title{
	width:800px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
} 

.koumoku{
	width:550px;
	height:30px;
	padding:0px;
	margin:0px;
	float:left;
	display: inline;
} 

.koumoku_t{
	width:550px;
	height:20px;
	padding:0px;
	margin:0px;
	float:left;
	display: inline;
} 

.koumoku_1{
    width:100px;
    height:20px;
    padding:0px;
    margin:0px;
	float:left;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size:11px;
	line-height: 140%;
	color: #727272;
	text-align:left;
}

.koumoku_2{
    width:350px;
    height:20px;
    padding:0px;
    margin:0px;
	float:left;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size:11px;
	line-height: 140%;
	color: #727272;
	text-align:center;
} 

.koumoku_3{
    width:100px;
    height:20px;
    padding:0px;
    margin:0px;
	float:right;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size:11px;
	line-height: 140%;
	color: #727272;
	text-align:right;
} 

.content_pad{
	margin:0px;
	padding:0px 0px 10px 0px;
}

.sub_title{
	width:800px;
	height:auto;
	padding:0px;
	margin:0px 0px 0px 0px;
	float:left;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
} 

.pad1{
	margin:0px;
	padding:0px 0px 0px 0px;
	background-color: #FFFFFF;
}

.s_t{
	width:800px;
	height:60px;
	padding:0px;
	margin:0px;
	float:left;
	text-align:left;
} 

.s_text{
    width:506px;
	height:40px;
    padding:0px;
    margin:0px;
	float:left;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size:11px;
	line-height: 140%;
	color: #727272;
	text-align:left;
} 

.s_text2{
	width:550px;
	height:42px;
	padding:0px;
	margin:10px 0px 0px 0px;
	float:left;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size:11px;
	line-height: 140%;
	color: #727272;
	text-align:center;
} 

.main{
	width:550px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
} 

.main_base{
    width:550px;
    height:300px;
    padding:0px;
    margin:0px;
	float:left;
	background-image:url(images/main.jpg);
    background-repeat:no-repeat; 
} 

.main2{
    width:550px;
    height:650px;
    padding:0px;
    margin:0px;
	float:left;
} 

.main2_base{
    width:550px;
    height:566px;
    padding:0px;
    margin:0px;
	float:left;
	background-image:url(images/main_2.jpg);
    background-repeat:no-repeat; 
} 

.right{
	width:250px;
	padding:0px;
	margin:0px;
	float:left;
}

.main2_t{
    width:550px;
    height:55px;
    padding:0px;
    margin:0px;
	float:left;
} 

.main3_t{
    width:550px;
    height:155px;
    padding:0px;
    margin:0px;
	float:left;
} 

.main3a_t{
    width:550px;
    height:540px;
    padding:0px;
    margin:0px;
	float:left;
} 

.pad3{
   margin:0px;
   padding:16px 0px 0px 11px;
}

.pad4{
   margin:0px;
   padding:0px 0px 0px 25px;
}

.pad4a{
   margin:0px;
   padding:20px 0px 0px 25px;
}


.main_text3{
    width:500px;
	height:155px;
    padding:0px;
    margin:0px;
	float:left;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size:11px;
	line-height: 120%;
	color: #727272;
	text-align:left;
	letter-spacing:1px;
} 

.mini_t{
	width:527px;
	height:36px;
	padding:0px;
	margin:0px 13px 0px 10px;
}

.pad5{
	margin:10px 0px 10px 10px;
	padding:0px 0px 0px 0px;
	display: inline;
	float: left;
	height: auto;
}

.pad6{
	margin:0px;
	padding:0px 0px 0px 0px;
}

.side_0{
	width:240px;
	padding:0px;
	margin:0px 0px 0px 0px;
	float:left;
	display: inline;
} 

.side_01{
	width:250px;
	padding:0px;
	margin:0px;
	float:left;
	display: inline;
} 

.side_3{
	width:240px;
	height:auto;
	padding:0px;
	margin:0px 0px 0px 0px;
	float:left;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	display: inline;
} 

.side_4{
	width:240px;
	height:auto;
	padding:0px;
	margin:0px 0px 0px 10px;
	float:left;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	display: inline;
} 

.side_5{
	width:240px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
}

.side_6{
	width:230px;
	height:300px;
	padding:0px;
	margin:0px;
	float:left;
	background-image:url(images/monogatari.jpg);
	background-repeat:no-repeat;
} 

.side_6a{
	width:230px;
	height:300px;
	padding:0px;
	margin:0px;
	float:left;
	background-image:url(images/mese.jpg);
	background-repeat:no-repeat;
} 

.side_5_pad{
	margin:0px;
	padding:0px 0px 0px 0px;
	background-color: #FFFFFF;
}

.side_6_pad{
   margin:0px;
   padding:34px 0px 0px 10px;
}

.side_5_text{
	width:230px;
	height:405px;
	padding:0px 0px 10px 0px;
	margin:20px 0 0 0;
	float:left;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size:12px;
	line-height: 120%;
	color: #727272;
	text-align:left;
	letter-spacing:1px;
	overflow: auto;
	display: inline;
}  

.side_6_text{
	width:210px;
	height:244px;
	padding:0px;
	margin:0px;
	float:left;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size:12px;
	line-height: 120%;
	color: #a0a0a0;
	text-align:left;
	letter-spacing:1px;
}  


.side_3_pad{
	margin:0px;
	padding:5px 0px 0px 0px;
	float: left;
}

.side_3_text{
	width:220px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size:14px;
	line-height: 120%;
	color: #727272;
	text-align:left;
	letter-spacing:1px;
	list-style-position: inherit;
}  

.side_4_pad{
	margin:0px;
	padding:5px 0px 0px 0px;
	width: 240px;
}

.side_4_text{
	width:200px;
	height:auto;
	padding:5px 10px 5px 30px;
	margin:0px;
	float:left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height: 150%;
	text-align:left;
	letter-spacing:1px;
	list-style-position: outside;
} 

.side_4_text a{
	text-decoration: none;
	color:#ff8b4a;	
}

.side_4_text a:hover{
	color: #FF0000;
} 

.side_4_text a:visited{
	color:#fc6b22;	
}

.side_4a_pad{
	margin:0px;
	padding:5px 0px 5px 0px;
}


/* トピックススタイル ---------------------------------------------------*/

.topics{
	width:801px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
} 

.topics_content{
	width:800px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	background-repeat:no-repeat;
} 

.topics_content_01_pad{
	margin:0px 0px 0px 15px;
	float: left;
}

.topics_content_01{
    width:760px;
	height:42px;
    padding:0px;
    margin:0px;
	float:left;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size:11px;
	line-height: 140%;
	color: #727272;
	text-align:left;
} 

.topics_content_02a{
	width:801px;
	height:auto;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	float:left;
} 

.topics_content_02_pad{
	margin:0px;
	padding:0px 0px 0px 10px;
}

.topics_content_02{
	width:680px;
	height:auto;
	padding:0px;
	margin:0px 0px 50px 50px;
	_margin:0px 0px 50px 25px;
	float:left;
	background-color:#ffffff;
} 

.topics_list{
	width:680px;
	height:auto;
	padding:0px;
	margin:0px 0px 0px 0px;
	float:left;
}

.t_list_pad{
	margin:0px;
	padding:20px 0px 20px 0px;
}

.t_list{
	width:680px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size:14px;
	line-height: 140%;
	color: #727272;
	text-align:left;
}



/* footerスタイル ---------------------------------------------------*/

.footer{
	width:801px;
	height:auto;
	padding:0px;
	margin:10px 0px 0px 0px;
	float:left;
	background-color:#ebeff0;
	display: inline;
	overflow: hidden;
} 

.f_pad{
	margin:0px;
	padding:0;
	border:0px;
	width: 801px;
	height: auto;
	overflow: hidden;
	display: inline;
}

.footer_01a{
	width:801px;
	height:20px;
	margin:0 0 0 0;
	background-color:#ffffff;
	float: left;
	overflow: hidden;
	display: inline;
	padding: 0px;
} 



.excerpt img{
float:right;
margin:3px;
}

.more-link {
	float: right;
	text-align: right;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding:0px;
}

/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
.main .pad .main_base .s_text_content {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-style: normal;
	color: #000000;
	margin: 15px;
	height: auto;
	width: 530px;
	float: left;
	text-align: left;
}
.main .pad .left_content .left_content_u {
	height: 7px;
	width: 550px;
	background-color: #FFFFFF;
}
.main .pad .left_content {
	height: auto;
	width: 550px;
}
.main .pad .left_content .left_content_post {
	height: auto;
	width: 550px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
.s_text_contents {
	background-color: #FFFFFF;
	height: auto;
	width: 530px;
}
.main .pad .left_content .left_content_post .left_content_text {
	padding: 0px 0px 0px 0px;
	height: auto;
	width: 500px;
	margin: 0px 25px 25px 25px;
	text-align: justify;
	line-height: 17px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.top_content_03 .pad .top_c3 .top_content_03a .top_content_02a_pad .top_content_03b .s3_left .s3_01 .pad .s3_u .s3_t2 .seminer-url {
	float: right;
}
.left .main .pad .left_content .content_pad .left_content_post .seminer-url {
	float: right;
	margin: 0px 15px 0px 0px;
}
.left .main .pad .left_content .left_content_post .left_content_tilte {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 30px 25px 20px 25px;
}
.top_content_03 .pad .top_c3 .top_content_03a .top_content_02a_pad .top_content_03b .s3_right .s3_02 .s3_t3 {
	background-color: #FFFFFF;
	text-align: left;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 10px;
}
.topics .pad .topics_content .topics-tilte_back {
	background-color: #FFFFFF;
	float: left;
	height: 50px;
	width: 801px;
}
.left .ss_title .pad .sub_title .pad1 #career_text {
	float: right;
	margin: 0px 0px 0px 0px;
}
.right .side_0 .pad2005 {
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.right .side_02 {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 250px;
}
.right .side_02 .pad2005 {
	margin: 0px;
	padding-top: 126px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.top_content_03 .pad .top_c3 .top_content_03a .top_content_02a_pad .top_content_03b .s3_left .s3_01 .pad .s3_u .s3_t2 .s3_tilte_c2 {
	color: #E05A5A;
}
.top_content_03 .pad .top_c3 .top_content_03a .top_content_02a_pad .top_content_03b .s3_left .s3_01 .pad .s3_t .s3_t3 {
	color: #E05A5A;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.long_title {
	height: auto;
	width: 800px;
	margin: 0px;
}
.top_content_02 .pad .top_c2 .topics_content_02a .topics_content_02_pad .topics_content_02 .topics_list .t_list_pad .topics_tilte {
	height: 15px;
	text-align: left;
}
.top_content_03 .pad .top_c3 .top_content_03a .top_content_02a_pad .top_content_03b .s3_right .s3_02 .s3_t3 .topics_datetitle .topics_date {
	float: left;
	height: auto;
	width: 80px;
}
.top_content_03 .pad .top_c3 .top_content_03a .top_content_02a_pad .top_content_03b .s3_right .s3_02 .s3_t3 .topics_datetitle .topics_title {
	float: left;
	height: auto;
	width: 270px;
}
.top_content_03 .pad .top_c3 .top_content_03a .top_content_02a_pad .top_content_03b .s3_right .s3_02 .s3_t3 .topics_datetitle {
	height: auto;
	width: 350px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	line-height: 20px;
}
.topics_datetitle_long {
	height: auto;
	width: 740px;
}
.topics_date_long {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	height: auto;
	width: 120px;
	float: left;
}
.topics_title_long {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	float: left;
	height: auto;
	width: 620px;
}
.long_content_post {
	height: auto;
	width: 680px;
}
.long_content_text {
	height: auto;
	width: 680px;
	padding: 20px 0 0 0;
}
.koumoku-long {
	height: 30px;
	width: 800px;
}
.koumoku_1-long {
	float: left;
	height: 30px;
	width: 80px;
}
.koumoku_2-long {
	float: left;
	height: 30px;
	width: 640px;
}
.koumoku_3-long {
	float: right;
	height: 30px;
	width: 80px;
}
.240px_side_up {
	height: 7px;
	width: 240px;
}
.240px_side_down {
	float: right;
	height: 7px;
	width: 240px;
	margin: 0px;
}
.240px_kojin_titleside {
	height: 30px;
	width: 240px;
}
.240px_kojin_1side {
	height: 15px;
	width: 240px;
}
.240px_hojin_titile {
	height: 40px;
	width: 240px;
	float: left;
}
.240px_hojin_1side {
	height: 15px;
	width: 240px;
	float: left;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.240px_kojin_2side {
	float: left;
	height: 15px;
	width: 240px;
}
.side_3a_pad {
	height: auto;
	width: 240px;
	padding: 10px 0px 10px 0px;
}
.240px_hojin_2side {
	float: left;
	height: 15px;
	width: 240px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.240px_hojin_3side {
	float: left;
	height: 15px;
	width: 240px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.side_3b_pad {
	float: left;
	width: 240px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.side_5_240px_up {
	float: left;
	height: 7px;
	width: 240px;
	overflow: hidden;
}
.side_5_240px_down {
	float: left;
	height: 7px;
	width: 240px;
	overflow: hidden;
}

li.listmarkmaru {
	list-style-image : url(images/list_red.jpg);
}
.all_seminar_datetitle {
	float: none;
	height: auto;
	width: 680px;
}
.all_seminar_date {
	height: auto;
	width: 120px;
	float: left;
}
.all_seminar_title {
	float: right;
	height: auto;
	width: 560px;
}
.240px_side_kako_title {
	float: left;
	height: 30px;
	width: 240px;
	text-align: left;
	position: relative;
	display: inline;
}
.240px_side_kako_list {
	height: 433px;
	width: 230px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	overflow: auto;
	float: left;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	display: inline;
}
.240px_side_kako_datetitle {
	float: left;
	height: auto;
	width: 220px;
	text-align: left;
	margin: 0px 0px 10px 0px;
}
.240px_side_kako_date {
	float: left;
	height: auto;
	width: 220px;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 10px;
}
.240px_side_kako_listtitle {
	height: auto;
	width: 210px;
	float: left;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	padding: 0 10px 0 10px;
}
.top_semier_title {
	color: #FF0000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
.top_semier_title.a:link {
	color: #red;
}
.240px_side_kako_pad1 {
	width: 240px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.550leftcontenth.h3 {
	color: #EA505A;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 24px;
	font-weight: bold;
}
p.sample4 {
	width:210px;
	height:360px;
	background-color:#FFFFFF;
	overflow:auto;
}.testscrool {
	height: 360px;
	width: 210px;
	float: left;
	margin-left: 10px;
}
.topics240title {
	float: left;
	height: 30px;
	width: 240px;
}
.240px_side_kako_pad7 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.240px_side_kako_one {
	height: 0px;
	width: 210px;
	padding: 0px;
	float: left;
}
.240px_side_kako_shikaku {
	color: #FFFFFF;
	height: 10px;
	width: 10px;
	float: left;
}
.long_content_tilte {
	height: auto;
	width: 680px;
}
.550px_content_u {
	height: 7px;
	width: 550px;
}
.550px_content_tilte {
	float: left;
	height: auto;
	width: 520px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.550px_content_text {
	height: auto;
	width: 520px;
	margin-top: 20px;
	margin-left: 20px;
}
h3.550px_content_h3 {
	float: left;
	height: auto;
	width: 520px;
	margin-bottom: 20px;
	margin-left: 15px;
}
h3.650px_content_h3 {
	float: left;
	height: auto;
	width: 650px;
	margin-bottom: 20px;
	margin-left: 15px;
}

a.top_semier_url {
    color: #E05A5A;
}
a:link.top_semier_url {
    color: #E05A5A;
}
a:hover.top_semier_url {
    color: #E05A5A;
}
.in_context_text {
    margin:0px;
}
.in_context_blank {
    width: 75%;
    margin: 0px;
    float: right;
	color:#FFFFFF;
}
.in_context_link {
	text-align: right;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding:0px;
	}

    
.left_content_d {
	height: 7px;
	width: 550px;
}
h4 {
	margin-bottom: 20px;
}
#240px_title {
	padding: 0 10px 0 10px;
}
.top_sutekina_url {
	float: right;
}

