@charset "utf-8";
/*
Theme Name: G&R Inc.(2009.10)
Theme URI: http://www.gnr.co.jp/
Description: <a href="http://www.gnr.co.jp/">株式会社ジィーアンドアール OFFICIAL WEBSITE</a>
Version: 1.0
Author: G&R Inc.
Author URI: http://www.gnr.co.jp/
Tags: blue, custom header, fixed width, two columns, widgets

	

*/

/*reset styles */

body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	color: #444444;
	font-family:
	"ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro W3",
	"Osaka",
	"ＭＳ Ｐゴシック",
	"MS P Gothic",
	sans-serif;
	line-height: 1.5em;
	font-size: 12px; /* Resets 1em to 10px */
	/*font-size: 62.5%;  Resets 1em to 10px */
	list-style-type: none;
}

fieldset, img {
	border: 0;
}

hr {
	display: none;
}

/* Opera 9 */

;;body {
	font-family: "ＭＳ Ｐゴシック",
	"MS P Gothic",
	sans-serif;
}

/* Win IE 7 only */

*:first-child+html body {
	font-family: "ＭＳ Ｐゴシック",
	"MS P Gothic",
	sans-serif;
}

/* Win IE 6 or sooner only */

* html body {
	font-family: "ＭＳ Ｐゴシック",
	"MS P Gothic",
	sans-serif;
}


/* WordPress.com Stats hide the smiley */
img#wpstats{display:none}


/* Begin Typography & Colors */
h2 {
	margin: 0px 0px 10px;
}

a:link,
a:visited,
a:active {
	color: #444444;
	text-decoration: none;
}

a:hover {
	color: #7FBE26;
	text-decoration: none;
}

.text10 {
	font-size: 10px;
	line-height: 1.3em;
	letter-spacing: 0.05em;	
}

.note {
	font-size: 10px;
	line-height: 1.3em;
	color: #666666;
	letter-spacing: 0.05em;	
}

img.border {
	border: 1px solid #DDDDDD;	
}


/* Begin buttons */
.btn-more {
	width: 73px;
	height: 9px;
	background: url(images/btn_more.gif) no-repeat 0px -9px;
}

.btn-more a {
	width: 73px;
	height: 9px;
	background: url(images/btn_more.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

.btn-more a:hover {
	background: url(images/btn_more.gif) no-repeat 0px -9px;
}

.btn-contact {
	width: 73px;
	height: 10px;
	background: url(images/btn_contact.gif) no-repeat 0px -10px;
}

.btn-contact a {
	width: 73px;
	height: 10px;
	background: url(images/btn_contact.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

.btn-contact a:hover {
	background: url(images/btn_contact.gif) no-repeat 0px -10px;
}

.btn-pagetop {
	width: 62px;
	height: 9px;
	background: url(images/btn_pagetop.gif) no-repeat 0px -9px;
}

.btn-pagetop a {
	width: 62px;
	height: 9px;
	background: url(images/btn_pagetop.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

.btn-pagetop a:hover {
	background: url(images/btn_pagetop.gif) no-repeat 0px -9px;
}


/* Begin Structure */
html {
	height: 100%;
}

body {
	height: 100%;
	background: #FFFFFF;
}

#page {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -24px; /* the bottom margin is the negative value of the footer's height */
	padding: 0px 10px;
}


/* position */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 10px 12px;
	display: inline;
	}

img.alignleft {
	margin: 0 12px 10px 0;
	display: inline;
	clear:both;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/*----- header -----*/
#header {
	position: relative;
	width: 960px;
	height: 80px;
}

#header h1 {
	position: absolute;
	left: 0px;
	top: 10px;
}

#header ul#navi {
	position: absolute;
	right: 0px;
	bottom: 10px;
	width: 500px;
	height: 32px;
}

#header ul#navi li {
	float: left;
	width: 100px;
	height: 32px;
}

#header ul#navi li a {
	width: 100px;
	height: 32px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#header ul#navi li.navi-home {
	background: url(images/navi.gif) no-repeat 0px -32px;
}

#header ul#navi li.navi-home a {
	background: url(images/navi.gif) no-repeat 0px 0px;
}

#header ul#navi li.navi-home a:hover {
	background: url(images/navi.gif) no-repeat 0px -32px;
}

#header ul#navi li.navi-works {
	background: url(images/navi.gif) no-repeat -100px -32px;
}

#header ul#navi li.navi-works a {
	background: url(images/navi.gif) no-repeat -100px 0px;
}

#header ul#navi li.navi-works a:hover {
	background: url(images/navi.gif) no-repeat -100px -32px;
}

#header ul#navi li.navi-about {
	background: url(images/navi.gif) no-repeat -200px -32px;
}

#header ul#navi li.navi-about a {
	background: url(images/navi.gif) no-repeat -200px 0px;
}

#header ul#navi li.navi-about a:hover {
	background: url(images/navi.gif) no-repeat -200px -32px;
}

#header ul#navi li.navi-blog {
	background: url(images/navi.gif) no-repeat -300px -32px;
}

#header ul#navi li.navi-blog a {
	background: url(images/navi.gif) no-repeat -300px 0px;
}

#header ul#navi li.navi-blog a:hover {
	background: url(images/navi.gif) no-repeat -300px -32px;
}

#header ul#navi li.navi-contact {
	background: url(images/navi.gif) no-repeat -400px -32px;
}

#header ul#navi li.navi-contact a {
	background: url(images/navi.gif) no-repeat -400px 0px;
}

#header ul#navi li.navi-contact a:hover {
	background: url(images/navi.gif) no-repeat -400px -32px;
}

#header ul#subnavi {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 361px;
	height: 18px;
}

#header ul#subnavi li {
	float: left;
	height: 18px;
}

#header ul#subnavi li a {
	height: 18px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#header ul#subnavi li.navi-privacy {
	float: left;
	width: 104px;
	background: url(images/subnavi.gif) no-repeat 0px -18px;
}

#header ul#subnavi li.navi-privacy a {
	width: 104px;
	background: url(images/subnavi.gif) no-repeat 0px 0px;
}

#header ul#subnavi li.navi-privacy a:hover {
	background: url(images/subnavi.gif) no-repeat 0px -18px;
}

#header ul#subnavi li.navi-sitemap {
	float: left;
	width: 75px;
	background: url(images/subnavi.gif) no-repeat -104px -18px;
}

#header ul#subnavi li.navi-sitemap a {
	width: 75px;
	background: url(images/subnavi.gif) no-repeat -104px 0px;
}

#header ul#subnavi li.navi-sitemap a:hover {
	background: url(images/subnavi.gif) no-repeat -104px -18px;
}

#header ul#subnavi li.navi-english {
	float: left;
	width: 83px;
	background: url(images/subnavi.gif) no-repeat -179px -18px;
}

#header ul#subnavi li.navi-english a {
	width: 83px;
	background: url(images/subnavi.gif) no-repeat -179px 0px;
}

#header ul#subnavi li.navi-english a:hover {
	background: url(images/subnavi.gif) no-repeat -179px -18px;
}

#header ul#subnavi li.navi-rss {
	float: left;
	width: 99px;
	background: url(images/subnavi.gif) no-repeat -262px -18px;
}

#header ul#subnavi li.navi-rss a {
	width: 99px;
	background: url(images/subnavi.gif) no-repeat -262px 0px;
}

#header ul#subnavi li.navi-rss a:hover {
	background: url(images/subnavi.gif) no-repeat -262px -18px;
}


/*----- main-image -----*/
#main-image {
	position: relative;
	clear: both;
	width: 960px;
	height: 300px;
	margin: 0px 0px 20px;
}


/*----- left-contents -----*/
#left-contents {
	display: inline;
	position: relative;
	float: left;
	width: 225px;
	margin: 0px 20px 20px 0px;
}

#center-contents {
	display: inline;
	position: relative;
	float: left;
	width: 470px;
	margin: 0px 20px 20px 0px;
}

#right-contents {
	position: relative;
	float: left;
	width: 225px;
	margin: 0px 0px 20px;
}

#left-contents .btn,
#right-contents .btn {
	position: relative;
	clear:both;
	width: 225px;
	height:10px;
}

#center-contents .btn {
	position: relative;
	clear:both;
	width: 470px;
	height:10px;
}

#home-topics,
#home-works,
#home-about,
#home-profile,
#home-contact,
#home-mobile {
	position: relative;
	float: left;
	width: 225px;
	margin: 0px 0px 20px;
}

#left-contents .photo,
#right-contents .photo {
	position: relative;
	float: left;
}

#left-contents .text,
#right-contents .text {
	position: relative;
	float: left;
}

#left-contents .text h3,
#right-contents .text h3 {
	font-size: 10px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	margin: 0px 0px 2px;
}

#left-contents h2,
#right-contents h2,
#center-contents h2 {
	margin: 0px 0px 10px;
}

#left-contents p,
#right-contents p,
#center-contents p {
	font-size: 10px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	margin: 0px 0px 5px;
}

#left-contents .photo p,
#right-contents .photo p,
#center-contents .photo p {
	margin: 0px;
}

#left-contents .btn-more,
#right-contents .btn-more,
#left-contents .btn-contact,
#right-contents .btn-contact,
#sub-contents .btn-contact {
	position: absolute;
	right: 10px;
	bottom: 0px;	
}

#home-topics ul li {
	margin: 0px 0px 5px;
	font-size: 10px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}

#home-works .entry {
	position: relative;
	float: left;
	clear:both;
	width: 225px;
	margin: 0px 0px 10px;
	/*padding: 0px 0px 10px;*/
	/*border-bottom: 1px solid #DDDDDD;*/
}

#home-works .entry .photo img {
	border: 1px solid #DDDDDD;
}

#home-works .photo,
#home-about .photo {
	width: 100px;
}

#home-works .text,
#home-about .text {
	width: 125px;
}

#home-profile .photo,
#home-contact .photo,
#home-mobile .photo {
	width: 70px;
}

#home-mobile .photo img {
	border: 1px solid #DDDDDD;
}

#home-profile .text,
#home-contact .text,
#home-mobile .text {
	width: 155px;
}

#home-profile .photo .home-profile-photo {
	width: 60px;
	height: 60px;
	background: url(images/ph_home_profile.jpg) no-repeat 0px -60px;
}

#home-profile .photo .home-profile-photo a {
	width: 60px;
	height: 60px;
	background: url(images/ph_home_profile.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#home-profile .photo .home-profile-photo a:hover {
	background: url(images/ph_home_profile.jpg) no-repeat 0px -60px;
}

#home-rss {
	position: relative;
	float: left;
	width: 205px;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 20px;
	background: url(images/icn_rss.gif) no-repeat 0px 0px;
}

#home-rss p {
	padding: 2px 0px;
	font-size: 10px;
	line-height: 1.0em;
	letter-spacing: 0.05em;
}


/*----- center-contents -----*/
#center-contents .entry {
	position: relative;
	float: left;
	width: 470px;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #DDDDDD;
}

#center-contents .entry h3 {
	font-size: 12px;
	margin: 0px 0px 2px;
}

#center-contents .entry .photo {
	position: relative;
	float: left;
	width: 130px;
}

#center-contents .entry .photo img {
	border: 1px solid #DDDDDD;	
}

#center-contents .entry .text {
	position: relative;
	float: left;
	width: 340px;
}

#center-contents .entry .btn-more {
	position: absolute;
	right: 10px;
	bottom: 0px;	
}


/*----- title -----*/
#title {
	position: relative;
	clear: both;
	width: 960px;
	height: 15px;
	margin: 33px 0px 32px;
}

#title h2 {
	margin: 0px;
	padding: 0px;
}

#title p.keyword {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	left: 250px;
	top: 0px;
	z-index: +5;
}

#tool-r01 {
	position: absolute;
	top: 0px;
	right: 4px;
}

#tool-r02 {
	position: absolute;
	top: 0px;
	right: 223px;
}

.search {
	margin: 1px 0px 0px;
}

.search .input {
	position: relative;
	float:left;
	width: 150px;
	height: 13px;
	margin: 0px 5px 0px 0px;
}

.search .input .input-box {
	width: 148px;
	height: 13px;
	border:solid 1px #DDDDDD;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: normal;
	color: #444444;
}

.search .submit {
	position: relative;
	float:left;
	width: 44px;
	height: 12px;
	margin: 1px 0px 0px;
}

.rss {
	padding: 0px 0px 0px 20px;
	background: url(images/icn_rss.gif) no-repeat 0px 0px;
}

.rss p {
	padding: 2px 0px;
	font-size: 10px;
	line-height: 1.0em;
	letter-spacing: 0.05em;
}



/*----- sub-contents -----*/
#sub-contents {
	display: inline;
	position: relative;
	float: left;
	width: 225px;
	margin: 0px 20px 20px 0px;
}

#sub-contents ul#works-list li,
#sub-contents ul#about-list li,
#sub-contents ul#blog-list li {
	list-style: none outside;
	width: 205px;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 20px;
	background: url(images/icn_arrow.gif) no-repeat 0px 4.5px;
}

#sub-contents ul#works-list li {
	margin: 0px 0px 10px;
}

#sub-contents ul#about-list li {
	letter-spacing: 0.2em;
}

#sub-contents ul#blog-list li {
	font-weight: bold;
}

#sub-contents ul#blog-list li ul.sub-list {
	margin: 5px 0px 10px;
}

#sub-contents ul#blog-list li ul.sub-list li {
	list-style: none outside;
	width: 205px;
	margin: 0px 0px 5px;
	padding: 0px;
	background: url(none);
	font-size: 10px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	font-weight: normal;
}

#sub-contents .box-top {
	position: relative;
	width: 225px;
	height:12px;
	background: url(images/sub_box_top.gif) no-repeat top;
	overflow: hidden;	
}

#sub-contents .box-main {
	position: relative;
	float: left;
	width: 190px;
	padding: 0px 18px 0px 17px;
	background: url(images/sub_box_main.gif) repeat-y;
}

#sub-contents .box-bottom {
	position: relative;
	clear:both;
	width: 225px;
	height:14px;
	background: url(images/sub_box_bottom.gif) no-repeat top;
	overflow: hidden;
}

#sub-contents .box-main h3,
#sub-contents .box-main p {
	font-size: 10px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	margin: 0px 0px 10px;
}

#sub-contents .box-main h3 {
	padding: 0px 0px 0px 15px;
	background: url(images/icn_arrow.gif) no-repeat 0px 2px;
}

#sub-contents #sub-contact {
	position: relative;
	float: left;
	width: 190px;
	margin: 5px 0px 10px;
}

#sub-contents #sub-contact .photo {
	position: relative;
	float: left;
	width: 70px;
}

#sub-contents #sub-contact .text {
	position: relative;
	float: left;
	width: 120px;
}


/*----- main-contents -----*/
#main-contents {
	position: relative;
	float: left;
	width: 715px;
	margin: 0px 0px 20px;
}

#main-contents #page-navi {
	position: relative;
	clear:both;
	width: 715px;
	height:;10px;
	padding: 10px 0px 20px;
}

#main-contents #page-navi p {
	font-size: 10px;
	line-height: 1.0px;
	letter-spacing: 0.05em;
	text-align: center;	
}

#main-contents .entry {
	position: relative;
	float: left;
	clear:both;
	width: 715px;
	margin: 0px 0px 6px;
}

#main-contents .entry .box-top {
	position: relative;
	width: 715px;
	height:12px;
	background: url(images/entry_box_top.gif) no-repeat top;
	overflow: hidden;	
}

#main-contents .entry .box-main {
	position: relative;
	float: left;
	width: 680px;
	padding: 0px 18px 0px 17px;
	background: url(images/entry_box_main.gif) repeat-y;
}

#main-contents .entry .box-bottom {
	position: relative;
	clear:both;
	width: 715px;
	height:28px;
	background: url(images/entry_box_bottom.gif) no-repeat top;
	overflow: hidden;
}

#main-contents .entry .box-bottom .btn-pagetop {
	position: absolute;
	top: 0px;
	right: 19px;
}

#main-contents .entry .box-main h3 {
	font-size: 14px;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 22px;
	background: url(images/icn_entry.gif) no-repeat 0px 2px;
}

#main-contents .entry .box-main h4 {
	margin: 0px 0px 10px;
	font-size: 12px;
}

#main-contents .entry .box-main p {
	margin: 0px 0px 10px;
}

#main-contents .entry .box-main .line1 {
	position: relative;
	float: left;
	clear:both;
	width: 645px;
	height:18px;
}

#main-contents .entry .box-main p.date {
	font-size: 10px;
	line-height: 1.3em;
	letter-spacing: 0.05em;	
}

#main-contents .entry .box-main .photo {
	float: left;
	width: 210px;
	margin: 0px;
	padding: 0px;
}

#main-contents .entry .box-main .photo-profile {
	width: 130px;
}

#main-contents .entry .box-main .photo p {
	margin: 0px;
}

#main-contents .entry .box-main .photo img,
#main-contents .entry .box-main p img {
	border: 1px solid #DDDDDD;
}

#main-contents .entry .box-main .photo img.noborder {
	border-style: none;	
}

#main-contents .entry .box-main .text {
	float: left;
	width: 470px;
}

#main-contents .entry .box-main .text-profile {
	width: 550px;
}

#main-contents .entry .box-main .text-profile h4 {
	margin: 0px;
}

#main-contents .entry .box-main .text-profile h5 {
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.2em;
}

#main-contents .entry .box-main .text-profile h5.eng {
	letter-spacing: 0em;
}

#main-contents .entry .box-main .text-profile p {
	margin: 0px 0px 5px;
}

#main-contents .entry .box-main .text ul.activities li {
	text-indent: -1em;
	margin: 0px 0px 0px 1em;
	list-style: disc url(none) inside;
}

#main-contents .entry .box-main .line-dot {
	background: url(images/line_dot.gif) repeat-x bottom;
	margin: 0px 0px 20px;
	height: 21px;
	clear:both;
	width: 680px;
}

#main-contents .entry .box-main table {
	margin: 0px 0px 10px;
}

#main-contents .entry .box-main td {
	vertical-align: top;
}

#main-contents .entry .box-main table.company-profile td {
	padding: 10px;
	border: 1px solid #FFFFFF;
	background: #F6F6F6;
	vertical-align: middle;
}

#main-contents .entry .box-main table.company-profile td.item {
	width: 120px;
	background: #F0F0F0;
	text-align: center;
	vertical-align: middle;
}

#main-contents .entry .box-main table.contact-form td {
	padding: 10px;
}

#main-contents .entry .box-main table.contact-form td.item {
	width: 100px;
	text-align: right;
	padding: 10px 0px 10px 10px;
}

#main-contents .entry .box-main table.contact-form td.sign {
	width: 10px;
	padding: 10px 0px 10px 5px;
	text-align: center;
}

#main-contents .entry .box-main table.contact-form td .input-box,
#main-contents .entry .box-main table.contact-form td .text-area {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	color: #444444;
}

#main-contents .entry .box-main table.contact-form td .input-box {
	width: 230px;
	height: 16px;
	border:solid 1px #DDDDDD;
}

#main-contents .entry .box-main table.contact-form td .text-area {
	width: 400px;
	height: 80px;
	margin: 0px 0px 5px;
	border:solid 1px #DDDDDD;
}

#main-contents .entry .box-main table.contact-form td .check-box {
	width: 10px;
	height: 10px;
	border:solid 1px #DDDDDD;
}

#main-contents .entry .box-main a:link,
#main-contents .entry .box-main a:visited,
#main-contents .entry .box-main a:active {
	color: #7FBE26;
	text-decoration: none;
}

#main-contents .entry .box-main a:hover {
	color: #444444;
	text-decoration: none;
}



/*----- pagenavi -----*/
.pagenavi {
	color: #333333;
	background:#FFFFFF;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .pagenavi .current {
	color: #333333;
	padding: 2px .4em;
	border:solid 1px #DDDDDD;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:#FFFFFF;
	background: #7FBE26;
	border-color: #73AC22;
}

.pagenavi .current {
	color:#FFFFFF;
	background: #7FBE26;
	border-color: #73AC22;
	font-weight:bold:
}

.pagenavi .next, .pagenavi .prev {
	border:0 none;
	background:transparent;
	text-decoration:none;
	font-size:smaller;
	font-weight:bold;
}

 a.next:hover,
 a.prev:hover {
	color:#7FBE26;
	background: #FFFFFF;
}


/*----- sitemap -----*/
.ddsg-wrapper {
	
}

#main-contents .entry .box-main .ddsg-wrapper a:link,
#main-contents .entry .box-main .ddsg-wrapper a:visited,
#main-contents .entry .box-main .ddsg-wrapper a:active {
	color: #666666;
	text-decoration: none;
}

#main-contents .entry .box-main .ddsg-wrapper a:hover {
	color: #7FBE26;
	text-decoration: none;
}

.ddsg-wrapper h2 {
	font-size: 14px;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 22px;
	background: url(images/icn_entry.gif) no-repeat 0px 2px;
}

.ddsg-wrapper ul {
	margin: 0px 0px 15px 2px;
}

.ddsg-wrapper ul li {
	list-style: none outside;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 20px;
	background: url(images/icn_arrow.gif) no-repeat 0px 4.5px;
}

.ddsg-wrapper ul li ul {
	margin: 5px 0px 15px;
}

.ddsg-wrapper ul li ul li {
	list-style: none outside;
	margin: 0px 0px 5px;
	padding: 0px;
	background: url(none);
}


.ddsg-wrapper-pages h2 {
	background: url(images/icn_entry.gif) no-repeat 0px 2px;
}

.ddsg-wrapper-pages ul {
	margin: 0px 0px 0px 23px;
}

.ddsg-wrapper-pages ul li {
	list-style: none outside;
	margin: 0px 0px 7px;
	padding: 0px;
	background: url(none);
}

.ddsg-wrapper-pages ul li.last {
	margin: 0px;
}



.ddsg-pagenav {
	
}

#main-contents .entry .box-main .ddsg-pagenav a:link,
#main-contents .entry .box-main .ddsg-pagenav a:visited,
#main-contents .entry .box-main .ddsg-pagenav a:active {
	color: #7FBE26;
	text-decoration: none;
}

#main-contents .entry .box-main .ddsg-pagenav a:hover {
	color: #444444;
	text-decoration: none;
}



/*----- footer -----*/
#footer {
	position: relative;
	clear: both;
	min-width:980px;
	width: 100%;
	height: 24px;
	background: #111111;
}

#footer-inner {
	position: relative;
	width: 960px;
	height: 24px;
	margin: 0px auto;
	padding: 0px 10px;
}

#footer-inner p,
#footer-inner li {
	font-size: 10px;
	line-height: 1.0em;
	color: #DDDDDD;
	letter-spacing: 0.05em;
}

#footer-inner #footer-navi li {
	list-style: url(none) none outside;
	float: left;
	padding: 7px 10px;
	background: url(images/footer_navi_line.gif) no-repeat 0px 8px;
}

#footer-inner #footer-navi li.first {
	background: url(none);
	padding: 7px 10px 7px 0px;	
}

#footer-inner #copyright {
	position: absolute;
	top: 7px;
	right: 10px;	
}

#footer-inner a:link,
#footer-inner a:visited,
#footer-inner a:active {
	color: #DDDDDD;
	text-decoration: none;
}

#footer-inner a:hover {
	color: #7FBE26;
	text-decoration: none;
}


/* IE6 Hack */
*html #left-contents {
	padding: 0px 0px 20px;
}

*html #center-contents {
	padding: 0px 0px 20px;
}

*html #right-contents {
	padding: 0px 0px 20px;
}

*html #main-contents {
	padding: 0px 0px 20px;
}

*html #sub-contents {
	padding: 0px 0px 20px;
}

/* IE7 Hack */
*:first-child+html #left-contents {
	padding: 0px 0px 60px;
}

*:first-child+html #center-contents {
	padding: 0px 0px 60px;
}

*:first-child+html #right-contents {
	padding: 0px 0px 60px;
}

*:first-child+html #main-contents {
	padding: 0px 0px 60px;
}

*:first-child+html #sub-contents {
	padding: 0px 0px 60px;
}

hr {
	display: none;
}


/*.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}*/


/* End Structure */



/*	Begin Headers */
/*
h1 {
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	*/
/* End Headers */



/* Begin Images */
/*p img {
	padding: 0;
	max-width: 100%;
	}*/

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
/*
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 10px 12px;
	display: inline;
	}

img.alignleft {
	margin: 0 12px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	*/
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

*/
/* End Entry Lists */



/* Begin Form Elements */
/*#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { 
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	*/
/* End Form Elements */



/* Begin Comments*/
/*.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	*/
/* End Comments */



/* Begin Sidebar */
/*
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
*/


/* Begin Calendar */
/*
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { 
	background-color: #fff; }
	*/
/* End Calendar */



/* Begin Various Tags & Classes */
/*
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	*/
/* End Various Tags & Classes*/



/* Captions */
/*
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
*/
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
