@charset "UTF-8";

/*
name: TurtleFive.com 
designer: TurtleFive  
designer_url: http://www.turtlefive.com/ 
*/

/* CSSリセット ------------------------------------------------------------ */

:link,:visited {
    text-decoration: none;
}
html,body,div,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
}

a img,:link img,:visited img {
    border: none;
}

table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
address {
    font-style: normal;
    display: inline;
    font-size: 9pt;
}

#beta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#alpha dl{
    margin-left: 1em;
    padding: 0;
}
#alpha dt {
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    font-weight: bold;
}
#alpha dd {
    margin: 0;
    padding: 0;
}

#alpha a{
text-decoration: underline;
}

#alpha h2 a{
text-decoration: none;
}
/* 共通設定----------------------------------------------------------------- */

/*--背景--*/
body {
    font-size:95%;
    text-align: center;
    color: #333;
    font-family: "trebuchet ms", arial, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;   
    background: #fff url(img/body.jpg) repeat-x; 
}

a {
    color:  #5280a6;
}

a:hover {
    color: #ae8271; 
}

hr {
height: 1px;
border: none;
border-top: 1px #666 dotted;
margin: 10px 0 10px 0;
}

p {
margin-top: 0px;
margin-bottom: 25px;
padding: 0px;
line-height: 150%;
}


/* カラム幅 ---------------------------------------------------------- */


#alpha {
    width: 660px;
    margin-bottom: 100px;
}

#beta {
    width: 220px;
}


#alpha-inner {
    width: 625px;
}

#beta-inner {
    width: 220px;
    border: 1px #ededed solid;
    background:  url(img/side_bottom.jpg) center bottom no-repeat; 
    padding-bottom: 50px;
    margin-bottom: 140px;
}


/*　レイアウト ------------------------------------------------------------- */


#container {
    margin: 0 auto;
    width: 920px;
    background: #fff url(img/bg_main.jpg) center top no-repeat; 
}


#container-inner {
    width: 900px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer-inner,
#alpha-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}


#content {
    width: 899px;
    background: url(img/footer.jpg) bottom left no-repeat;
}

#content-inner {
    padding: 0;
}

#header-inner,
#header  {
padding: 5px 10px;
}


/*パンくず----------------------------------------------------------------- */

#topicPath{
font-size: 10pt;
margin-bottom: 20px;
}

/* ヘッダー ----------------------------------------------------------------- */

#header {
    margin: 0;
    border-top-width: 0px;
    border-top-style: solid;
    border-color: #6ca617;   
    background: url(img/top.gif) repeat-x; 
}

#header-inner {
    position: relative;
}

/* サイト最上部 */
#header-name {
    position: relative;
    color: #999;  
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
}

/* サイト最上部 2段目 */
#header-description {
    text-align: left;
    position: absolute;
    top: 30px;
    color: #999;   
    margin: 0 0 5px;
    font-size: 10pt;
}

/* ヘッダ画像 */
#header-banner {
    color: #efefef;  
}

/* ヘッダ画像内文章 */
p.banner {
    position: absolute;
    color: #642405; 
    width: 400px;
    left:20px;
    top: 160px;
    font-size: 90%;
    font-weight: normal;   
}

h2.banner {
    position: absolute;
    color: #efefef; 
    width: 400px;
    left:20px;
    top: 140px;
    font-size: 110%;
    font-weight: bold;   
}


#header a {
    text-decoration: none;
    color: #666;
    font-weight: normal;
}

#header a:hover {
    text-decoration: underline;
}

* html #header-top {  /*HACK targets IE6 but not 7, instead of min-height*/
    height: 140px;
}

/* ロゴ・電話番号・トップナビエリア */
#header-top {
    height: 140px; 
    margin-top: 10px;
    background: #fff url(img/phone.gif) no-repeat top right;
}

#header-global {  
    width: 860px; 
    height: 45px; 
    margin: 0px;
    background: #fff url() no-repeat;
    clear: right;
}

* html #header-content {  /*HACK targets IE6 but not 7, instead of min-height*/
    height: 200px;
}
#header-content {
    width: 860px; 
    margin: 0px;
    clear: right;
}


/* グローバルメニュー-------------------------------------------------------- */
ul#globalmenu { 
	margin:0; padding:0; 
	list-style-type:none; 
	overflow:hidden;
}

ul#globalmenu li { 
	float:left;
	list-style:none;
}
ul#globalmenu .current a{
	color:#ae8271;
}

ul#globalmenu li a {
 	color:#ededed;
	display:block;
	height: 45px; 
	text-indent:-9898px;
	background: #fff url(img/global.gif) no-repeat top left; 
 }
 
ul#globalmenu li a:hover { 
	color: #ae8271;
	border:none; 
	text-decoration:none;
	background: #fff url(img/global_on.gif) no-repeat top left; 
 }


ul#globalmenu li a.menu1 {background-position:0px 0px; width:80px;}

ul#globalmenu li a.menu2 {background-position:-80px 0px; width:190px;}

ul#globalmenu li a.menu3 {background-position:-270px 0px; width:105px;}

ul#globalmenu li a.menu4 {background-position:-375px 0px; width:105px;}

ul#globalmenu li a.menu5 {background-position:-480px 0px; width:160px;}

ul#globalmenu li a.menu6 {background-position:-640px 0px; width:120px;}

ul#globalmenu li a.menu7 {background-position:-760px 0px; width:90px;}


/* 右上トップメニュー -------------------------------------------------------- */

div.top-menu {
	position: absolute;
	right:0px;
	top: 2px;
}

ul#topmenu{
	display:inline;
    font-size: 0.7em;
}

ul#topmenu li{
	display:inline;
	margin-left:5px;
}

div.content-nav {
    margin: 50px 0 10px 5px;
    float: left;
    clear: both;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 10px;
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}

.asset-name,
.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-title
.archive-header,
.search-form-header,
.search-results-header {
    font-family: "century gothic", futura, arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;
} 


.asset-footer,
.asset-footer a,
.comment-footer,
.comment-footer a,
.trackback-footer {
    color: #999;
}

.asset-footer {
    height: 300px;
    width: 100%;
    background-color: #fff;
    border: 1px dotted navy;
	margin-top: 0pt;
	padding-top: 0pt;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #a0cddd;
}


.archive-list-item {
    margin-bottom: 5px;
}


/* Widget ----------------------------------------------------------------- */

/* サイドバーバナー要素 */

ul.banner li.contact a {
	background: url(img/contact.jpg) no-repeat;
	line-height: 72px;
	text-indent: -7777px;
	display: block;
	width: 100%;
	height: 72px;
	list-style-type: none;
}

ul.banner li.contact a:hover {
	background: url(img/contact_on.jpg) no-repeat;
}

ul.banner li.contact{
	list-style: none;
	margin-left:0px;
	margin-bottom:5px;
}


/* サイドバーのテキストリンク指定 */
.widget a,
.archive-widget .widget-list .item {
    color: #4c6885;
    font-size:11pt;
    text-decoration: none;
} 

div.ads{
font-size: 10px;
padding: 15px;
}

div.widget-content li{
margin:10px;
border-bottom: 1px dotted  #642405; 
text-decoration: none;
width: 95%;
}

.widget-content li a:visited{
text-decoration: none;
}

.widget-content li a:hover{
text-decoration: none;
    font-weight: normal;
}


/* サイドバーのH3（カテゴリタイトル） */
.widget-header {
    margin-left: 0px;
    margin-right: 15px;
    padding: 5px 15px;
    font-size:11pt;
    font-weight: bold; 
    background: url(img/widget_bg.jpg) no-repeat top left #fff; 
    width: 240px;
}  
.widget .widget-header {
    border-left: 1px solid #fff;
}

.layout-tw .widget .widget-header {
    border-left-width: 0;
}

.layout-twt #beta .widget-header,
.layout-tw .widget-header {
    border: 0;
}

.embed-asset-widget .widget-header {
    margin-bottom: 10px;
}  
.widget-header,
.widget-header a {
    text-decoration: none;
    color: #73A114;
}

.widget-header .edit a {
    border-left-color: #fff
} 

.widget-content {
    padding: 0 15px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 10pt;
    padding-left: 0px;
}

.media-stream-widget img {
    border: 1px solid #999;
} 
.widget-header .edit a,
.archive-widget .widget-list .item a,
.archive-widget .widget-list .item {
    font-weight: normal;
} 

.widget-header {
    font-size: 14px;
}

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}

/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer ----------------------------------------------------------------- */

#footer { 
    background:  #7fc31c; 
    font-weight: normal;
    width: 899px;
    height: 40px;
}


#footer a:link, #footer a:visited {
    text-decoration: underline;
    color: #fff;
}

div.copy{
    position: absolute:
    bottom: 0;
    font-size: 80%;
    text-align: center;
    color: #fff;
    padding-top: 2px;
}

div.box {
    width: 320px;
    margin-right: 10px;
    padding: 10px;
    float: left;
}
div.box2 {
    width: 290px;
    padding-top: 10px;
    float: right;
    text-align: right;
    margin-right:10px;
}
/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 1%;
}



/* テーブル----------------------- */

table#simple {
    width: 98%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 10px;
}

table#simple th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    white-space: nowrap; 
}
table#simple td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: nowrap;
    width: 350px;
}


/* おしらせ ---------------------------------------------------------- */
div.news {
    border: 1px #ededed solid;
    padding: 10px;
    width: 600px;
    margin-bottom: 15px;
    margin-left: 2px;
}

div.entry {
    padding: 5px;
    width: 620px;
    margin-bottom: 15px;
}

h3.title{
margin-top: 10px;
background: url(img/h3.jpg) no-repeat;
height: 50px;
padding: 18px 0 0 5px;
color: #6ca617
}


h2.title_bg{
background: url(img/st_bg.jpg) no-repeat;
height: 50px;
padding: 8px 0 0 50px;
color: #fff;
}

div.asset-meta{
margin-left: 5px;
margin-bottom: 10px;
color: #9db9ce;
}

h4{
font-weight: bold;
margin-bottom: 10px;
}


h4.entrytitle{
color: #5280a6;
font-weight: normal;
margin: 0px;
}


p.news{
margin-bottom: 10px;
}

#beta h4{
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
color: #5280a6;
background: url(img/h4_side.jpg) no-repeat;
padding-left: 20px;
padding-top: 3px;
line-height: 1.5;
}


#beta h5{
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
}


#beta p{
font-size: 80%;
margin-left: 5px;
}

dl dt {
color: #5280a6;
}

dl dd {
font-size: 80%;
}

span.date{
color: #9db9ce;
margin-left: 10px;
}

div.more{
margin-top: 10px;
}

/* table ---------------------------------------------------------- */

#alpha caption {
    padding: 2px 0 2px 8px;
    margin-bottom: 5px;
    border-left: 5px solid #ededed;
    text-align: left;
    font-weight: bold;
}

#alpha table {
    width: 580px;
    border-collapse: collapse;
    color: #333333;
    margin-top: 10px;
}
#alpha th {
    padding: 0.5em;
    border: 1px solid #cccccc;
    background: #9db9ce;
    color: #ededed;
    text-align: center;
}
#alpha td.row {
    width: 200px;
    padding: 0.8em 0.5em;
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: bold;
    color: #333333;
}
#alpha td {
    width: 80px;
    padding: 0.8em 0.5em;
    border: 1px solid #cccccc;
    text-align: center;
    font-weight: bold;
    color: #d94800;
}
#header  {
margin-bottom: 10px;
}

#beta img {
margin-bottom: 10px;
}

#seoweb{
font-size: 8px;
font-color: #fcfcfc;
text-align: right;
margin-top: -25px;
}

#seoweb a:link{
color: #fcfcfc;
}

#seoweb a:visited{
color: #fcfcfc;
}

