@charset "UTF-8";

@import "baseOutline.css";
@import "head.css";
@import "right.css";
@import "center.css";
@import "main.css";
@import "menu.css";
@import "foot.css";
@import "others.css";

/* -- --------------default-------------- --*/

* {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック","sans-serif";
	color: #222222;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
}

body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-color: #DDDDDD;
	margin: 15px 0px 10px 0px;
	text-align:center;
}

a:link,
a:active {
	text-decoration:none;
	color: #222222;
}

a:visited {
	text-decoration:none;
	color: #444444;
}


a:hover {
	text-decoration:underline;
	color: #222222;
}

h1, h2, h3, h4, p, li {
	line-height: 1.5em;
	font-weight: normal;
}

table, tr, td{
	font-size:100%;}
	
ul li{
list-style:none;}

ol li{
list-style:decimal;
margin:0 0 5px 20px;
padding:0;
font-size:75%;}

blockquote{
padding:8px 10px 8px 10px;
margin-top:15px;
background-color:#EEEEEE;
font-size:75%;
line-height:150%;
}

