﻿body {
    background-color: #e4f0fc
}

#wrapper {
	font-family: Verdana, "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	max-width: 1500px;
}

a:link { 
	color: #0033cc;
	text-decoration: underline;
}
a:visited {
	color: #824880;
	text-decoration: none;
}

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

a:active {
	color: #824880;
	text-decoration: none;
}

#header {
	color: #FF0000;
	font-size: 32pt;
	font-weight: bold;
	padding: 10px 0 0 10px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#header a:link { 
	color: #FF0000;
	text-decoration: none;
}

#navi {
/*    width: 800px;*/
    padding: 0;
    margin: 0;
    list-style-type: none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#navi li {
	width: 16%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}

#navi li a {
    width: auto;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
     
    padding: 10px 0;
    text-decoration: none;
    display: block;
    background: #00bfff;
    }

#navi li a:hover {
    background: #87ceeb;
}

#pagetitle {
	margin: 30px 50px 10px 50px;
	color: #6A4A3C;
	font-size: 18pt;
	font-weight: bold;
}

#contop {
	background: #FFFF66;
	margin: 50px 50px 20px 50px;
	padding: 20px;
	color: #330000;
	border-radius: 10px;
	font-size: 14pt;
    width: 500px;
    float: left;
}

#poster {
       margin: 0px 85px 0 50px;
	color: #6A4A3C;
 	font-size: 14pt;
        float: right;
}

img.poster{
    margin: 50px 50px 20px 0;
    width: 340px;
    height: auto;
}


#content {
	background: #FFFF66;
	margin: 0 50px 20px 50px;
	padding: 20px;
	color: #330000;
	border-radius: 10px;
}


#twitter {
	margin: 85px;
        float: right;
}

#sponsor {
	margin: 10px 0 85px 85px;
	color: #6A4A3C;
    float: left;
    width:500px; 
}

/* これがfloatの解除 */
.clear {
    clear: both;
}


#footer {
	background: #00bfff;
	padding: 5px;
	text-align: center;
	font-size: 10pt;	
}

#footer a:link { 
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

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

#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* boxのfloat用設定 */
/* もっとうまい書き方があるはず… */
.boxContainer {
	overflow: hidden;
}

.floatText{
	float:left;
	width: 70%;
}

.floatImg{
	float:left;
	padding-right: 10px;
}

.boxContainer:after {
    clear: both;
}oth;
}