@charset "utf-8";

/* @group ***common*** */

html {
	background-color: #dfe9f7;
}

body {
	background-color: #dfe9f7;
}

a:link {
	color: #2971A7;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #c00;
}

#header {
	border-top: 8px solid #213e78;
	background: #e0e9f8 url(../img/common/header_bg.jpg) no-repeat 50% 0;
	height: 113px;
}

#header div.titles {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 113px;
	position: relative;
}

#header div.titles h1 {
	position: absolute;
	left: 300px;
	font-size: 93%;
	top: 50px;
	width: 600px;
	text-align: right;
}

p#counter {
	text-align: center;
	padding-bottom: 20px;
}

#header div.titles p#logo {
	position: absolute;
	top: 31px;
	left: 12px;
}

/* ***gnavi*** */

ul#gnavi {
	height: 50px;
	text-align: center;
	background: url(../img/common/gnavi_bg.jpg) repeat-x 0 0;
}

ul#gnavi li {
	display: inline;
}

/* ***contents*** */

#contents {
	width: 912px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/common/contents_body.gif) repeat-y 0 0;
	margin-bottom: 10px;
}

#contents div.c2 {
	background: url(../img/common/contents_foot.gif) no-repeat 0 100%;
	width: 912px;
}

#contents div.c_inner {
	width: 900px;
	padding-right: 6px;
	padding-left: 6px;
}

#contents div.body_inner {
	background: url(../img/common/contentsbg.jpg) no-repeat 0 0;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}

#main_contents {
	float: left;
	width: 580px;
}

#main_contents div.column {
	padding-bottom: 15px;
}

#main_contents div.section,#sub_contents div.section {
	padding-bottom: 15px;
}

#sub_contents {
	float: right;
	width: 256px;
}

/* ***main*** */

div.section h2.tit {
	position: relative;
	background-image: none;
	margin: 0;
	padding: 0;
}

div.section h2.tit span.rss {
	position: absolute;
	top: 12px;
	right: 10px;
}

#newslist {
	background-color: #f7f6f4;
	padding: 15px;
}

#newslist dl {
	height: 150px;
	overflow-y: scroll;
	padding-right: 15px;
}

#newslist dl dt {
	background: url(../img/common/arrow02.gif) no-repeat 0 2px;
	padding-left: 10px;
	float: left;
	width: 7em;
}

#newslist dl dd {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ffffff;
	padding-left: 8em;
}

/* ***entry_navi*** */

ul.entry_navi {
	text-align: center;
	font-size: 107%;
}

ul.entry_navi li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

ul.entry_navi li.last {
	
}

/* ***sub*** */

#sub_contents div.s_inner {
	padding: 15px 28px 0;
}

div.s_column {
	margin-bottom: 15px;
}

#sub_contents div.s_column p {
	color: #585858;
	font-size: 93%;
}

#sub_contents dl.comm {
	margin-bottom: 20px;
	font-size: 93%;
}

#sub_contents dl.comm dt {
	text-align: right;
	margin-bottom: 3px;
}

#sub_contents dl.comm dd {
	color: #585858;
}

#sub_contents dl.softwarelist {
	font-size: 93%;
}

#sub_contents dl.softwarelist dt {
	margin-bottom: 4px;
	text-align: right;
}

#sub_contents dl.softwarelist dd {
	margin-bottom: 20px;
	text-align: left;
}

#sub_contents ul.cat li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
	background: url(../img/common/ico_category.gif) no-repeat 0 2px;
	padding-left: 17px;
}

#sub_contents ul.recent_entry li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
	background: url(../img/common/ico_pen.gif) no-repeat 0 2px;
	padding-left: 17px;
}

#sub_contents ul.archive_list li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
	background: url(../img/common/ico_time.gif) no-repeat 0 2px;
	padding-left: 17px;
}

#sub_contents ul.menu li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
	background: url(../img/common/arrow02.gif) no-repeat 0 2px;
	padding-left: 17px;
}

/* ***download1*** */

dl.download1 dt {
	color: #585858;
	margin-bottom: 3px;
	font-weight: bold;
}

dl.download1 dd.dlbtn a {
	background: url(../img/btn_download01.gif) no-repeat 0 0;
	width: 195px;
	height: 63px;
	display: block;
	position: relative;
	color: #333333;
}

dl.download1 dd.dlbtn a:visited {
	text-decoration: none;
	color: #333333;
}

dl.download1 dd.dlbtn a:hover {
	text-decoration: none;
	color: #333;
}

dl.download1 dd.dlbtn span {
	position: absolute;
	top: 35px;
	left: 80px;
	font-size: 85%;
}

/* ***download2*** */

dl.download2 dt {
	color: #585858;
	margin-bottom: 3px;
	font-weight: bold;
}

dl.download2 dd.dlbtn a {
	background: url(../img/btn_download02.gif) no-repeat 0 0;
	width: 195px;
	height: 63px;
	display: block;
	position: relative;
	color: #333333;
}

dl.download2 dd.dlbtn a:visited {
	text-decoration: none;
	color: #333333;
}

dl.download2 dd.dlbtn a:hover {
	text-decoration: none;
	color: #333;
}

dl.download2 dd.dlbtn span {
	position: absolute;
	top: 35px;
	left: 80px;
	font-size: 85%;
}

/* ***download3*** */

dl.download3 dt {
	color: #585858;
	margin-bottom: 3px;
	font-weight: bold;
}

dl.download3 dd.dlbtn a {
	background: url(../img/btn_download03.gif) no-repeat 0 0;
	width: 195px;
	height: 63px;
	display: block;
	position: relative;
	color: #333333;
}

dl.download3 dd.dlbtn a:visited {
	text-decoration: none;
	color: #333333;
}

dl.download3 dd.dlbtn a:hover {
	text-decoration: none;
	color: #333;
}

dl.download3 dd.dlbtn span {
	position: absolute;
	top: 35px;
	left: 80px;
	font-size: 85%;
}

/* ***download4*** */

dl.download4 dt {
	color: #585858;
	margin-bottom: 3px;
	font-weight: bold;
}

dl.download4 dd.dlbtn a {
	background: url(../img/btn_download04.gif) no-repeat 0 0;
	width: 195px;
	height: 63px;
	display: block;
	position: relative;
	color: #333333;
}

dl.download4 dd.dlbtn a:visited {
	text-decoration: none;
	color: #333333;
}

dl.download4 dd.dlbtn a:hover {
	text-decoration: none;
	color: #333;
}

dl.download4 dd.dlbtn span {
	position: absolute;
	top: 35px;
	left: 80px;
	font-size: 85%;
}

/* ***screenshot*** */

#main_contents div.screen_inner {
	background-color: #f7f6f4;
	padding: 15px;
}

#main_contents div.screen_inner ul {
	text-align: center;
	margin-bottom: 0;
}

#main_contents div.screen_inner li {
	background-image: none;
	display: inline;
	padding: 0 5px;
}

/* ***hilite*** */

.hilite {
	color: #ffffff;
	background-color: #c00;
	padding-left: 2px;
	padding-right: 2px;
}

/* ***old_version*** */

dl.oldversion {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

dl.oldversion dt {
	color: #333;
	font-weight: bold;
	padding-bottom: 5px;
}

dl.oldversion dd {
	padding-left: 17px;
	background: url(../img/common/ico_dl.gif) no-repeat 0 0;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

/* ***caution*** */

p.caution {
	border: 1px solid #e4a6a5;
	margin-bottom: 20px;
	background: #ffecee url(../img/common/ico_caution.gif) no-repeat 5px 50%;
	padding: 5px 5px 5px 24px;
}

p.caution a {
	color: #c00;
	font-weight: bold;
	font-size: 107%;
}

p.caution a:hover {
	color: #333;
}

/* ***detail*** */

dl.detail {
	margin-bottom: 10px;
}

dl.detail dt {
	margin-bottom: 0.5em;
	color: #213e78;
	font-size: 93%;
	background: url(../img/common/ico_smile.gif) no-repeat 0 0;
	padding-left: 17px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #dddddd;
}

dl.detail dd {
	color: #585858;
	line-height: 150%;
}

/* ***fnavi*** */

#fnavi {
	background: url(../img/common/footer_body.gif) repeat-y 0 0;
	width: 912px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-bottom: 0;
}

#fnavi div.f2 {
	width: 912px;
	background: url(../img/common/footer_head.gif) no-repeat 0 0;
}

#fnavi div.f3 {
	background: url(../img/common/footer_foot.gif) no-repeat 0 100%;
}

#fnavi div.inner {
	padding: 30px;
}

#fnavi dl {
	width: 160px;
	float: left;
	padding-right: 10px;
	font-size: 93%;
	line-height: 120%;
	margin-bottom: 0;
	padding-bottom: 0;
}

#fnavi dl dt {
	margin-bottom: 0.7em;
}

#fnavi dl dd {
	background: url(../img/common/arrow01.gif) no-repeat 0 2px;
	padding-left: 10px;
	margin-bottom: 7px;
}

#fnavi dl dd.last {
	margin-bottom: 0;
}

/* ***footer*** */

#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 10px;
}

#footer p#go_pagetop {
	width: 107px;
	float: right;
}

#footer div.copyright {
	float: left;
	width: 700px;
}

#footer div.copyright address {
	padding-bottom: 5px;
	font-size: 93%;
	color: #666666;
}

#footer div.copyright address span.bw {
	background: url(../img/common/ico_blockworks.gif) no-repeat 0 50%;
	padding-left: 13px;
}

#footer div.copyright li {
	display: inline;
	padding-left: 18px;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#footer div.copyright li#ico01 {
	background-image: url(../img/common/ico_about.gif);
}

#footer div.copyright li#ico02 {
	background-image: url(../img/common/ico_contact.gif);
}

#footer div.copyright li#ico03 {
	background-image: url(../img/common/ico_sitemap.gif);
}

#footer div.copyright li#ico04 {
	background-image: url(../img/common/ico_rss.gif);
}

.lastmgn {
	margin-bottom: 0;
	padding-bottom: 0;
}



/* @end */

/* @group ***home*** */

#afi dt {
	text-align: center;
	margin-bottom: 4px;
}

#afi dd {
	margin-bottom: 30px;
	font-size: 93%;
	text-align: center;
}



/* @end */

/* @group ***blog*** */

div.post {
	margin-bottom: 30px;
	background: url(../img/common/post_shadow.gif) no-repeat 50% 100%;
	padding-bottom: 25px;
}

div.meta {
	padding-top: 20px;
	padding-bottom: 20px;
}

div.meta dl.date {
	background: url(../img/common/post_date.gif) no-repeat 0 0;
	width: 50px;
	height: 50px;
	float: left;
}

div.meta dl.date dt {
	color: #ffffff;
	font-size: 85%;
	text-align: center;
	height: 16px;
	line-height: 16px;
}

div.meta dl.date dd.month {
	color: #666;
	font-size: 75%;
	text-align: center;
}

div.meta dl.date dd.day {
	text-align: center;
	height: 22px;
	line-height: 22px;
	font-size: 123.1%;
	font-weight: bold;
	color: #333333;
}

div.meta div.txt {
	float: right;
	width: 520px;
}

div.meta div.txt h2,div.meta div.txt h3 {
	padding-bottom: 4px;
}

div.meta div.txt h2 a {
	font-weight: bold;
	color: #679800;
	font-size: 153.9%;
}

div.meta div.txt h2 a:hover {
	text-decoration: underline;
	color: #c00;
}

div.meta div.txt ul {
	background-color: #f7f6f4;
	padding: 3px;
	font-size: 93%;
}

div.meta div.txt ul li.cat {
	padding-left: 17px;
	background: url(../img/common/ico_category.gif) no-repeat 0 50%;
	float: left;
	width: 350px;
}

div.meta div.txt ul li.sbm {
	float: right;
	width: 141px;
}

/* ***post_body*** */

div.post div.post_body {
	color: #585858;
	line-height: 160%;
	font-size: 107%;
}

div.post_body p {
	margin-bottom: 1em;
	color: #585858;
	line-height: 160%;
}

div.post_body strong {
	font-weight: bold;
	color: #333;
}

div.post_body em {
	font-style: italic;
}

div.post_body address {
	font-style: italic;
	color: #999999;
	margin-bottom: 1em;
}

div.post_body pre {
	width: 95%;
	overflow: scroll;
	background-color: #f7f6f4;
	padding: 0.5em 0.8em;
	line-height: 150%;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-size: 93%;
}

div.post_body ul {
	margin-bottom: 1em;
}

div.post_body ul li {
	background: url(../img/common/arrow01.gif) no-repeat 0 4px;
	padding-left: 12px;
	margin-bottom: 5px;
	color: #585858;
	line-height: 160%;
}

div.post_body ol {
	margin-bottom: 1em;
}

div.post_body ol li {
	list-style-type: decimal;
	margin-left: 2em;
	color: #585858;
	line-height: 160%;
}

div.post_body blockquote {
	padding: 1em;
	background-color: #f7f7f7;
	margin-bottom: 1em;
}

div.post_body h1,div.post_body h2 {
	margin-bottom: 0.5em;
	font-weight: bold;
	background: url(../img/title/title_h1.gif) no-repeat 0 0;
	color: #ffffff;
	padding: 7px;
	font-size: 123.1%;
}

div.post_body h3,h2.title {
	margin-bottom: 0.5em;
	font-weight: bold;
	background: url(../img/title/title_h2.gif) no-repeat 0 0;
	color: #ffffff;
	font-size: 123.1%;
	padding: 7px;
}

div.post_body h4 {
	margin-bottom: 0.5em;
	font-size: 100%;
	background-color: #cce1f6;
	padding: 3px;
	border-bottom: 5px solid #8fbdee;
	color: #333333;
}

div.post_body h5 {
	margin-bottom: 0.5em;
	font-size: 93%;
	background-color: #e3eefb;
	padding: 3px;
	color: #333333;
	border-bottom: 5px solid #cce1f6;
}

div.post_body h6 {
	margin-bottom: 0.5em;
	background-color: #eaf6fe;
	font-size: 85%;
	padding: 3px;
	color: #333;
	border-bottom: 5px solid #dbe8fb;
}

/* ***data*** */

div.post_body table {
	border-collapse: collapse;
	margin-bottom: 2em;
	width: 100%;
	font-size: 93%;
	line-height: 130%;
	color: #585858;
}

div.post_body table caption {
	font-weight: bold;
	color: #1b6fd0;
}

div.post_body table.data th,div.post_body table.data td {
	padding: 4px;
	border: 1px solid #cccccc;
}

div.post_body table.data th {
	background-color: #eeeeee;
	font-weight: bold;
}

div.post_body table.data td {
	text-align: left;
	vertical-align: top;
}

/* ***stripe*** */

div.post_body table.stripe th,div.post_body table.stripe td {
	padding: 4px;
	border: 1px solid #cccccc;
	text-align: left;
	vertical-align: top;
}

div.post_body table.stripe tr.even td {
	background-color: #eff7ff;
}



/* @end */

/* @group ***pagenavi*** */

.tablenav {
	color: #2971A7;
	background:white;
	margin: 1em auto;
	line-height: 2em;
	text-align:center;
	font-size: 100%;
}

a.page-numbers, .tablenav .current {
	color: #2971A7;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
}

a.page-numbers:hover {
	color: #ffffff;
	background: #2971A7;
}

.tablenav .current {
	color: #ffffff;
	background: #2971A7;
	border-color: #328ab2;
	font-weight:bold:
}

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



/* @end */

span.memo {
	color: #ff907d;
	font-size: 93%;
	line-height: 130%;
}

/* @group ***software*** */

div.softbox {
	margin-bottom: 20px;
}

div.softbox p.sh {
	width: 240px;
	float: right;
	margin-bottom: 0;
}

div.softbox div.detail {
	float: left;
	width: 320px;
}

div.softbox div.detail h4 {
	font-weight: bold;
	background-color: #fff;
	border-bottom-style: solid;
	font-size: 138%;
	color: #333;
	padding: 4px 80px 4px 4px;
}

div.softbox div.detail h4.free {
	background: url(../img/common/ico_free.jpg) no-repeat 100% 50%;
	border-bottom-color: #9cce0a;
}

div.softbox div.detail h4.share {
	background: url(../img/common/ico_share.jpg) no-repeat 100% 50%;
	border-bottom-color: #fe9506;
}

div.softbox div.detail p.os {
	background: url(../img/common/ico_os.gif) no-repeat 0 50%;
	padding-left: 20px;
	line-height: 120%;
	font-size: 93%;
	color: #354f84;
	margin-bottom: 0.5em;
}

div.softbox div.detail p {
	margin-bottom: 0.5em;
}

div.softbox div.detail p.koushiki {
	margin-bottom: 0;
}



/* @end */

/* @group ***caution*** */

#caution_box {
	background-color: #ffecee;
	border: 1px solid #e4a6a5;
	padding: 10px;
	margin-bottom: 30px;
}

#caution_box h3 {
	background-image: none;
	color: #c00;
	padding: 0;
}



/* @end */