
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Headings
  Content Styles
  Forms
  Clear
  Footer
.width220 {
	width:220px;
}
ul#navigation {
    width:952px;
    margin:0;
    overflow:hidden;　/*float解除*/
    zoom:100%;　/*float解除*/
	
}
ul#navigation li {
    float:left; /*次の要素を右側へ回り込ませる*/
    list-style:none; /*リストの●を消す*/
}
ul#navigation li a {
    display:block; /*インラインからブロック要素へ変更*/
    height:48px; /*高さ*/
    width:238px; /*横幅*/
    text-align:center; /*テキストの位置*/
    font-weight:bold; /*テキストの太さ*/
    letter-spacing:1px; /*文字間隔*/
    text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
    background-image:url(images/mainmenu.png); /*メニュー画像*/
    background-repeat:no-repeat; /*画像の繰り返しをオフに*/
	margin-bottom:10px;
}
ul#navigation a.t001 {background-position:0px 0px;width:238px;}
ul#navigation li a.t001:hover {background-position:0 -48px;}
 
ul#navigation a.t002 {background-position:-238px 0px;}
ul#navigation li a.t002:hover {background-position:-238px -48px;}
 
ul#navigation li a.t003 {background-position:-476px 0px;}
ul#navigation li a.t003:hover {background-position:-476px -48px;}
 
ul#navigation li a.t004 {background-position:-714px 0px;}
ul#navigation li a.t004:hover {background-position:-714px -48px;}
.introBox{
	border:1px solid #d9d9d9;
	padding:10px;
	color:#898989;
	font-size:11px;
}
.boxpick {
	width:210px;
	float:left;
	height:85px;
}
.boxpick p{
	line-height:110% !important;
	margin-right:5px;
}
.othercontent ul{
	padding:10px;
}
.othercontent ul li{
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #eaeaea;
}
.othercontent ul li a{
	color:#0099CC;
}
.othercontent ul li a:hover{
	color:#fff;
	background:#0099CC;
}
.newskiji {
	padding-bottom:5px;
	margin-bottom:5px;
	margin-left:10px;
}
.intro a{
	color:#454545;
}

#squaretab p {
	padding-top:0px;
	padding-left:10px;
}

.pack:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}

/* Hides from IE-mac \*/
* html .pack {
        height: 1%;
}
/* End hide from IE-mac */

*:first-child+html .pack {
        min-height: 1px;
}



/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
	} 

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
font-family:"メイリオ",  Verdana, Helvetica, arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, 
	;
	}
	
* html body {     
    background: url(null) fixed;     
}  
body {	padding-bottom:0px;
	margin-bottom:0px;
	font-size:12px;
	}

select, textarea, input {	
	font: 100% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial
	}

p {	
	margin-top: 10px;
	margin-bottom : 30px;
	line-height:200%;
	color:#787878;

	}
		
a, a:visited {	
	color: #0099D3;
	text-decoration:none 
	}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

a:hover, a:active {
	text-decoration:underline;
	}

*:focus { 
	outline: none;
	}

ol {
	margin: 15px 15px 15px 35px;
	}

a img {
	border:none
	}
.marginTn10{
	margin-top:-13px;
}
.marginBtm40 {
	margin-bottom:40px;
}
.marginBtm20 {
	margin-bottom:20px;
}
.marginBtm10 {
	margin-bottom:10px;
}
.marginBtm5 {
	margin-bottom:5px;
}
.list {
	padding-left:5px;
	padding-right:5px;
}
.list li{
	border-bottom:1px dotted #cacaca;
	padding-top:5px;
	padding-bottom:5px;
	background: url(images/lb_list.gif) 0px 7px no-repeat;
	padding-left:20px;
}

.listrestult {
	padding-left:5px;
	padding-right:5px;
}
.listrestult li{
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:8px;
	clear:both;
	display:block;
	height:60px;

}

.boxLeft {
	float:left;
	width:355px;
	height:100px;
}
.boxRight {
	float:left;
	width:355px;
	height:100px;
	margin-left:30px;
}
.date {
	font-size:10px;
	color:#9a9a9a;

}

.leftTop {
	float:left;
	width:200px;
}
.centerTop {
	float:left;
	width:740px;
}
.rightTop {
	float:right;
	width:200px;
	margin-left:10px;
}
.leftHome {
	float:left;
	width:385px;
}
.centerHome {
	float:left;
	width:335px;
	margin-left:8px;
}
.leftHome h3{
	background:#efefef;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px solid #CCC;
	font-size:12px;
}
.centerHome h3{
	background:#efefef;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px solid #CCC;
	font-size:12px;
}
.rightHome {
	float:right;
	margin-left:5px;
	width:212px;

}
.rightHome h3{
	background:#efefef;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px solid #CCC;
	font-size:12px;
}
.cnnclass{
width: 180px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.cnnclass a{
text-decoration: none;
}

.bbcclass{
width: 180px;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;

}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}
/* ---------- @ レイアウト -----------*/




/* ---------- @ Page Structure -----------*/
.intro  {
	background:#efefef;
	border:1px dotted #cacaca;
}

#flag {
	padding-bottom:33px;
	background: #fff  url('images/bg/body.gif')  repeat-x;
	}

#interior #flag {

	}
				
.wrapper {
	margin: 0 auto;
	width: 952px;
	}
.wrapper2 {
	margin-left:auto;
	margin-right:auto;
	width: 952px;
	padding-bottom:20px;
	}
	   
#masthead {
	height: 90px;
	}

#branding {
	background:url(images/logo.gif) no-repeat;
	padding-left:68px;
	height:58px;
	}
.logo {
	float:left;
	width:410px;
	padding-top:25px;
}
.headerright {
	float:right;
	width:540px;
	text-align:right;
	padding-top:4px;
	color:#eaeaea;
}
.headerright a{
	display:block;
	width:70px;
	margin-right:10px;
	font-size:10px;
	float:right;
}
/* header要素 
----------------------------------------------------------- */  
div#header  {  
    width: 100%;  
    background: #113F59;   
    color: #FFF;  
    position: fixed;  
    top:0;  
    left:0;  
	height:40px;
	z-index: 2;
}  
* html div#header    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}  
div#header div {  
    width: 952px;  
	margin-left:auto;
	margin-right:auto;
	text-align:right;
} 


#description {
	color:#7ec2f8;
	letter-spacing:0.06em;
	text-transform:uppercase;
	padding-left:2px;
	}
		
.left {	
	float:left;
	}

.right {	
	float:right
	}
	
#sidebar {
	width:368px;
	float:right
	}

	
		
/* ---------- @ Headings -----------*/

		   
h1,h2,h3,h4,h5 {
	margin:0px;
	padding:0px;

	}

h2 {	
	font-size:120%;
	padding-top:13px;
	padding-bottom:13px;
	border-top:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
	}

.post h3 {	
	font-size:12px;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:8px;
	background:#efefef;
	color:#343434;
	border-bottom:1px solid #ccc;
	}
			
h4 {	
	font-size:12px;
	}




/* ---------- @ Content Styles -----------*/


	
h1 a, h1 a:visited {
	color:#FFF;
	}

h1 a:hover, h1 a:active {
	text-decoration:underline
	}	


h2 a, h2 a:visited {
	color:#fec855;
	}

.commentcount {
	background:url(images/bubble.gif) no-repeat 0 2px;
	padding-left:17px;
	font:11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
	margin-left:9px;
	}

.commentcount a, .commentcount a:visited {
	color:#9cbff3;
	}
	
#interior #content {
	padding-top:7px;
	width:952px;
	}

.col.left {
	width:65%;
	}

.col.right {
	width:35%;
	}

		

/*Post Styles*/ 

.entry {
	padding-bottom:20px;
	}
	



.entry blockquote {
	margin:15px 35px 25px 35px;
	border-left:5px solid #fec855;
	padding-left:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#c1cddd;
	line-height:140%;
	}			

.postmetadata {
	text-transform:uppercase;
	color:#6e93b2;
	border-bottom:1px solid #376291;
	border-top:1px solid #376291;
	padding:3px 0;
	}


.tblMain {
	width:100%;
	border-collapse: collapse;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	border-spacing: 0px;
	}
.td_top {
	border-top:1px solid #aaa;
}

.td01 {
	background:#efefef;
	padding:8px;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	border-left:1px solid #aaa;
}
.td02{
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	padding:8px;
	color:#565656;
	line-height:180%;
}
.post .default td{
	padding:5px;
	color:#565656;
	line-height:140%;

}


.contentTop {

}
	
	
/*Comments*/

#commentarea {
	background:url(images/divider2.gif) top center no-repeat;
	padding-top:35px;
	}

.commentlist {
	margin:25px 0 0 0;
	padding:0 0 30px 0;
	}

.commentlist li {
	margin: 15px 0 3px 22px;
	padding: 8px 15px 10px 15px;
	background: url(images/bg_comment.gif);
	}

#commentarea small {
	font-size:1.1em;
	}

.commentlist cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
	}	

.gravatar {
	float:left;
	border:1px solid #2d578a;
	}
	
.commentinfo {
	width:765px;
	float:right;
	padding-top:5px;
	}

.commentlist li.my_comment {
	background:#254f89;
	border-bottom:1px solid #36639b;
	border-top:1px solid #36639b;
	}

li.my_comment cite {
	font-size:1.5em;
	}	
	
	
/*Flickr*/

#flickr {
	list-style:none;
	padding-top:13px;
	}

#flickr li {
	float:left;
	display:inline;
	margin:0px 17px 16px 0px;
	border-right:1px solid #031F4A;
	border-bottom:1px solid #031F4A;
	}

#flickr li a {
	display:block;
	border:4px solid #376291;
	}
	
#flickr li a:hover {
	border:4px solid #60A9DE;
	}

	

	
/* ---------- @ Forms -----------*/

#searchform {
	float:right;
	}

#s {
	width:140px;
	}
		
.field {
	background:#FFF;
	border:none;
	padding:4px;
	border:none;
	}

.field:focus {
	background:#e8ebf0;
	}
	
#submit {	
	background: #010a2a ! important;
	border:none;
	font-size:0.9em;
	color:#b5dbf3;
	padding:5px;
	text-transform:uppercase
	}

#submit:hover {	
	background: #12225b ! important;
	}
	
#searchsubmit {
	background:#295ba0;
	border:none;
	margin: 1px 0 0 3px;
	font-size:0.9em;
	color:#b5dbf3;
	padding:2px;
	}
	
	

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}


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

#meta {
	padding-top: 25px;
	}

.block {
	width:187px;
	float:left;
	margin:0 13px;
	}

#meta ul {
	margin-top:15px; 
	}
			
#meta li {
	list-style:none;
	border-top:1px solid #213957;
	padding:6px 0;
	}

#meta a, #meta a:visited {
	color:#80a3dc;
	}

#meta a:hover, #meta a:active {
	color:#FFF;
	}
.pagetop{
	text-align:right;

}
.pagetop a {
	background : url(images/pagetop.png) right top no-repeat;
	padding-right:20px;
	font-size:10px;
}

#footer {
	padding: 5px;
	margin-top:10px;
	text-align:left;
	color:#454545;
	font-size:90%;
	margin-left:auto;
	margin-right:auto;
	border-top:1px dotted #ccc;
	}
#footer a {
	color:#9a9a9a;
}

/*良くある質問*/
.q_title{
	background: url(images/qa/q.png) no-repeat;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
	font-weight:bold;
}
.a_title{
	background: url(images/qa/a.png) no-repeat;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:10px;
	margin-bottom:30px;
	border-bottom:1px dotted #ccc;
}


.breadcrumb {
	margin:0px;
	padding:0px;
	font-size:90%;
}
.breadcrumb p{
	padding:0px;
	margin:0px;
}

.imgL10 { /* 左寄せ用10px */
	margin-right: 10px;
	float: left;
}

.imgR10 { /* 右寄せ用10px */
	float: right;
	margin-left: 10px;
}

.imgL10B { /* 左寄せ用10pxボーダーあり */
	margin-right: 10px;
	float: left;
	border: 3px solid #cccccc;
	padding: 1px;
}

.imgR { /* 右寄せ */
	float: right;
}

.imgR10B { /* 右寄せ用10pxボーダーなし */
	float: right;
	margin-left: 10px;
	border: 3px solid #cccccc;
	padding: 1px;
}

.imgbox { /* ボーダーのみ */
	border: 1px solid #cccccc;
	padding: 1px;
}
.indexmenu {
	margin-left:20px;
	margin-top:30px;
}
.indexmenu li{

	float:left;
	width:210px;
	margin-bottom:20px;
	margin-right:20px;
	margin-left:0px;
	border-top:2px solid #0099CC;
	border-bottom:1px dotted #ccc;
}
.indexmenu li a {
	display:block;
	font-weight:bold;
	padding:10px;
	color:#000;
	background:#fff;
}
.indexmenu li a:hover {
	display:block;
	font-weight:bold;
	padding:10px;
	color:#000;
	background:#efefef;
}

.boxG{
	padding:10px;
	background:#efefef;
	border:1px solid #eaeaea;
}
.ddsg-wrapper ul li{
	padding-bottom:10px;
	padding-top:5px;
}
.ddsg-wrapper ul li ul{
	padding-left:10px;
}
div.each_map img, div.googlemaps img { max-width:none; !important }
