* {
	margin: 0;
	padding: 0;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.noime {
	ime-mode: disabled;
}

.bold {
	font-weight: bold;
}

.red {
	color: red;
}

.annot {
	color: #888;
}

body {
	font-size: 14px;
	line-height: 1.5em;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	
}

h1 {
	background-color: #a9da92;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 0 3px 10px;
}

h2 {
	background-color: #91D8CB;
	color: #333;
	font-weight: normal;
	font-size: 14px;
	padding: 2px 0 2px 5px;
}

h3 {
	color: #333;
	font-weight: normal;
	font-size: 14px;
	padding: 2px 0 2px 5px;
	border-bottom: 2px solid darkgreen;
}


h6 {
	color: #aaa;
	font-weight: normal;
	font-size: 12px;
	padding: 4px 0 0 4px;
	border-top: 1px solid #aaa
}


table, th, td {
	border-collapse: collapse;
	border: 1px solid gray;
	padding: 3px;
}

table.info th {
	background-color: #D8CB91;
}


table.input {
	border-collapse: collapse;
	border: 1px solid #A9da92;
	font-size: 14px;
}

table.input th {
	font-weight: normal;
	background-color: #d4edc9;
	text-align: left;
	border: 1px solid #A9da92;
	padding: 5px;
}

table.input td {
	font-weight: normal;
	text-align: left;
	border: 1px solid #A9da92;
	padding: 5px;
}

.mustinput {
	color: orange;
	font-weight: bold;
}

div.content, div.indent {
	padding: 14px;
}


div.error {
	border: 3px solid #be6869;
	padding: 8px 10px 7px 50px;
	font-weight: normal;
	color: #a62529;
	background-color: #fff;
	margin: 8px 0;
	background-image: url(/image/warning.gif);
	background-position: 10px;
	background-repeat: no-repeat;
}

div.error_one {
	margin: 0px;
	padding: 0px;
	border-style: none;
	color: red;
}

ul {
	list-style: none;
}

div.bordered {
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
}

.noborder {
	border: none;
}

table.noborder td, table.noborder th {
	border: none;
}

a.submenu {
	background-image: url('/image/bullet_go.png');
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 16px;
}

#ablog .time {
	text-align: right;
}

#ablog div.commentrow {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#ablog .handle {
	color: #666;
	font-weight: bold;
}

#ablog .commentbody {
	color: #666;
	font-weight: normal;
}

#ablog div.commenttime, #ablog div.category {
	color: #666;
	font-weight: normal;
	font-size: small;
	text-align: right;
}


div.onepoint {
	margin-bottom: 15px;
	border: 1px solid #6F7DA4;
	background-color: #E9FFFF;
	background-image: url(/image/information.gif);
	background-position: 10px;
	background-repeat: no-repeat;
	padding: 15px 15px 15px 60px;
}

#shop div.item_thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#shop div.item_thumbnail img {
	border: 1px solid #ccc;
}


#shop div.item_row {
	clear: both;
}


#dl div.item_thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#dl div.item_thumbnail img {
	border: 1px solid #ccc;
}


#dl div.item_row {
	clear: both;
}


div.template_description {
	border: 1px solid #A47D6F;
	background-color: #FFFFE9;
	background-image: url(/image/point.gif);
	background-position: 10px;
	background-repeat: no-repeat;
	padding: 15px 15px 15px 60px;
}

.floatleft {
	float: left;
}

.bbs_resolved {
	color: red;
	background-color: yellow;
}

input[type="button"], input[type="submit"], button {
	padding: 10px;
}

