/* @reset */
* { margin: 0; padding: 0; }

a { text-decoration: none; }
ul,ol { list-style: none; }
img { vertical-align: middle; border: none; }

/* @fluid image */
img { max-width: 100%; }

/* @html */
html {
	line-height: 1.5;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",
	"Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	
	font-size: 75%;
	color: #333;
	}

/* @Contents */
#contents {
	width: 90%;
	max-width: 1280px;
	margin: 1.5em auto 0;
	text-align: center;
	}

#contents a{
	color: #0066cc;	
	}

#contents a:hover{
	color: #92b4dd;
	text-decoration: underline;
	}

#contents h2 {
	clear: both;
	margin-bottom: 1.5em;
	padding: 0.5em 1em;
    border-radius: 0.25em;
	background: #397ecf;
	color: #FFF;
	font-size: 1em; /* 24px */
	}

#contents h3 {
	margin-bottom: 1.5em;
	padding: 0.5em;
    border-left: 10px solid #397ecf;
	border-bottom: 2px solid #397ecf;
	font-size: 1em; /* 24px */
	text-align: left;
	}

#contents p, #contents ul, #contents ol, #contents li {
	margin-bottom: 1.5em;
	padding: 0 0.5em;
	text-align: left;
	}

#contents ul {
	list-style: disc;
	margin-left: 2em;
	}

#contents ol {
	list-style: decimal;
	margin-left: 2.5em;
	}

#contents li:last-child {
	margin-bottom: 0;
	}

#contents li p {
	padding: 0;
	}

#contents table {
	width: 100%;
	margin-bottom: 0;
	border: 1px solid #333;
	border-bottom: none;
	border-left: none;
	border-spacing: 0;
	border-collapse: collapse;
	}

#contents th {
	width: 10%;
	padding: 0.5em;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	background: #EFEFEF;
	color: #666;
	font-weight: bold;
	text-align: center;
	}

#contents td {
	padding: 0.5em;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	text-align: left;
	}

#contents td a {
	color: #333;
	}

#contents td a:hover {
	color: #333;
	text-decoration: underline;
	}

#contents hr {
	border: 0;
	margin-bottom: 1.5em;
	height: 9px;
	background: url(../images/base/hr.png) repeat-x 0 0;
	}

#contents p#lastupdate {
	margin-bottom: 0;
	padding: 0;
	font-size: 0.8em;
	text-align: right;
	}

#contents ul.topic {
	list-style-image: url(../images/base/list.png);
	}

/* @Deco */
.red, .blue, .green, .orange { font-weight: bold; }
 
.red { color: #ff0000; }
.blue { color: #0000ff; }
.green { color: #009900; }
.orange { color: #ff9900; }

/*768px*/
@media screen and (min-width : 614px){
html { font-size: 87.5%; }

#contents h2 {
	font-size: 1.25em;
	text-align: left;
	}
#contents h3 {
	font-size: 1.25em;
	}
#contents p, #contents ul, #contents ol, #contents li {
	padding: 0 1.25em;
	}

}

/*1024px*/
@media screen and (min-width : 819px){
html { font-size: 100%; }

}