/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
}

/* all part */
body {
	color: #4b4b4b;		
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 15px;
	width:100%;
	min-height:100%;
	margin-right:auto;
	margin-left:auto;
}
body > #container {height:auto;}
html{
	height:100%;
}
#wrapper{
	width:980px;
	background:url(../images/bg.gif) repeat-y center;
	margin-right:auto;
	margin-left:auto;
	height:100%;/* for IE6 */
	min-height:100%;
}

a:hover {
	opacity:0.7;
}
a{
	text-decoration:none;
	color:#787878;
}
#section{
	width:930px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
}
/* header */
#header{
	width:970px;
	height:50px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	margin-left:5px;
	margin-bottom:20px;
}
h1{
	padding-top:25px;
	padding-left:10px;
	float:left;
}
#header ul{
	width:600px;
	height:12px;
	float:right;
	margin-top:15px;
	margin-right:10px;
}
#header li{
	display:inline;
	border-left:2px solid #FFF;
	padding-left:10px;
	margin-left:10px;
	padding-top:3px;
}
.last{
	border-right:2px solid #FFF;
	padding-right:10px;
}
.flexslider{
	clear:both;
	width:930px;
	margin-right:auto;
	margin-left:auto;
}
/* section */
#section{
	width:940px;
	height:auto;
}
#section ul{
	margin-top:15px;
	margin-bottom:20px;
}
#section li{
	margin-bottom:7px;
	padding-left:5px;
	border-left:#bb302f 5px solid;
}
#section p{
	margin-top:15px;
	margin-bottom:20px;
	line-height:1.7;
}
/* side */
#side{
	width:280px;
	height:auto;
	float:left;
}
/* main */
#main{
	width:620px;
	height:auto;
	float:right;
}
/* footer */
#footer{
	clear:both;
	width:970px;
	margin-right:auto;
	margin-left:auto;
	height:300px;
	background:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
}
#footer p{
	padding-top:10px;
	text-align:center;
}
/* 用語集 */
.blend{
	clear:both;
	padding-top:10px;

}
.blend ul{
	list-style-type:none;
}
.blend ul li{
	float:left;
	border-right:#333333 solid 1px;
	padding-right:8px;
	margin-right:8px;
}
