@charset "UTF-8";

/*Layout Setting*/
@import url(layout.css);
@import url(contents.css);

/*--------------------------------------------- |  BASE  */

* {
	margin: 0;
	padding: 0; }
	
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", san-serif;
	background-color:#fff;
	background-image:url(../images/back_body.jpg);
}


/*--------------------------------------------- |  HEADINGS  */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal; }

/*--------------------------------------------- |  LINKS  */

a {
	text-decoration: underline;
	_position: relative;
	color: #339966; }

a:hover {
	text-decoration: none;
    color: #66CC99; }

a img {
	border: none; }
	
  
/*--------------------------------------------- |  TAG SETTINGS  */

td, th, img {
	vertical-align: top;
	padding: 0;
	margin: 0; }
th {
	font-size: 100%;
	font-weight: normal; }
ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	vertical-align: top;
	overflow: hidden; }
hr {
	display: none;
	clear: both; }
  
/*--------------------------------------------- |  OPTIONS  */

.clear {
	  clear: both; }
.clearL {
	  clear: left; }

/*Text Align*/
.txtAR {
	text-align: right; }
.txtAL {
	text-align: left; }
.txtAC {
	text-align: center; }

/*Text Indent*/
.noIndent {
	text-indent: 0; }

/*Vertical Align*/
.vAT {
	vertical-align: top; }
.vAM {
	vertical-align: middle; }
.vAB {
	vertical-align: bottom; }

/*Float*/
.left {
	float: left; }
.right {
	float: right; }

* html input {
	position: relative;
}

* html textarea {
	position: relative;
}

* html .blogparts a {
	zoom: 1;
	height: 18px;
}
