
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Headings
  Content Styles
  Forms
  Clear
  Footer
.width220 {
	width:220px;
}
.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:#990000;
}
.othercontent ul li a:hover{
	color:#fff;
	background:#990000;
}
.newskiji {
	display:block;
	width:435px;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-left:10px;
	height:50px;
	border-bottom:1px dotted #cacaca;
}
.newskiji a {
	display:block;
	width:325px;
	float:left;
}
.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:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
	
body {	padding-bottom:0px;
	margin-bottom:0px;
	background: #F5F4EF  url('images/bg/body.gif')  repeat-x;
	font-size:11px;
	}

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

p {	
	margin: 15px 0;
	line-height:200%;
	}
		
a, a:visited {	
	color: #565656;
	text-decoration:none 
	}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

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

*:focus { 
	outline: none;
	}
.eventList {
	display:block;
	border-bottom:1px dotted #ccc;
	padding-bottom5px;
}

ol {
	margin: 15px 15px 15px 35px;
	}
	
li a:hover, li a:active {
	text-decoration:none
	}

a img {
	border:none
	}	
.marginBtm40 {
	margin-bottom:40px;
}
.marginBtm20 {
	margin-bottom:20px;
}
.marginBtm10 {
	margin-bottom:10px;
}
.marginBtm5 {
	margin-bottom:5px;
}
.news {
	padding-left:5px;
	padding-right:5px;
}
.news li{
	border-bottom:1px dotted #cacaca;
	padding-bottom:5px;

}
.boxLeft {
	float:left;
	width:355px;
	height:100px;
}
.boxRight {
	float:left;
	width:355px;
	height:100px;
	margin-left:30px;
}
.date {
	font-weight:bold;
	display:block;
	width:100px;
	float:left;
	color:#990000;

}

.leftTop {
	float:left;
	width:200px;
}
.centerTop {
	float:left;
	width:740px;
}
.rightTop {
	float:right;
	width:215px;
	margin-left:10px;
}
.centerHome {
	float:left;
	width:464px;
	border-right:1px solid #CCCCCC;
	margin-right:0px;
	padding-right:10px;
	height:450px;
}
.rightHome {
	float:right;
	margin-left:0px;
	width:464px;
	border-left:1px solid #fff;
	padding-left:10px;
	height:450px;
}
.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;
	}

#interior #flag {

	}
				
.wrapper {
	margin: 0 auto;
	width: 950px;
	}
.wrapper2 {
	margin: 0;
	width: 100%;
	padding-bottom:20px;
	background:#2A131A;
	}
	   
#masthead {
	height: 111px;
	}

#branding {
	background:url(images/logo.gif) no-repeat;
	padding-left:68px;
	height:58px;
	}
.logo {
	float:left;
	width:410px;
	padding-top:55px;
}
.headerright {
	float:right;
	width:540px;
	padding-top:20px;
	text-align:right;
}
.headerright div {
	margin-top:20px;
}


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

h3 {	
	font-size:12px;
	line-height:110%;
	padding-bottom:10px;
	background: url('images/bg/h3.gif') left bottom no-repeat;
	color:#343434;
	}
			
h4 {	
	font-size:110%;
	line-height:110%;
	padding-bottom:5px;
	color:#676767;
	border-bottom:1px dotted #cacaca;
	}




/* ---------- @ 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:965px;
	}

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


.content table {
	width:100%;
	border-collapse:collapse;
	margin:15px 0;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	}
.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;
}


.contentTop {
	width:875px;
}
	
	
/*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;
	}

#footer0 {
	padding: 12px;
	text-align:left;
	color:#fff;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background:#F1F0EB;
}

#footer {
	padding: 12px;
	margin-top:28px;
	text-align:left;
	color:#9a9a9a;
	width:960px;
	font-size:90%;
	margin-left:auto;
	margin-right:auto;
	}
#footer a {
	color:#9a9a9a;
}
a#cat4 {
	display:block;
	width:30px;
	height:24px;
	float:right;
	background-image:url(images/cat4.gif);
	text-indent:-9000px;
	margin: 8px 15px 0 0;
	}
.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 #990000;
	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 }