* {
	margin:0;
	padding:0;
}
strong {
	font-weight:normal;
}
a:link {
	color: red
}
a:visited {
	color: green
}
a:hover {
	color: blue
}
a:active {
	color: gray;
}
html {
	height:100%;
}
body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	color: #8B0000;
	width:100%;
	height:100%;
	background-image: url(img/back.jpg);
	margin:0px auto;
	font-size:small;
}
* html div#mainbox {
	height:100%;
}
#header {
	width:800px;
	text-align : center;
}
#footer {
	bottom:0;

	width:800px;
	clear:both;
	text-align:center;
	margin:50px 0 0 50px;
}
body > #mainbox {
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}
/* リストを横並び */
ul#nav {
	margin-left:50px;
}
ul#nav li {
	margin:0;
	padding:0;
	list-style:none;
	float: left;
	width: 100px;
	height: 40px;
	overflow: hidden;
}
/* リンク部分をブロック化 */
ul#nav li a {
	margin:0;
	padding:0;
	display: block;
	width: 100px;
	height: 40px;
	list-style:none;
	text-indent: -100em;
	text-decoration: none;
	border-style: none;
	outline: none;
	overflow: hidden;
}
li#nav-home a {
	background: transparent url(./img/nav/home.png) no-repeat 0 0;
	left: 100px;
}
li#nav-illu a {
	background: transparent url(./img/nav/illu.png) no-repeat 0 0;
	left: 100px;
}
li#nav-game a {
	background: transparent url(./img/nav/game.png) no-repeat 0 0;
	left: 100px;
}
li#nav-adlt a {
	background: transparent url(./img/nav/adlt.png) no-repeat 0 0;
	left: 100px;
}
li#nav-wall a {
	background: transparent url(./img/nav/wall.png) no-repeat 0 0;
	left: 100px;
}
li#nav-prof a {
	background: transparent url(./img/nav/prof.png) no-repeat 0 0;
	left: 100px;
}
li#nav-work a {
	background: transparent url(./img/nav/work.png) no-repeat 0 0;
	left: 100px;
}
li#nav-link a {
	background: transparent url(./img/nav/link.png) no-repeat 0 0;
	left: 100px;
}
li#nav-home a:hover, li#nav-illu a:hover, li#nav-game a:hover, li#nav-adlt a:hover, li#nav-wall a:hover, li#nav-prof a:hover, li#nav-work a:hover, li#nav-link a:hover {
	background-position:0px -40px;
}
li#nav-home a:active, li#nav-illu a:active, li#nav-game a:active, li#nav-adlt a:active, li#nav-wall a:active, li#nav-prof a:active, li#nav-work a:active, li#nav-link a:active, ul#nav li.current a {
	background-position: 0px -80px;
}
#mainbox {
	position:relative;
	width:900px;
	background-image:url(./img/sayu.png);
	background-repeat: repeat-y;
	bottom:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:100%;
	padding-bottom:30px;
	min-height:100%;
	height: auto;
	zoom:100%;/*IE6*/
	overflow:auto;/*IE7 and Firefox*/
}
#leftbox {
	width:200px;
	float:right;
	margin:10px;
	margin-right:50px;
	height:100%;
	height: auto;
}
.menuboxm {
	background-color:#330000;
	height:4px;
	width:790px;
	padding: 0px 0px 0px 10px;
	margin-left:50px;
	margin-right:10px;
}
#menubox {
	width:800px;
	padding: 0px 0px 0px 10px;
	margin-left:40px;
}
#rightbox {
	text-align:left;
	padding:0px;
	width:800px;
	margin:10px;
	margin-left:50px;
}
#rightboxmini {
	text-align:left;
	padding:10px;
	width:778px;
	border:#999 1px solid;
	border-top:none;
	background-color:#ffffff;
	box-shadow: 0px 1px 3px #000;
	-moz-box-shadow: 0px 1px 3px #000;/* Firefox用 */
	-webkit-box-shadow: 0 1px 3px #000;/* Safari,Google Chrome用 */
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom:150px;
}
#rightbox h1 {
	background-color:#7d1121;
	text-align:left;
	padding:0px 0px 0px 10px;
	border:#999999 1px solid;
	font-size: large;
	font-weight: bold;
	color:#ffcccc;
	/* CSS3*/
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.43, rgb(125,7,21)),  color-stop(0.68, rgb(171,44,57)));
	background-image: -moz-linear-gradient(  center bottom,  rgb(125,7,21) 43%,  rgb(171,44,57) 68%);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-shadow:2px 0px 1px #000000;
	-moz-box-shadow: 0px 1px 3px #000;/* Firefox用 */
	-webkit-box-shadow: 0 1px 3px #000;/* Safari,Google Chrome用 */
	box-shadow: 0 1px 3px #000;
}
#rightboxmini .title {
	border-left:#7d1121 8px solid;
	border-bottom:#7b1121 1px solid;
	padding:4px 0px 4px 5px;
	margin-bottom:10px;
}
#rightboxmini .title h2 {
	font-size:small;
	font-weight:normal;
	margin-left:30px;
	display:inline;
}
.bibliography {
	margin:5px;
	text-align: right;
	font-size:smaller;
}
.topcenter {
	text-align:center;
}
.coment02 {
	text-align:left;
	margin:5px;
}
.coment01 {
	padding:5px 0 5px 5px;
}
.wall {
	padding:0px 0 0px 0px;
}
.clearfloatleft {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearfloatboth {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#rightboxmini h2 {
	font-size:small;
	font-weight:normal;
}
.tm {
	margin-left:140px;
	text-align: left;
}
.game, .adult {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.worksbox {
	margin-bottom:10px;
	float:left;
}
.worksphot {
	border:1px dashed #9f9f9f;
	padding:10px;
	width:130px;
	height:160px;
	float:left;
}
.workstext {
	border:1px dashed #9f9f9f;
	border-left:0px;
	margin-left:0px;
	width:390px;
	height:160px;
	padding:10px;
	float:left;
}
.itembox {
	width:128px;
	margin:50px 7px 10px 42px;
	padding:0px;
	float:left;
	text-align:center;
}
.itemphot {
	border:1px dashed #9f9f9f;
	margin:0;
	padding:5px;
	text-align:center;
}
.itemtext {
	border:1px dashed #9f9f9f;
	border-top:0px;
	margin:0 0 10px 0;
	padding:0px;
	height:100px;
	text-align:center;
	vertical-align: middle;
}
.itemtext h2 {
	font-size:small;
	font-weight:normal;
	margin:0px;
	padding:30px 0 0 0;
}
.wallbox {
	width:136px;
	margin:20px 14px 10px 31px;
	padding:0px;
	float:left;
	text-align:center;
}
.wallphot {
	border:1px dashed #9f9f9f;
	margin:0;
	padding:3px;
	text-align:center;
}
.walltext {
	border:1px dashed #9f9f9f;
	border-top:0px;
	margin:0 0 10px 0;
	padding:0px;
	height:140px;
	text-align:center;
	vertical-align: middle;
}
.walltext h2 {
	font-size:small;
	font-weight:normal;
	margin:0px;
	padding:30px 0 0 0;
}
img {
	border-style:none;
}
.clapres blockquote {
	border-left:#6E6E6E 3px solid;
	;
	background-color:#EBEBEB;
	padding:5px;
	color:#454545;
	margin-left:10px;
}
table#anke {
	width: 550px;
	margin-left:10px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
.kuro {
	color:#424242;
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
}
#anke a:link {
	color:#424242;
	text-decoration:none;
}
#anke a:visited {
	color:#424242;
	text-decoration:none;
}
#anke a:hover {
	color:#424242;
	text-decoration:underline;
}
a:active#anke {
	color:#424242;
	text-decoration:underline;
}
.siro {
	color:#424242;
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #FFFFFF;
	font-weight: bold;
	line-height: 120%;
}
.clapres p {
	padding:10px;
}
.clapres .unko {
	border-left:#7d1121 8px solid;
	border-bottom:#7b1121 1px solid;
	padding:5px 0px 5px 5px;
	font-size:large;
	font-weight:200;
	margin-bottom:10px;
}
#anke caption {
	margin-bottom:10px;
	padding-left:10px;
	padding-bottom:2px;
	border-left:6px solid #7d1121;
	line-height:1.8;
	font-weight:bold;
	text-align:left;
}
.natalie {
	float:left;
}
.akairo {
	color:#F00;
}
.aoiro {
	color:#00F;
}
.worksphot2 {
	border:1px dashed #7d1121;
	padding:40px 5px 0px 5px;
	width:130px;
	height:220px;
	float:left;
}
.workstext2 {
	border:1px dashed #7d1121;
	border-left:0px;
	margin-left:0px;
	width:405px;
	height:245px;
	padding:10px 5px 5px 10px;
	float:left;
}
.cl {
	clear:left;
}
.gamebox {
	float:left;
	margin-bottom:20px;
}
.gametitle {
	height:30px;
	width:338px;
	border:#7d1121 1px solid;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom:0px;
	float:left;
}
#rightbox .gametitle h2 {
	font-weight: bold;
	font-size:16px;
	margin-left:0px;
	text-align:center;
	background-color: #7d1121;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.43, rgb(125,7,21)),  color-stop(0.68, rgb(171,44,57)));
	background-image: -moz-linear-gradient(  center bottom,  rgb(125,7,21) 43%,  rgb(171,44,57) 68%);
}
.gamephot {
	border:1px solid #7d1121;
	border-right:0px;
	margin:0;
	padding:6px;
	float:left;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
}
.gamephot img {
	border:1px ridge #7d1121;
}
.gameprofbox {
	width:339px;
	border:1px dashed #7d1121;
	border-right:1px solid #7d1121;
	border-bottom:0px;
	border-top:0px;
	margin:0 0 0 0;
	float:left;
	border-left:0px;
}
.gameprof {
	border-bottom:1px dashed #7d1121;
	border-left:1px dashed #7d1121;
	float:left;
	padding:6px;
	width:100px;
	height:23px;
}
.gametext {
	border:1px dashed #7d1121;
	border-top:0px;
	border-right:1px solid #7d1121;
	height:auto;
	float:left;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	padding:3px;
	width:332px;
	height:89px;
}
#rightbox .gametext p {
	font-size:small;
}
.gametextmoto {
	width:328px;
	height:16px;
	border:1px dashed #7d1121;
	border-right:1px solid #7d1121;
	border-bottom:1px solid #7d1121;
	border-top:0px;
	padding:5px;
	float:left;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright: 5px;
}
#rightbox .gametextmoto h3 {
	font-size:xx-small;
	font-weight:lighter;
	text-align: left;
	display:inline;
}
#rightbox .gametextmoto h4 {
	font-size:xx-small;
	float:right;
	font-weight:lighter;
	display:inline;
}
.sepa {
	width:564px;
	border-top:dashed 1px #770000;
	margin-top:10px;
	margin-bottom:30px;
	float:left;
}

