@charset "utf-8";

/* ------------------------------------
CSS information

 System name:    PGDMINICMS
 File name:      style.css
 Summary:        all styles
 Created:        2008
 Last update:    2008
 Author:         STUDIO ONE STEP＋PGD WORKS(Akira Motojima)

Order of description

	- Search Key "__" + "id Name or Class Name"

 /  __Default style clear
 /  __body&container
 /  __left
 /  __honbun (databody)
 /  __right
 /  __MIDASI
 /  __MENU

------------------------------------ */

/* -------------------------
 __Default style clear
-------------------------- */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: none;
}

html,body {
	height: 100%;
}

div,td,th,p {
	text-align: left;
}
p {
	margin: 0;
}
table,img, td {
	border: 0;
}

hr {
	border: 0;
	height: 0;
}

object {
	border: 0;
	padding: 0;
}

/* -------------------------
  __body&container
-------------------------- */

body {
	background: url("http://www.taiyonihoero.net/contents/img/bg.jpg") repeat-y center top #000000;
	text-align: center;
	color: #444444;
	margin: 0;
	padding: 0;
}

#container {
	background: url(http://www.taiyonihoero.net/contents/img/full.jpg) repeat-y top left #000000;
	width: 800px;
	height: 100%;
	min-height: 700px;
	margin: 0 auto;
}


a:link { text-decoration: underline; color: #ff6600; }
a:visited { color: #660000; }
a:hover { text-decoration: none; background-color: #ff6600; color: #000000; }

hr {	
	margin-left: 0;
	width: 420px;
	color: #999999;
	border: none;
	height: 1px; 
}

/* -------------------------
 __left
-------------------------- */

#left{
	float: left;
	margin-top: 0;
	width: 514px;
	color: #DDD;
	text-align: left;
	height: 100%;
}

#main {
	width: 480px;
	margin-left: 25px;
	margin-top: 20px;
}

#pagetitle {
	width: 480px;
	height: 58px;
	background: url("http://www.taiyonihoero.net/contents/img/haikei_h1.gif");
	background-repeat: no-repeat;
	margin-top: 0;
}

#left blockquote{
	width: 70%;
	margin-left: 50px;
	background-color: #222;
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
}

#left blockquote p{
	margin: 5px 15px;
	color: #FFF;
}

#left img{
	border: 1px solid #990000;
	padding: 3px;
}

/* -------------------------
 __honbun (databody)
-------------------------- */

#databody {
	margin: 20px 15px;
	width: 420px;
}

.pageup {
	width: 435px;
	text-align: right;
}

.pageup a:link { text-decoration:underline; color:#990000; }
.pageup a:visited { color:#990000; }
.pageup a:hover { text-decoration: none;  background-color: #990000; color:#000000; }


.jisage1 {
	margin-left: 1em;
}

.jisage3 {
	margin-left: 3em;
}

.list1 {
	margin-left: 20px; 
	list-style-image: url('http://www.taiyonihoero.net/contents/img/mark1.gif'); 
	list-style-type: square; 
	list-style-position: outside;
}

.list1 li{
	padding-bottom: 2em;
}

/* -------------------------
 __right
-------------------------- */

#right{
	margin-top: 0;
	margin-left: 0;
	float: left;
	width: 250px;
	min-height: 700px;
}

#title{
	margin: 0 auto;
	width: 250px;
	height: 90px;
}

.clear {
	clear: both;
}

#attention{
	border: 1px solid #cc0000;
	background-color: #660000;
	width: 246px;
	color: #FFF;
}

#attention p{
	color: #cc0000;
	width: 236px;
	margin: 5px; 
	font-size: 10px;
	line-height: 12px;
}

#attention a:link { text-decoration:underline; color:#cc0000; }
#attention a:visited { color:#cc0000; }
#attention a:hover { text-decoration: none; background-color: #ff0000; color: #FFFFFF; }

/* -------------------------
 __MIDASI
-------------------------- */

h1{
	padding: 9px 0;
	color: #ff6600;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

h2{	
	width: 435px;
	margin-top: 0;
	color:#000000;
	font-size: 12px;
	line-height: 13px;
	text-align: right;
}

h3 {
	text-align: left;
	color: #cc0000;
	font-size: 105%;
	font-weight: bold;
}

/* -------------------------
 __MENU
-------------------------- */

#menu {
	width: 250px;
	margin: 0 auto;
}

.menu-pr {
	text-align: center;
	width: 250px;
	height: 40px;
	background-color: #151515;
}

.menu-pr img {
	margin-left: 25px;
}

#menu ul {
	list-style-type: none; 
	margin-left: 1em;
	padding-bottom: 10px;
	font-weight: bold;
 }

.menu_home {
	list-style-type: none; 
	list-style-position: outside;	
	color: #000000;
	font-weight: bold;
}

.menu_category { 
	list-style-type: none; 
	list-style-position: outside;	
	color: #000000;
	font-weight: bold;
}

.menu_page {
	list-style-type: none; 
	list-style-position: outside;
}

.menu_nocategory {
	list-style-type: none; 
	margin-left: 25px; 
	list-style-position: outside;
}

#menu a:link { text-decoration:underline; color:#FFFFFF; }
#menu a:visited { color:#FFFFFF; }
#menu a:hover { text-decoration: none; background-color: #ff0000; color: #FFFFFF; }



	

