.green01 {
	color: #447629;
}
.green02 {
	font-weight: bold;
	color: #447629;
}

.blue01 {
	color: #0000ff;
}

.red01 {
	color: #ff0000;
}

.red02 {
	font-weight: bold;
	color: #ff0000;
}

.imgtitle {
	padding: 10px 0px;
}

.imgtitle h2 {
	font-size: 16px;
	color: #447629;
}

.imgtitle a:link,
.imgtitle a:visited {
	font-weight: bold;
	color: #009900 !important;
	text-decoration: underline;
}



:focus {
/* remember to define focus styles! */
    outline: 0;
}

ol, ul {
	list-style: disc;
	padding: 5px 20px;
}

table {
/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* BASIC */

body {
    font-family: Verdana,Tahoma,Arial,Century gothic, sans-serif;
    color: #222;
    font-size: 14px;
    background: #ffff99;
    margin: 0 auto;
    padding: 0px 0px;
}

p {  
	font-size: 14px;
	line-height: 18px;
	padding: 0px 10px 0px 10px;
}

h2 {  
	font-size: 18px;
	line-height: 20px;
	font-style: bold;
	padding-top:8px;
	padding-bottom:0px;
	margin-bottom:8px;
	color: #999999;
}

h3 {  
	font-size: 15px;
	line-height: 18px;
	font-style: bold;
	padding-top:8px;
	padding-bottom:8px;
	color: green;
}

h4 {  
	font-size: 15px;
	line-height: 18px;
	font-style: bold;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
	color: orange;
}

img {
    border: 0;
    margin: 0;
}

a {
    color: #15899A;
}

a:hover {
    color: #000;
}

blockquote {
    color: #59666f;
    font-style: italic;
    font-family: Georgia;
    padding: 10px;
}

.clear {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #fff;
    margin: 10px 0;
}

table td,table th {
    text-align: left;
    border: 1px solid #fff;
    padding: .4em .8em;
}

table th {
    background: #ddd;
    color: #999;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #fff;
}

table td {
    border: 1px solid #fff;
    background: #eee;
    color: #555;
}

table tr.even td {
    background: #eee;
    border: none;
}

table tr:hover td {
    background: #FFF9DF;
}

.container {
	background: #c4e0ad;
/*    background: #E0FFFF; */

}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 0;
}

img.alignnone {
    display: inline;
    background: #eee;
    margin: 0 0 10px;
    padding: 5px;
}

img.alignright {
    display: inline;
    background: #eee;
    margin: 5px 0 10px 10px;
    padding: 5px;
}

img.alignleft {
    display: inline;
    background: #eee;
    margin: 10px 15px 10px 0;
    padding: 5px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 10px 15px 10px 0;
}

.wp-caption {
    text-align: center;
    background: #eee;
    margin: 10px;
    padding: 4px 0 5px;
}

.wp-caption img {
    border: 0;
    margin: 0 0 5px;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    color: #444;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.rounded {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.boxshadow {
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}


/* OUTER  */


#wrapper {
    background:#f6f6f6;
}

/* HEADER */

#masthead {

}

#top {
    margin: 0px auto;
	background:#f6f6f6;
}

#blogname {
    float: left;
    font-family: 'BebasNeueRegular',Arial, Tahoma, Sans-serif;
}

#blogname h1 {
    font-size: 28px;
    margin: 15px 0px 0px 10px;
    font-weight: normal;
}

#blogname h1 a:link, #blogname h1 a:visited {
    color: #111;
}

#blogname h2 {
    font-size: 14px;
    margin: 0px 0px 0px 20px;
	font-family: 'AllerRegular',Arial, Tahoma, Sans-serif;
	line-height:1.2em;	
}


/* TOP-MENU */
	
#subbar {
    width: 940px;
    margin: 0px;
    padding: 0px;
}
	
#submenu {
    margin: 0px auto;
    padding: 0px 0px;
}
	
#submenu ul {
    width: 100%;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0 0px;
}
	
#submenu li {
    list-style: none;
    margin: 0px 1px 0px 0px;
    padding: 0px;
    color: #999;
    text-shadow: 1px 1px 0px #04606E;
	font-size: 14px;
	font-weight:normal;
}

#submenu li a {
	color: #eee;
	display: block;
    margin: 0;
	padding: 15px 15px 15px 15px;
	text-decoration: none;
	position: relative;
	}
	
#submenu li a:hover, #submenu li a:active{
	color: #fff;
	}	

#submenu li ul {
	display: none;
	z-index: 9999;
	position: absolute;
	height: auto;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px;
	background:#04606E;
}
#submenu li ul {
	background:#355C00;
	}

#submenu li ul li a, #submenu li ul li a:link, #submenu li ul li a:visited {
	color: #ddd;
	text-shadow:1px 1px 0px #890519;
	font-size:11px;
	text-shadow:none;
	margin: 0;
	padding: 0px 5px;
	line-height:35px;
	height:35px;
	text-transform: none;
	}

#submenu li ul li a:hover, #submenu li ul li a:active {
	background:transparent;
	color: #fff; 
	}


#submenu li ul li ul, #submenu li ul li ul li ul, #submenu li ul li ul li ul li ul {
	position:static;
	padding-left:20px;
	width: auto;
}

.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #21381E;
  background-image: -moz-linear-gradient(top, #365B31, #21381E);
  background-image: -ms-linear-gradient(top, #365B31, #21381E);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#365B31), to(#21381E));
  background-image: -webkit-linear-gradient(top, #365B31, #21381E);
  background-image: -o-linear-gradient(top, #365B31, #21381E);
  background-image: linear-gradient(top, #365B31, #21381E);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#365B31', endColorstr='#21381E', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(53, 92, 0, 0.25), inset 0 -1px 0 rgba(53, 92, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(53, 92, 0, 0.25), inset 0 -1px 0 rgba(53, 92, 0, 0.1);
  box-shadow: 0 1px 3px rgba(53, 92, 0, 0.25), inset 0 -1px 0 rgba(53, 92, 0, 0.1);
}


/* SEARCH FORM	 */
	
	
#search {
    padding: 0px;
    display: inline-block;
    height: 31px;
    float: right;
	border: 1px solid #ddd;
	background:#fff;
}

#search form {
    margin: 0px 0px 0px 0px;
    padding: 0;
}

#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#search p {
    margin: 0;
    font-size: 85%;
}

#s {
    background-color: #fff;
    width:70%;
    height: 20px;
    border: none;
    font: normal 100% "Tahoma", Arial, Helvetica, sans-serif;
    color: #555;
    float: left;
    display: inline;
}

#searchsubmit {
    background: #0696AF;
    width:25%;
    border: none;
    color: #fff;
    display: block;
    padding: 6px 7px 7px 7px;
    float: right;
    cursor: pointer;
}


/* HOMEPAGE WIDGETS */

h3.homhead{
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 0px 10px 0px;
	border-bottom:1px solid #0A6875;
    color: #15899A;	
	font-family: 'AllerRegular', Arial,Tahoma,Century gothic,sans-serif;
}


/* CONTENT AREA */

#content {
    float: left;
}

.post {
    margin: 0px 0px 20px 0px;
	padding:10px 10px 20px 10px;
	background:#fff;
	border:1px solid #ddd;
	overflow:hidden;
}


img.postimg{
	width:250px;
	height:150px;
	float:left;
	margin:15px 15px 0px 0px;
}

.title {
    margin: 0px 0px;
    padding: 0px 0px;
  	font-family: 'AllerRegular', Arial,Tahoma,Century gothic,sans-serif;
}

.title  h2 {
    margin: 0px 0px 0px 0px;
	padding:10px 0px 15px 0px;
    font-size: 20px;
    font-weight:normal;
    color: #333;
    line-height: 120%;

}

.title  h2 a, .title  h2 a:link, .title  h2 a:visited {
    color: #333;
    background-color: transparent;
}


.post .postmeta {
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
	padding:5px 0px
}

.subentry {
	margin: 0;
	padding: 0;
}
.subentry h1 {
	font-size: 15px;
	color: #447629;
}

.subentry h2 {
	margin-left: 50px;
	font-size: 14px;
	color: #447629;
}

.subentry h3 {
	font-size: 14px;
	color: #447629;
}

.botom {
	margin: 10px 5px;
	/* (dev) background:#fff; */
	text-align: center;
	font-weight: bold;
}


.entry {
	margin: 10px 5px;
	/* (dev) background:#fff; */
}
.entry h1 {
	font-size: 15px;
	color: #447629;
}

.entry h2 {
	margin-left: 50px;
	font-size: 14px;
	color: #447629;
}

.entry h3 {
	font-size: 14px;
	color: #447629;
}

.entry a:link,
.entry a:visited {
	color: #009900 !important;
	text-decoration: underline;
}

.entry a:hover {
	color: #009900;
	font-weight: bold;
}

.entry ul, .entry ol {
    margin: .4em 0 1em;
    line-height: 150%;
}

.entry ul li, .entry ol li {
    list-style-position: outside;
    margin-left: 1.6em;
}

.entry p {
    line-height: 140%;
}

.titlemeta{

	padding:15px 0px;
	margin:0px 0px;
	font-size:11px;
  
}
.titlemeta a:link,
.titlemeta a:visited {
    color: #2EA4B5;
}

/* 記事一覧・アーカイブ */

.attachment-post-thumbnail {
	margin-right: 10px;
	padding-top: 6px;
	float: left;
}

/* サイドバー・ウィジェット */
.sidebar {
	margin: 10px 5px;
	/* (dev) background:#fff; */
}

.sidebar p {
	margin: 20px 5px;

}

.rightsidebar {
	margin: 10px 5px;
	/* (dev) background:#fff; */
}

.rightsidebar h2 {
	margin-left: 50px;
	font-size: 14px;
	color: #447629;
}

.rightsidebar a:link,
.rightsidebar a:visited {
	color: #009900 !important;
	text-decoration: underline;
}


h3.sidetitl {

	font-family: 'AllerRegular', Arial,Tahoma,Century gothic,sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 0px 10px 0px;
	border-bottom:1px solid #0A7E8F;
    color: #0A7E8F;	
}

.sidebox {
    list-style: none;
    color: #666;
    margin: 0px 0 30px 0px;
}

.sidebox ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px;
}

.sidebox li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-shadow: -1px 1px 0px #fff;
}

.sidebox ul ul {
    list-style-type: none;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.sidebox ul li {
    height: 100%;
    line-height: 18px;
    clear: left;
    list-style-type: none;
    margin: 0;
    color: #777;	
}

.sidebox ul li a:link,.sidebox ul li a:visited {
    color: #777;
    text-decoration: none;
    display: block;
    padding: 5px 0px;
}

.sidebox ul li a:hover {
    color: #0A7E8F;
}

.sidebox.widget_categories ul li,.sidebox.widget_pages ul li,.sidebox.widget_archive ul li,.sidebox.widget_links ul li,.sidebox.widget_meta ul li ,.sidebox.widget_nav_menu ul li {
    border-bottom: 1px solid #eee;
}

.sidebox.widget_recent_entries ul li a {
    border-bottom: 1px solid #eee;

}

ul#recentcomments li.recentcomments {
    border-bottom: 1px solid #eee;
    padding: 5px 0px 5px 0px;
	
}

div#calendar_wrap {
    border: 1px solid #fff;
    margin: 0 auto;
    padding: 0;
}

table#wp-calendar {
    width: 100%;
    border: none;
    margin: 0!important;
    padding: 0;
}

#wp-calendar caption {
	background-color: #eee;
    font-size: 16px;
    color: #375752;
    font-weight: 400;
       text-transform: uppercase;
    padding: 10px 5px 5px;
	text-align:center;
}

#wp-calendar th,#wp-calendar td {
    text-align: center;
    color: #fff;
    background: #555;
    padding: 7px 5px;
}

#wp-calendar tr {
    margin: 0!important;
}

#wp-calendar td {
    background-color: #eee;
    color: #444;
    margin: 0!important;
}

#wp-calendar td a {
    border: none;
    color: #D1512A;
}

.sidebox ul ul ul,.sidebox ul ul ul ul {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
}





/* コメント */
#commentsbox {
    margin: 0px 0px 0px 0px;
}

h3#comments {
    padding: 10px 0px;
    font-size: 14px;
    margin: 20px 0px 20px 0px;
    color: #222;
	font-weight:normal;
}

ol.commentlist {
    clear: both;
    overflow: hidden;
    list-style: none;
    margin: 0;
}

ol.commentlist li {
    line-height: 18px;
    background: #fff;
    margin: 0px 0 20px 0px;
    padding: 15px;
    border: 1px solid #ddd;
}

ol.commentlist li .comment-author a:link,ol.commentlist li .comment-author a:visited {
    color: #333;
    font-weight: 700;
    text-decoration: none!important;
}

cite.fn {
    color: #eee;
    font-style: normal;
}

ol.commentlist li .comment-author .avatar {
    float: right;
    border: 1px solid #eee;
    background: #fff;
    padding: 3px;
}

ol.commentlist li .comment-meta .commentmetadata {
    color: #000;
}

ol.commentlist li .comment-meta a {
    color: #2EA4B5;
    text-decoration: none!important;
}

ol.commentlist li p {
    line-height: 22px;
    margin-top: 5px;
    color: #666;

}

ol.commentlist li .reply {
    margin-top: 10px;
    font-size: 10px;
}

ol.commentlist li .reply a {
    background: #2EA4B5;
    border: 1px solid #258D9B;
    color: #fff;
    text-decoration: none;
    padding: 3px 10px;
}

ol.commentlist li ul.children {
    list-style: none;
    text-indent: 0;
    margin: 1em 0 0;
}

.comment-nav {
    height: 20px;
    padding: 5px;
}

.comment-nav a:link,.comment-nav a:visited {
    color: #E88F02;
}

#respond {
    margin: 10px 0;
    padding: 0;
}

#respond h3 {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    padding: 5px 0 0;
}

#commentform {
    padding: 10px 0;
}

#commentform a {
    color: #167784;
}

#commentform p {
    color: #999;
    margin: 5px 0;
}

#respond label {
    display: block;
    color: #999;
    padding: 5px 0;
}

#respond input {
    background: #fff;
    border: 1px solid #ddd;
    color: #02070F;
    margin: 0 10px 10px 0;
    padding: 5px;
}

#commentform input {
    width: 50%;
}

#respond input#commentSubmit {
    width: 100px;
    background: #2EA4B5;
    border: 1px solid #167784;
    color: #fff;
    cursor: pointer;
    margin: 10px 0;
    padding: 3px 5px;
}

textarea#comment {
    background: #fff;
    border: 1px solid #ddd;
    width: 70%;
    color: #02070F;
    margin: 10px 0 0;
    padding: 5px;
}

ol.commentlist li .comment-author,ol.commentlist li .comment-author .fn {
    color: #333;
}

ol.commentlist li .comment-meta,#respond label small {
    font-size: 10px;
}

ol.commentlist li ul.children li.depth-2,ol.commentlist li ul.children li.depth-3,ol.commentlist li ul.children li.depth-4,ol.commentlist li ul.children li.depth-5 {
    margin: 0 0 0 50px;
}

/* アーカイブタイトル、ページネーション */	
	
h1.pagetitle {
    font-size: 14px;
    margin-bottom: 20px;
    color: #777;
}	
	

/* フッターウィジェット */


#bottom {
    margin: 0px auto;
}

.bottomcover {
    margin: 0px auto;
	background:#046371;
}

h3.bothead {
    font-size: 14px;
    padding: 10px 0px 10px 10px;
    color: #fff;
	font-family: 'AllerRegular', Arial,Tahoma,Century gothic,sans-serif;
    font-weight: normal;
}

.botwid {
    padding-bottom: 30px;
    font-size: 11px;
    margin: 10px 0px 0px 0px;
    color: #ddd;
    list-style: none;
}

.botwid ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.botwid li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.botwid ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 0px 0px;
    background-repeat: no-repeat;
}

.botwid ul ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.botwid ul ul ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.botwid ul li {
    height: 100%;
    line-height: 18px;
    padding-left: 10px;
    clear: left;
    list-style-type: none;
}

.botwid ul li a:link, .botwid ul li a:visited {
    color: #eee;
    text-decoration: none;
    padding: 5px 0px 5px 0px;
    display: block;
    border-bottom: 1px solid #0C7B89;
}

.botwid ul li a:hover {
    color: #fff;
}

.botwid p {
    padding: 7px 0px;
    margin: 0;
    line-height: 150%;
}

.botwid table {
    width: 100%;
    text-align: center;
    color: #787d7f;
}			

.botwid  ul#recentcomments li.recentcomments {
    border-bottom: 1px solid #0C7B89;
    padding: 5px 0px 5px 0px;
	
}		
	
	
/* フッター */

#footer {
    padding: 20px 0px;
    margin: 0px 0px 0px 0px;
    color: #ffff99;
    font-size: 11px;
    float: left;
	background-color: #1d341a;
}

#footer a:link , #footer a:visited {
    color: #ffff99;
}

#footer ul {
padding: 0px 0px;
	list-style: none !important;
}

#footer li {
	font-size: 12px;
	line-height: 30px;
}

#footer p {
	font-size: 14px;
	line-height: 18px;
	font-style: bold;
	color: white;
}


.fcred {
    text-align: center;
    margin: 0px auto;
    line-height: 16px;
}

/* ページネーション */
#navigation {
    padding:0px 0px 20px 0px;
}

.wp-pagenavi {
    font-size: 12px;
    text-align: center !important;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
    text-decoration: none;
    background: #666!important;
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 3px 7px !important;
    display: block;
    text-align: center;
    float: left;
    margin-right: 4px;
}

.wp-pagenavi a:hover {
    color: #ffffff;
}

.wp-pagenavi span.pages {
    display: none;
}

.wp-pagenavi span.current {
    text-decoration: none;
    background: #0696AF !important;
    border: 1px solid #087687!important;
    color: #fff !important;
    padding: 3px 7px !important;
    display: block;
    text-align: center;
    float: left;
    margin-right: 4px;
}

.wp-pagenavi span.extend {
    text-decoration: none;
    background: #0696AF !important;
    border: 1px solid #087687 !important;
    color: #fff !important;
    padding: 3px 7px !important;
    display: block;
    text-align: center;
    float: left;
    margin-right: 4px;
}

/* TOP最新情報 */

.newpost {
	padding: 0 0 10px 10px;
}
.newpost dt{
	width:150px !important;
	float:left !important;
	clear:both;
}

.newpost dd{
	float:left !important;
}

<!--  -->

.post ul {  
	padding: 0px;
	margin: 5px;
	font-size: 16px;

}

.post li {
	padding: 0px;
	margin: 5px;
	list-style-position: inside;
	list-style-type: disc;
}
.post #pr01 {
	margin: 10px 0px 20px 6px;
	padding: 10px;
	border: 2px solid #CC0000;
	background-color: #CCFF99;
	background-repeat: no-repeat;
	background-position: center center;
}
.post p {  
	padding: 3px;
	margin: 3px 20px 3px 20px;
	font-size: 16px;
	line-height: 24px;
}
.post h2 {  
	padding: 5px;
	margin: 5px 0px 5px 6px;
	font-size: 18px;
	line-height: 22px;
	border-left: 5px solid #006699;
	background: #f6f6f6;
	width: 90%;
	border-bottom: 1px solid #666666;
}
.post h3 {
	padding: 4px;
	margin: 5px 0px 5px 8px;
	font-size: 16px;
	line-height: 20px;
	border-left: 4px solid #0066cc;
	background: #f6f6f6;
	width: 85%;
	border-bottom: 1px solid #666666;
}
.post h4 {
	padding: 4px;
	margin: 5px 0px 5px 10px;
	font-size: 15px;
	line-height: 18px;
	border-left: 4px solid #0066ff;
	background: #f6f6f6;
	width: 80%;
	border-bottom: 1px solid #666666;
}

.post #form01 {
	margin: 10px 0px 20px 6px;
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
	width: 90%;
	border: 2px solid #ffcc66;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.post ul {  
	padding: 5px;
	margin: 5px 5px 5px 20px;
	font-size: 16px;
}
.post ol {  
	list-style: decimal;
	padding: 5px;
	margin: 5px 5px 5px 20px;
	font-size: 16px;
}
.post li {
	padding: 0px;
	margin: 10px;
	list-style-position: inside;
	list-style-type: disc;
}

span#sblowsize {
	font-size: 15px;
	line-height: 22px;
}

h1#h1head {
	font-size: 10px;
	line-height: 12px;
	font-style: normal !important;
}

li#lihead {
	display: inline;
}

#snavi_c {
	font-size: 12px;
	position: relative;
	left: 5px;
	top: 0px;
	font-weight: bold;
}

#campaign {
	padding-bottom:5px;
}

div#sidebutton{
	padding-top:5px;
	padding-bottom:8px;
}

div#sidecontent {
	font-size: 12px;
	padding-top:8px;
	padding-bottom:8px;
}

div#sidecontent2 {
	padding-top:10px;
	padding-bottom:20px;
}

div#snavi {
	padding-top:5px;
	padding-bottom:5px;
}

div#maincontent {
	padding-top:8px;
	padding-bottom:8px;
}

div#innercontetn {
	border-bottom: 1px solid #cccccc;
}

ul#sidecontent {
    list-style-type: circle;
}

div#upperline {
	border-top: 1px solid #666666;
	padding-top:8px;

}

div#form01 {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 15px 20px 15px 20px;
	margin: 10px 5px 10px 5px;
}

div#form02 {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 0px 10px 0px 10px;
	margin: 10px 5px 10px 5px;
}

div#formimg01 {
	padding: 0px 20px 0px 20px;
	margin: 0px 5px 0px 5px;
}


caption#subt {
	font-size: 12px;
	line-height: 16px;
	color: orange;
}

span#campain {
	color: red;
}

p#aka {
	color: red;
}

div#gnavi{
	background-color: #336633;
}
div#gnavi ul {
	list-style: none !important;
	padding: 0px;
	margin: 0px;
}

div#gnavi li {
	float:left;
	padding: 5px 12px 5px 12px;
	margin: 0px;
	border-right: 1px solid #ffffff;
}

div#gnavi a {
    color: #ffffff;
}

div#gnavi a:hover {
    color: #660000;
}

div#main {
	padding-top:8px;
}
div#sidebar {
	padding-top:8px;
}
