@charset "Shift_JIS";

/*////////////////////////////////////////////////////

	Common Css
	
	Client
	http://www.hoge./

////////////////////////////////////////////////////*/

*{
	margin:0;
	padding:0;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, sans-serif;
	font-style:normal;
	text-decoration:none;
	color:#333;
	text-align:left;
	background-color:transparent;
}
	
body{
	margin:0;
	padding:0;
	font-size:100%;
	line-height:150%;
	background:url(../img/common/blog_01.gif) repeat-x #ECCDA5;
	}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	line-height:150%;
	color:#333;
}

ul{
	list-style-type:none;
}
ol{
	margin-left:2em;
}

a:link,
a:visited,
a:active{
	color:#3333CC;
	text-decoration:underline;
}

a:hover{
	color:#EE3366;
}

a[name]:hover{
	color:#666;
	}

img{
	border:0;
	}

hr{
	clear:both;
	display:none;
	}

table{
	border-collapse:collapse;
	}
th,td,sup{
	vertical-align:top;
}

/*---------------------------------------------------
	Class
----------------------------------------------------*/

.floatL{float:left;}
.floatR{float:right;}

.clearL{clear:left;}
.clearR{clear:right;}
.clearB{clear:both;}

.alignL{text-align:left;}
.alignR{text-align:right;}
.alignC{text-align:center;}

.txtRed{color:#CC0033;}
.txtCaps{font-variant:small-caps;}
