
/* the!crero_master.css */

body{
	margin:0px 0px 0px 5px;
	padding:0;
	background-color:#f5f5f5;
	background-image:url(../img/bg_01.gif);
	background-repeat:repeat-y;
	background-attachment:fixed;
	font-family: "ＭＳ Ｐゴシック","ＭＳ 明朝",sans-serif,Osaka;
	font-size:14px;
	color:#666666;
}

hr.dot{
	border-style:dotted none none none; 
	border-top-width:2px; 
	border-top-color:#cccccc; 
	height:2px;
	width:690px;
}

#oyaji{
	width:100px;
	height:100px;
	margin:50px 0px 0px 40px;
	padding:0;
	background:url(../img/contact.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

/* link */
a:link{
	text-decoration: underline;
	color:#666666;
}

a:visited{
	text-decoration: underline;
	color:#666666;
}

a:hover{
	text-decoration: underline;
	color:#336699;
}

a:active{
	text-decoration: underline;
	color:#336699;
}

/* anchor point */

.link_move{
	clear:both;
	width:690px;
	text-align:right;
}

.link_move img{
	border:none;
	vertical-align:middle;
}

/* bace */

#header{
	width:895px;
	height:200px;
	background-color:#ffffff;
}

#container{
	width:895px;
}

#main{
	float:right;
	width:690px;
	background-color:#ffffff;
	line-height:150%;
}

#footer{
	clear: both;
	width:895px;
	height:300px;
	background-image:url(../img/bg_02.gif);
	background-color:#ffffff;
	text-align:center;
}

/* menu */

#menu{
	float:left;
	width:180px;
	background-color:#ffffff;
}

#menu ul{
	margin:0 0 0 35px;
	padding:0;
}

#menu li{
	margin:15px 0 0 0;
	padding:0;
	vertical-align:middle;
	list-style-image:url(../img/point_01.gif);
	border-bottom:2px dotted #cccccc;
}

#menu a{
	font-weight:bold;
	text-decoration:none;
	color:#666666;
}

#menu a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#666666;
}

#menu a:hover{
	font-weight:bold;
	text-decoration:none;
	color:#336699;
}

#menu a:active{
	font-weight:bold;
	text-decoration:none;
	color:#336699;
}

/* txt */

h1{
	color:#336699;
	margin:20px 0 0 0;
	padding:0;
	text-transform:uppercase;
}

h2{
	color:#336699;
	margin:20px 0 0 0;
	padding:0 0 0 5px;
	border-left:5px solid #cccccc;
	border-bottom:2px dotted #cccccc;
}

h3{
	color:#ffffff;
	margin:20px 0 0 0;
	padding:0 0 0 5px;
	background-color:#ffb900;
}

h4{
	color:#ffffff;
	background-color:#cccccc;
	margin:20px 0 0 0;
}

p{
	margin:10px 10px 10px 0;
	padding:0;
}

p span{
	color:#ffb900;
	font-weight:bold;
}

.new{
	background-color:#cc0000;
	font-size:12px;
	color:#ffffff;
	margin:0 0 0 5px;
	padding:2px;
}

.red{
	color:#cc0000;
	font-size:14px;
	font-weight:bold;
}

#blue a {
	color:#336699;
	font-size:14px;
	font-weight:bold;
}