/* basics */

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

/* render html5 elements as block */
heml, body, header, footer, section, aside, nav, article p, div, dt, dd {
display: block;
font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}

strong, em {
font-weight: normal;
font-style: normal;
}

/* standard body */
body {
margin: 0 auto;
width: 960px;
font: 14px/20px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
background: #a9a9a9 url("../images/bg.gif") repeat;
}

/* standard alignments */
.alignleft {
float: left;
}

img.alignleft {
margin: 5px 10px 0 0; 
}

.alignright {
float: right;
}

img.alignright {
margin: 5px 0 0 10px; 
}

.center {
text-align: center;
}

/* Hx tags */

h1 a {
font-size: 40px;
padding: 30px 0 20px 0;
letter-spacing: 1px;
color: #C10909;
text-decoration: none;
}

h1 a:hover {
opacity:0.7; filter:alpha(opacity=70); -ms-filter:"alpha( opacity=70 )" 
}

h2 {
font-size: 24px;
padding: 20px 0;
color: #C10909;
}

h2 a {
color: #C10909;
}

h2 a:hover {
color: #000;
}

h3 {
font-size: 18px;
color: #000;
padding-bottom: 3px;
margin-top: 10px;
margin-bottom: 10px;
letter-spacing: 1px;
}

p {
padding-bottom: 20px;
font-size: 15px;
letter-spacing: 1px;
line-height: 1.8;
}

/* header */

header {
margin-top: 10px;
background: #fff url("../images/introimage.png");
height: 220px; /* for IE */
min-height: 220px; /* for not-IE */
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

header h1, header p {
position: relative;
z-index: 9999;
width: 600px;
}

header h1 {
padding: 20px 0 20px 20px;
color: #C10909;
}

header p {
padding-left: 20px;
font-size: 13px;
letter-spacing: 1px;
}



/* nav */

nav {
background: #000;
margin: 0 auto;
width: 960px;
display: block;
float: left;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

nav .menu {
font-size: 16px;
font-weight: bold;
margin-left: 12px;
}

nav .menu ul {
list-style: none;
margin: 0;
}

nav .menu li {
float: left;
position: relative;
}

nav .menu a {
display: block;
text-decoration: none;
color: #FFF;
padding: 0 30px;
line-height: 38px;
}

nav .menu a:hover {
color: #F7E908;
}

div.link a  {background-image: url(../img/sp.gif);
        background-repeat: no-repeat;
        width: 5px;
        height: 5px;
        text-indent: -9999px;
        display: block;
        overflow: hidden;
        }
        
        /* nav 1-level dropdowns */
nav .menu li ul { 
display: none; 
}

nav .menu ul li a {
display: block;
text-decoration: none;
color: #FFF;
background: #000;
margin-left: 1px;
white-space: nowrap;
}
nav .menu ul li a:hover { 
background: #C10909; 
}

nav .menu li:hover ul {
display: block;
position: absolute;
}

nav .menu li:hover li {
float: none;
}

nav .menu li:hover a { 
background: #C10909; 
}

nav .menu li:hover li a:hover { 
background: #C10909; 
}

/* pankuzu */
p#bread {
padding: 0 4px 2px 0;
margin: 0;
letter-spacing: 1px;
text-align: right;
}

p#bread a {
color: #C10909;
}

p#bread a:hover {
color: #000;
}

/* content and sidebar layout */

#content {
float: right; 
width: 610px; 
margin:10px 0 10px 0; 
padding:5px 20px 5px 20px;
background-color: #fff;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

aside {
float: left;
text-align: left; 
width: 300px; 
margin:0; 
padding:0;
}

/* article */
.articlecontent p a {
color: #C10909;
}

.articlecontent p a:hover {
color: #000;
}

.articlecontent ul, p.bg_gray {
-webkit-box-shadow: 0 0 6px #666;
-moz-box-shadow: 0 0 6px #666;
box-shadow: 0 0 6px #666;
margin: 12px 0 28px 10px;
padding: 12px;
margin-bottom: 30px;
letter-spacing: 1px;
background-color: #eeeeee;
border-radius: 20px;
width: 90%;
}

.articlecontent ul li {
font-size: 15px;
letter-spacing: 1px;
line-height: 1.8;
margin-left: 2em;
}

.articlecontent ol {
margin-bottom: 20px;
}

.articlecontent ol li {
font-size: 15px;
letter-spacing: 1px;
line-height: 1.8;
margin-left: 2em;
}

/* box shadow on pics */
.articlecontent img {
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

/* sidebar */
aside section {
margin: 10px 0 0 0;
padding: 10px 15px;
background-color: #fff;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

aside section ul {
margin: 0 0 0 20px;
list-style-image: url(../images/redarrow.gif);
color: #C10909;
}

aside section ul li {
letter-spacing: 1px;
margin-bottom: 6px;
}

aside section ul li a {
display: block;
text-decoration: none;
color: #000;
}

aside section ul li a:hover {
background-color: #C10909;
color: #fff;
}


.sitemap ul {
	margin-bottom: 2em;
}

.sitemap li {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 1px;
	margin-bottom: 0.5em;
	list-style-position: inside;
}

.sitemap li a {
	color: #C10909;
}

.sitemap li a:hover {
	color: #000;
}

/* footer */
footer {
clear: both;
float: left;
background: #222;
width: 960px;
color: #fff;
margin-bottom: 10px;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

footer address {
text-align: right;
padding: 10px 20px 10px 0;
letter-spacing: 1px;
}

footer a {
color: #999;
}

footer a:hover {
color: #FFF;
text-decoration: none;
}

/* adsense + link */
#page_top {
text-align: center;
font-size: 15px;
letter-spacing: 1px;
padding-top: 8px;
}

#page_top a {
color: #C10909;
}

#page_top a:hover {
color: #222222;
}

#ad_bottom {
text-align: center;
padding: 10px 0 0 0;
}

#ad_side {
padding: 0;
margin: 0;
text-align: center;
}

/* other tag */


/* ナビリンク */
div#content ul#navi	{font-size: 14px;
	margin-top: 18px;
	text-align: center;
	letter-spacing: 1px;}

div#content ul#navi li	{list-style-type: none;
	display: inline;}

div#content ul#navi li a	{text-decoration: none;
	border-right: solid 1px #333333;
	padding: 3px 8px;
	color: #C10909;}

div#content ul#navi li a:hover {opacity:0.65; filter:alpha(opacity=65); -ms-filter:"alpha( opacity=65 )" }
	
div#content ul#navi li.navilast a {border-right: none;}