/*
	Theme Name: CC KAWASAKI
	Theme URI: http://www.cckawasaki.jp
	Description: CC KAWASAKI is adapted by www.cckawasaki.jp <BR>&radic; Designer <a href="http://www.yugacolor.com/">YUGA Inc.</a> <BR>&radic; Please read: <a href="http://creativecommons.org/licenses/by-nc-sa/2.5/">http://creativecommons.org/licenses/by-nc-sa/2.5/</a><br> <a href="http://www.cckawasaki.jp">Original template by CC KAWASAKI</a>
	Version: 1.0
	Author: YUGA Inc.
	Author URI: http://www.yugacolor.com
*/

/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: #fff;
	color: #666666;
	text-align: center;
	margin: 0 0 15px 0;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 12px;
	line-height: 1.75em;
}

/* links */
a, a:visited {	
	color: #326ea1; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	text-decoration: underline;
}
a.noborderimage:hover {
	border-bottom: 0px solid #ffffff;
}

/* headers */
h1, h2, h3, h4 {
	font-family: "????????a��? Pro B", "??? ?�V????a��?", "????��?? Pro W6", Osaka, "Trebuchet MS", Tahoma, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}

h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;
	color: #336600;
}
h4 {
	font-size: 120%;
	font-family: "????????a��? Pro M", "????��?? Pro W6", "??? ?�V????a��?",  Osaka, "Trebuchet MS", Tahoma, sans-serif;
	margin-left: 15px;
	color: #336600;
	padding-top: 15px;
	margin-bottom: 5px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
#main p {
}
ul, ol {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
dl {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
dt {
	font-family: "????????a��? Pro B", "??? ?�V????a��?", "????��?? Pro W6", Osaka, "Trebuchet MS", Tahoma, sans-serif, "????��?? Std W8";
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 5px;
	margin-bottom: 2px;
}
dd {
	margin-bottom: 5px;
	margin-left: 10px;
}
dd ul {
	margin-left: 12px;
	padding-left: 5px;
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}
a img:hover {
	background: #dbd5c5;
	border: 1px solid #DCDCDC;
	padding: 5px;
}
#sidebar img.noborderimage {
	background: #ffffff;
   border: 0px;
	padding: 0px;
	margin-left: 10px;
}
#sidebar a img:hover {
	border: 0px;
	padding: 0px;
}
#main img.noborderimage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}

a.noborderimage img:hover {
	background: #dbd5c5;
}
.bannerImage img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
 a.bannerImage:hover {
	border-bottom: 0px solid #ffffff;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
sub {
	font-size: 80%;
	vertical-align: baseline;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(images/button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #F5F5F5;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	background-color: #FFFFFF;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #333;
	background: #e7e6e6 url(images/button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	width: 180px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 910px;	
	margin: 0 auto;
	text-align: left;
	background: #fff url(images/content.jpg) repeat-y center top;
}
#top {
	width: 850px;
	float: left;
	margin-right: 30px;
	margin-left: 30px;
	position: relative;
}

#content-wrap {
	width: 850px;
	padding: 0;
	border-top: 5px solid #fff;
	background: #fff url(images/content-wrap.gif) repeat-x;
	margin-left: 30px;
	float: left;
	margin-right: 30px;
}
#header {
	height: 24px;
	width:850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #dbe2ea;
}
#header .EnglishPage {
	float: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	padding: 0px;
	margin-right: 20px;
	margin-top: 2px;
}
#header .EnglishPage a {
	color: #285A8D;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #275991;
}
#header .EnglishPage a:hover {
	color: #151173;
	border-bottom-style: solid;
}


/* header-photo */
#header-photo {
	height: 244px;
	width: 850px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #fff;
	background-image: url(images/header-photo2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#header-photo h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	text-decoration: none;
	border: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 111px;
	left: 26px;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 30px;
	font-weight: bold;
	height: 103px;
	width: 290px;
	text-indent: -9999px;
	display: block;
}

#header-photo h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 133px;
	left: 54px;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-indent: -9999px;
}
#headBanner1 {
	height: 74px;
	width: 151px;
	position: absolute;
	top: 30px;
	right: 7px;
}
#headBanner2 {
	height: 74px;
	width: 151px;
	position: absolute;
	right: 7px;
	top: 111px;
}
#headBanner3 {
	height: 74px;
	width: 151px;
	position: absolute;
	right: 7px;
	top: 192px;
}

* html #headBanner1, * html #headBanner2, * html #headBanner3 {
	right: 2px;
}

#header-photo img {
	border: 0px;
	padding: 3px;
	background-color: #CCEFCF;
}
#header-photo a img:hover {
	background-color: #93E6AA;
}

#header-photo a:hover {
	border-bottom: 0px solid #ffffff;
}


/* Navigation */
#nav {
	padding: 0;
	height: auto;
}
#nav ul {
	float: left;
	list-style: none;
	background: #E4E4E4 url(images/nav.jpg) repeat-x;
	width: 850px;
	padding: 0;
	height: 40px;
	text-transform: uppercase;
	margin: 0;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	border-right: 1px solid #dadada;
	border-left: 1px solid #fafafa;
	border-bottom: none;
	color: #555;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: "????��?? Pro W3", "??? ?�V????a��?", Osaka, "Trebuchet MS", "Geneva CY", Verdana, sans-serif;
	font-size: 14px;
	line-height: 40px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #326ea1;
	background-image: url(images/nav-hover.jpg);
	background-repeat: repeat-x;
}
#nav ul li#current a {	
	background: #DBDBDB url(images/nav-current.jpg) repeat-x;		
}

#nav ul li.current_page_item a {	
	background: #DBDBDB url(images/nav-current.jpg) repeat-x;		
}


/* Main Column */
.three-col #main {
	margin: 10px 190px 0 200px;
}
.two-col #main {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
	float: right;
	width: 650px;
}

#main h2 {
	color: #444;
	font-family: "????????a��? Pro M", "??? ?�V????a��?", "????��?? Pro W6", Osaka, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-image: url(images/title_line.gif);
	background-repeat: no-repeat;
	background-position: 0px 37px;
	height: 38px;
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 0px;
}
#main h5 {
	font-size: 13px;
	margin-bottom: 30px;
}
#main h4 {
	height: 35px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 6px;
	padding-top: 0px;
	margin-top: 13px;
	margin-left: 10px;
}
#main p.postDateMain {
	font-size: 14px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: url(images/calendar.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 120px;
	display: block;
	padding-left: 20px;
	float: right;
}
#main h4#hashira {
	background-image: url(images/h_title/about01.gif);
}
#main h4#mokuhyou {
	background-image: url(images/h_title/about02.gif);
}
#main h4#sarani {
	background-image: url(images/h_title/about03.gif);
}
#main p {
	margin-left: 8px;
	font-size: 14px;
	line-height: 22px;
	padding-top: 2px;
}
#main p.contact {
	padding-top: 10px;
}
#main p.post-footer {
	font-size: 11px;
	line-height: 18px;
}
#main h3#comments {
	font-family: "????????a��? Pro M", "????��?? Pro W6", "??? ?�V????a��?", Osaka, sans-serif, Helvetica, Arial;
	font-size: 15px;
	font-weight: normal;
	color: #468731;
}
#main h3#respond {
	font-family: "????????a��? Pro M", "????��?? Pro W6", "??? ?�V????a��?", Osaka, sans-serif, Helvetica, Arial;
	font-size: 15px;
	font-weight: normal;
	color: #468731;
}
#main p#PrevNext {
	padding-top: 20px;
}
#commentform {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#commentform label {
	font-size: 13px;
	color: #333333;
	font-family: "????��?? Pro W3", "??? ?�V????a��?", Osaka, "Trebuchet MS", "Geneva CY", Verdana, sans-serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 3px;
}
#commentform small {
	padding-left: 4px;
	color: #990000;
}
#commentform input {
	border: 2px solid #CCCCCC;
	padding-left: 4px;
}
#commentform input#author {
	width: 200px;
	height: 20px;
	font-family: "????????a��? Pro M", "????��?? Pro W6", "??? ?�V????a��?", Osaka, sans-serif, Helvetica, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
#commentform input#email {
	width: 300px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
#commentform input#url {
	width: 300px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
#commentform textarea#comment {
	width: 500px;
	height: 150px;
	border: 2px solid #CCCCCC;
	font-family: "????????a��? Pro M", "????��?? Pro W6", "??? ?�V????a��?", Osaka, sans-serif, Helvetica, Arial;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
}
#commentform input#submit {
	margin-top: 20px;
	text-align: center;
	height: 35px;
	width: 130px;
	display: block;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.commentlist .avatar {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 48px;
	width: 48px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* Sidebar */	
#sidebar {
	width: 190px;
	margin-top: 10px;
	display: block;
	float: left;
}	
/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 10px;	
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0 5px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444; 		
}
#sidebar h3 {
	text-indent: -9999px;
	height: 29px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
}
#sidebar h3#newsFeed {
	margin-left: 0px;
	padding-bottom: 2px;
}
#sidebar h3#newsFeed a {
	background-image: url(images/side_title/newsfeed.gif);
	display: block;
	height: 29px;
	width: 160px;
}
#sidebar h3#blogNews {
	background-image: url(images/side_title/blog_news.gif);
}
#sidebar h3#blogCat {
	background-image: url(images/side_title/blog_cat.gif);
}
#sidebar h3#blogArchive {
	background-image: url(images/side_title/archive.gif);
}
#sidebar h3#menulink {
	background-image: url(images/side_title/link.gif);
}
#sidebar h3#menuSerch {
	background-image: url(images/side_title/serch.gif);
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	padding: 0;
	border-top: 1px solid #E5E5E5;
	text-decoration: none;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 10px;
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #326ea1; 
	border: none;		
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}
#sidebar select {
	margin-left: 13px;
	margin-top: 3px;
	margin-bottom: 2px;
}
p#toTop a {
	float: right;
	height: 17px;
	width: 112px;
	margin-right: 30px;
	background-image: url(images/totop.gif);
	text-indent: -9999px;
	background-repeat: no-repeat;
}

p#toTop a:hover {
	border-bottom-style: none;
	background-image: url(images/totop_hover.gif);

}

/* footer-wrap */

#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(images/footer-bottom.jpg);
	font-family: "????��?? Pro W3", "??? ?�V????a��?", Osaka, "Trebuchet MS", "Geneva CY", Verdana, sans-serif;
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

* html #footer-wrap {
	margin-left: 30px;
}

/* footer */
#footer {
	color: #666;	
	margin: 0 auto 10px auto; 
	width: 850px;
	padding: 5px 0;
	text-align: center;
	background: #F8F7F7;
	border-top: 1px solid #F2F2F2;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;
	padding-top: 0;
	display: none;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px;
	font-size: 95%;
	color: #666666;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	clear: both;
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}
.nocomments {
	display: none;
}
.download a {
	height: auto;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	display: block;
	background-color: #E7E7E7;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 16px;
	padding-right: 10px;
	margin-bottom: 10px;
	width: 250px;
}
.download a:hover {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding-bottom: 2px;
}
#main h4#kaicho {
	background-image: url(images/h_title/kaicho.gif);
}
#main h4#member {
	background-image: url(images/h_title/member.gif);
}
#main h4#mezasu {
	background-image: url(images/h_title/mezasu.gif);
	margin-top: 30px;
}
#main h4#sengen {
	background-image: url(images/h_title/sengen.gif);
	margin-top: 30px;
}
#catHead {
	padding-bottom: 5px;
	padding-top: 12px;
}

/********************************************
   CATEGORY
********************************************/ 

#catHead h3 {
	font-size: 14px;
	font-weight: normal;
	font-family: "????????a��? Pro R", "????��?? Pro W6", "??? ?�V????a��?", Osaka, "Trebuchet MS", Tahoma, sans-serif;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 20px;
}
#catHead p {
	font-size: 12px;
	padding-bottom: 2px;
	padding-top: 7px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
div.ListLine {
	height: 22px;
	margin-top: 8px;
}
#catTitle {
}
#main #feedHead {
	background-image: url(images/title_line.gif);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	height: 50px;
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 13px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-bottom: 0px;
}
#main #feedHead h2 {
	background-image: none;
	float: left;
	padding-left: 0px;
	margin-left: 0px;
}
#main #feedHead p {
	font-size: 11px;
	line-height: 53px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main p.postDate {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	font-size: 11px;
}
#main h2.catListTitle {
	display: inline;
	font-size: 14px;
	margin-left: 10px;
}
#main .ListLineRSS .RSSListtitle {
	float: right;
	width: 580px;
}
#main .ListLineRSS .RSSListtitle h2 {
	display: inline;
	font-size: 14px;
	margin-left: 0px;
	line-height: 22px;
	background-image: none;
}
#main .ListExcerpt p {
	font-size: 11px;
	line-height: 16px;
}
div.ListLineRSS {
	margin-top: 4px;
	padding-top: 4px;
}
#main .ListLineRSS span.memberUrl {
	font-size: 11px;
	padding-left: 6px;
}
#main .ListLineRSS span.memberUrl a {
	color: #666666;
	font-size: 11px;
}

#main .ListLineRSS p.postDate {
	float: left;
	width: 60px;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	text-align: right;
	padding-left: 0px;
}
#main .ListLineRSS h2 {
	display: inline;
	font-size: 14px;
	margin-left: 0px;
	padding-left: 0px;
}
#main .ListLineRSS .RSSListtitle span {
	font-size: 11px;
}
#main .ListLineRSS .RSSListtitle span a {
	color: #666666;
}
#main .ListLineRSS p.Excerpt {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	line-height: 17px;
	margin-left: 70px;
	margin-right: 20px;
}


/********************************************
   COPY
********************************************/ 

#main h3#copyimage {
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 38px;
	width: 630px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 0px;
}
h3.about {
	background-image: url(images/copy/about01.gif);
}
h3.suishin {
	background-image: url(images/copy/suishin01.gif);
}
h3.sanka {
	background-image: url(images/copy/sanka01.gif);
}
.ddsg-wrapper {
	padding-top: 5px;
}
ul.ddsg-page {
	font-size: 14px;
	line-height: 24px;
}
.ddsg-post h3 {
	margin-top: 0px;
	padding-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-family: "????????a��? Pro R", "??? ?�V????a��?", "????��?? Pro W6", Osaka, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 14px;
	color: #3366CC;
	font-weight: normal;
	padding-left: 15px;
}
.ddsg-post ul {
	font-size: 14px;
	line-height: 28px;
}
.ddsg-post ul li ul {
	list-style-type: square;
	font-size: 12px;
	line-height: 22px;
	margin-left: 5px;
}
#privacyPolicy {
	padding-top: 6px;
}
#privacyPolicy ul {
	line-height: 20px;
	padding-left: 14px;
	font-size: 12px;
}
#privacyPolicy h4 {
	font-weight: normal;
	color: #326EA1;
	font-family: "????????a��? Pro R", "??? ?�V????a��?", "????��?? Pro W6", Osaka, "Trebuchet MS", Tahoma, sans-serif;
	padding-bottom: 0px;
	text-indent: 0px;
	padding-left: 9px;
	margin-bottom: 0px;
}
#privacyPolicy dl.privacy {
	padding-top: 5px;
}
#privacyPolicy .privacy dt {
	font-family: "????????a��? Pro R", "??? ?�V????a��?", "????��?? Pro W6", Osaka, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}
#privacyPolicy .privacy dd {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#privacyPolicy .privacy dd dl {
	padding-top: 8px;
	line-height: 21px;
	padding-left: 0px;
}
#privacyPolicy .privacy dd dt {
	color: #326EA1;
	padding-bottom: 3px;
	padding-top: 2px;
}
#privacyPolicy .privacy dd dd {
	padding-left: 20px;
	line-height: 18px;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/********************************************
   FORM
********************************************/ 


div.wpcf7 form input {
	border: 1px solid #333333;
}

div.wpcf7 form textarea {
	border: 1px solid #333333;
}
#main form input {
	border: 1px solid #333333;
}
