 "shift_jis";
	
/*===================================================
*
*	Base Style CSS
*	Last Update 2009-12
*
====================================================*/

/*
*	Font-size Adjustment
*	
*	77% = 10px	| 	122% = 16px	|	167% = 22px
*	84% = 11px	|	129% = 17px	|	174% = 23px
*	93% = 12px	|	136% = 18px	|	182% = 24px
*	100% = 13px	|	144% = 19px	|	189% = 25px
*	107% = 14px	|	152% = 20px	|	197% = 26px
*	116% = 15px	|	159% = 21px	|
*/


/*  Base Style
-----------------------------------*/

* {
	line-height: 1.5;
}

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	margin: 0;
	padding: 0;
}

/*  Text Module
-----------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.6em;
}


h1 {
	font-size: 189%;
}

h2 {
	font-size: 159%;
}

h3 {
	font-size: 144%;
}

h4 {
	font-size: 122%;
}

h5 {
	font-size: 107%;
}

h6 {
	font-size: 107%;
}

strong {
	font-weight: bold;
}

em {
	font-style: normal;
	font-weight: bold;
}

pre,
code {
	font: 115% monospace;
	*font-size: 100%;
}

abbr,
acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

address {
	font-style: normal;
}


/*  List Module
-----------------------------------*/

ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

ul,ol {
	list-style: none;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

/*  Forms Module
-----------------------------------*/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	color: #000;
}

select,
input,
textarea {
	font-size: 99%;
}

/*\*/
input,
textarea {
	font-family: Arial, Helvetica, "ƒqƒ‰ƒMƒmŠpƒS Pro W3",  sans-serif;
}
/**/

input {
	line-height: 1.2;
}

textarea {
	padding: 0.2em;
}

optgroup {
	font-style: normal;
}


/*  Image Module
-----------------------------------*/

img {
	border: none;
}

/* Link Module
-----------------------------------*/

a:link {
	color: #286643;
}

a:visited {
	color: #286643;
}

a:hover {
	color: #C00;
}


/* Common class
-----------------------------------*/
ul.post-categories:after,
.entry:after,
.postdateCate:after,
.entryTitle:after,
.entryLeftcol:after,
.entryRightcol:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul.post-categories,
.entry,
.postdateCate,
.entryTitle,
.entryLeftcol,
.entryRightcol,
.clearfix {
	zoom: 1;
}
