body{
    color: #333333;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    letter-spacing: 1px;
    background-color:#FFF;
}
img {
    border-style:none;
}
img.justifyleft {
float: left;
margin: 0 15px 0 0;
}
img.justifyright {
float:right;
}
img.icon {
width: 20px;
height: 20px;
margin: 0 15px 0 0;
float: left;
}
img.justifyright:after, img.justifyleft:after {
clear:both;
}
.border_orange {
width: 100%;
height: 5px;
background: #FF9910;
border-bottom: 1px solid #DDD;
}
#wrapper {
    width: 940px;
    margin: 0 auto 30px;
}
#header {
    margin:15px 0 30px;
}
#header h1 {
    font-size:11px;
    margin:0 0 20px;
}
a.logo {
    float:left;
}
#navi ul {
margin: 13px 0 0;
overflow: hidden;
font-size: 13px;
font-weight: bold;
line-height: 32px;
float: right;
}
#navi ul li{
    display:block;
    background: url(/assets/images/base/navi_bg.png); 
    float:left;
    text-align:center;
    width:128px;
    height:32px;
}
#navi ul li a{
    display:block;
    color: #333;
}
#navi ul li:hover{ text-decoration:none; background-color:#E7740B; color: #000; }
#navi ul li:active{ text-decoration:none; background-color:#E7740B; color: #000; }
#navi ul li span {
display: none;
color: #000;
position: absolute;
font-size:12px;
text-align:left;
}
#navi ul li:hover span { display: block; z-index:100; background: url(/assets/images/base/navi_span_bg.png); }
#navi ul li span a { color: #000; border-left: 1px solid #ddd; padding:5px 10px 0;}
#navi ul li span a:hover {text-decoration: underline; color: #E7740B;}
#navi ul li span .tagcloud span {
position: relative;
}
#navi ul li span .tagcloud span a {
padding: 5px 0 0 10px;
}
.clear {margin:0; padding:0; clear:both;}
#main {
     font-size:14px;
     line-height:21px;
     float: left;
     width: 600px;
}
#main .artcle {
     margin:0 0 40px;
}
.letter_body {
width: 550px;
margin: 15px auto;
text-align: justify;
}
.letter_body ul.news li {
border-bottom: 1px dotted #CCC;
font-size: 13px;
line-height: 24px;
padding: 10px 0;
}
.letter_body ul.news li a img.icon{
margin: 2px 8px 0 0;
}
.letter_body blockquote {
padding: 10px;
border-top: 1px solid #E1CC89;
border-bottom: 1px solid #E1CC89;
margin: 5px;
background-image: url(/assets/images/base/openquote1.gif);
background-position: top left;
background-repeat: no-repeat;
text-indent: 23px;
}
.letter_body blockquote p {
display: block;
background-image: url(/assets/images/base/closequote1.gif);
background-repeat: no-repeat;
background-position: bottom right;
}
.sitemap ul li{
margin:0 0 20px;
font-weight:bold;
}
.sitemap ul li a {
color:#333;
}
.sitemap ul li ul{
margin:0 20px;
}
.sitemap ul li ul li{
margin:0;
list-style-type: disc;
font-weight:normal;
}
.sitemap ul li ul li a{
color: #E7740B;
font-weight:normal;
}
.artcle h2 {
background: url(/assets/images/base/h2_bg.png) no-repeat;
font-size: 16px;
font-weight: bold;
color: #333;
height: 50px;
padding: 14px 14px 0;
}
.artcle h2 span {
text-align: right;
float: right;
font-size: 11px;
}
.target {
border: 3px solid #E6E6E6;
padding: 15px;
text-align: center;
font-weight: bold;
margin: 0 0 30px;
}
.intro {
    float:right;
    width:380px;
}
.intro p.date {
    font-size: 11px;
    line-height:18px;
    text-align:right;
    margin:0 0 10px;
}
.intro p.more a {
    font-size: 11px;
    line-height:24px;
    text-align:center;
    background:#f2f2f2;
    color:#ff9910;
    margin:14px 0 0;
    width:380px;
    display:block;
}
.arcive_img img {
float: left;
width: 150px;
}

/* スライドショー */
.big_image {
margin: 0 0 10px;
}
#icon {
	position: relative;
	float: left;
	display: block;
	width: 100px;
	height: 300px;
}
#dsc {
	width: 840px;
	float: right;
	height:300px;
	background: url(/assets/images/home/pic01.jpg) no-repeat 100% 100%;
}

/* サイドバー */
#sidebar {
float: right;
width: 300px;
margin: 0 0 0 40px;
}
#sidebar h2, .sidebar h2 {
background: url(/assets/images/base/side_bg.png) no-repeat;
width: 300px;
height: 50px;
font-size: 16px;
font-weight: bold;
color: #333;
padding: 14px 0 0 17px;
}

ul.sidebar {
margin: 20px 10px 40px;
}
#sidebar ul {
margin: 0 0 50px;
}
#sidebar ul li {
margin: 10px 0;
border-bottom: 1px dotted #CCC;
padding: 10px 0 10px 10px;
font-size: 13px;
}
#sidebar ul li.active a {
font-weight:bold;
color:#000;
}
.pager {
margin:40px 0;
}
.outline {
    font-size: 13px;
    padding: 30px;
    background-color: #F6F6F6;
    margin: 40px 0;
}
a.artlink {
    background: #333;
    padding: 5px 8px 5px 9px;
    margin: 0 10px 0 0;
    color: #fff;
}

/* フッター */
.top {
float: right;
font-size: 12px;
font-weight: bold;
margin: 0 5px 5px 0;
}
.top a {color:#000;}
#footer {
margin: 20px auto;
width: 940px;
}
#footer ul li {
float: left;
margin:0 10px;
font-size:12px;
}
#footer ul li a {
color:#666;
}
#footer address {
margin:5px 0;
padding:0px;
font-size:10px;
font-style:normal;
line-height:15px;
color:#000;
float:right;
}
.sbm {
margin:25px 20px 21px;
}
.twitter-share-button {
margin:12px 0px 5px;
}
.border_thin {
border-bottom: 1px dotted #DDD;
margin: 30px 0 15px;
}
.border_thin_end {
border-bottom: 1px dotted #DDD;
margin: 15px 0;
}
#btn {
	text-align: right;
	border: 1px solid #fff;
	float:right;
}
#btn #fb {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}
#btn #tw {
	float: right;
}
#btn #tw .twitter-share-button {
margin:5px 0px;
}
#btn #pr-banner {
float:right;
margin-right:20px;
}
/* twitter */
.twtr-doc {
margin:20px 10px 40px;
moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}

/* table */
.table-01 {
    width: 550px;
    border-collapse: collapse;
    border-top: 1px solid #F49637;
    border-left: 1px solid #F49637;
    margin:0 0 30px;
}
.table-01 th, .table-01 td {
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #F49637;
    border-right: 1px solid #F49637;
}
.table-01 th {
    background-color:#FFFBF3;
}
.table-01 td.bg {
    background-color:#FFFBF3;
    text-align: center;
}

form#contact table {
    width: 550px;
    border-collapse: collapse;
    border-top: 1px solid #F49637;
    border-left: 1px solid #F49637;
    margin:30px 0;
}
form#contact table th, form#contact table td {
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #F49637;
    border-right: 1px solid #F49637;
    font-size:14px;
}
form#contact table th {
    background-color:#FFFBF3;
    width:150px;
}
form#contact table td.bg {
    background-color:#FFFBF3;
    text-align: center;
}
form#contact table td input {
    width:370px;
}
form#contact table td select {
    width:370px;
}
form#contact table td textarea {
    width:370px;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a {text-decoration:none; color:#E7740B;}
a:hover {
  filter: alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}
.clear {clear:both;}

#ditto_pages {
margin: 40px 0 0;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 7px 10px;
    margin-right: 1px;
    background-color: #000;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 7px 10px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #000;
    padding: 7px 10px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}

#pages .ditto_currentpage {
    border: 1px solid black;
    padding: 7px 10px;
    margin-right: 1px;
    background-color: #000;
    color: #fff;
}
#pages .ditto_off {
    border: 1px solid #ccc;
    padding: 7px 10px;
    margin-right: 1px;
    color: #ccc;
}
#pages a, #ditto_pages a:link, #pages a:visited {
    border: 1px solid #000;
    padding: 7px 10px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#pages a:hover {
    background-color: #fff;
    color: #000;
}

#custom-tweet-button {
width:110px;
float:left;
margin:0;
}
a.mixi-check-button {
margin:0;
display:block;
float:right;
}

.pop {
    margin: 60px auto;
    width: 540px;
}
img.fig-r {
    float: left;
    margin: 20px 50px 0 20px;
}
ul.standard li {
    float: left;
    margin: 5px 20px 20px 0;
}
ul.standard li a {display:block;}
.hr_body {
border-bottom: 1px dotted #999;
margin: 0 0 30px;
}
.letter_body_hr {
border-top: 1px dashed #999;
margin: 24px 0;
border-bottom: 1px dashed #F2F2F2;
height: 1px;
width: 570px;
}

.attention {
background: #FDF3EA;
padding: 20px;
text-align: center;
font-weight: bold;
margin: 0 0 25px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px; 
    border-radius: 6px;
}
.attention p.left {
float: left;
width: 120px;
padding: 21px 0;
}
.attention p.right {
float: left;
text-align: left;
padding: 0 0 0 20px;
border-left: 1px solid #999;
margin: 0 0 0 20px;
}
.table-membar{
    width: 550px;
    border-collapse: collapse;
    border-top: 1px solid #F49637;
    border-left: 1px solid #F49637;
    margin:0 0 30px;
    text-align: justify;
}
.table-membar th, .table-membar td {
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #F49637;
    border-right: 1px solid #F49637;
}
.table-membar th {
    background-color:#FFFBF3;
    text-align:center;
    font-weight:bold;
}
.table-membar td.bg {
    background-color:#FFFBF3;
    text-align: center;
    width:100px;
}
.table-membar .center {
    text-align: center;
    width:155px;
}

.table-kyoyu{
    width: 550px;
    border-collapse: collapse;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    margin:0 0 10px;
    text-align: justify;
    background-color:#FDF3EA;
}
.table-kaiketsu{
    width: 550px;
    border-collapse: collapse;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    margin:0 0 10px;
    text-align: justify;
    background-color:#FAFAFA;
}
.table-koken{
    width: 550px;
    border-collapse: collapse;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    margin:0 0 10px;
    text-align: justify;
    background-color:#EBF5FF;
}
.table-kyoyu th, .table-kyoyu td, .table-kaiketsu td, .table-kaiketsu th, .table-koken td, .table-koken th {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.table-kyoyu th, .table-kaiketsu th, .table-koken th {
    text-align:center;
    font-weight:bold;
}
.table-kyoyu td.bg {
    background-color:#FDF3EA;
    text-align: center;
    width:100px;
}
p.indent {
margin: 0 0 15px 15px;
}

.table-gaiyo{
    width: 550px;
    border-collapse: collapse;
    border-top: 1px solid #F49637;
    border-left: 1px solid #F49637;
    margin:0 0 30px;
    text-align: justify;
}
.table-gaiyo th, .table-gaiyo td {
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #F49637;
    border-right: 1px solid #F49637;
}
.table-gaiyo th {
    background-color:#FFFBF3;
    text-align:center;
    font-weight:bold;
}
.table-gaiyo td.bg {
    background-color:#FFFBF3;
    text-align: center;
    width:100px;
}
.table-gaiyo .center {
    text-align: center;
    width:155px;
}
.table-gaiyo .me {
width: 50px;
text-align: center;
}
.koala {width:240px;}
.btn {
display: block;
}
.btn img {
box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px; 
    border-radius: 10px;
}
.contact_btn {
float: right;
display: block;
margin: -5px 0 0;
}