@charset "utf-8";
/*
Theme Name: DOMILEO
Theme URI: http://dicro.heteml.jp/domileo/
Description: heme for Domitor-leo website
Version: 1.0
Author: Tomoko Kume
Author URI: http://www.d-cro.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php


*/
@import url('shared/css/propertyReset.css');
@import url('shared/css/top.css');
@import url('shared/css/second.css');
@import url('shared/css/ie6-7.css');


body {
	width: 850px;
	padding-bottom: 20px;
	background: #000 url('shared/images/bg_page.jpg');
	background-position:50% 100%;
	background-repeat:no-repeat;
	margin: 0 auto;
	padding: 0;
	font-size: 90%;
	color: #333333;
	line-height: 1.1;
	text-align:left;
	font-family:Verdana,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	}

/*====================
 link pseudo-class
====================*/
a {
	color: #660000;
	text-decoration: none;
	}
a:visited {
	color: #993300;
	}
a:hover {
	color: #e38543;
	text-decoration: underline;
	}
a:active {
	color: #ffd987;
	}

/*====================
 branding
====================*/
div#branding{
	background:url('shared/images/ttl_sub.jpg') no-repeat;
	margin:0px;
	padding:0px 0px;
	width:850px;
	height: 200px;
	}

div#branding p.logo{
	float:left;
	}


div#branding h1{
	float:right;
	text-align: right;
	padding:30px 15px 0px 0px;
	color:#990000;
	font-weight: bold;

	}


div#branding p.intro{
	clear:both;
	font-size:100%;
	text-align:left;
	line-height:140%;
	color:#CCCCCC;
	padding:30px 10px 20px 0px;
	margin:10px 5px 0px 390px;
		}
/*====================
 globalnav
====================*/

div#globalnav {
	margin:0px;
	width:850px;
	height:38px;
	}


div#globalnav li {
	float: left;
	}

/*====================
 breadcrumb
====================*/

div#breadcrumb {
	margin:0px 0px 0px 5px;
	font-size:80%;
	color:#333333;
	}

span.breadarrow {
	margin:0px 35px;
	}



/*====================
contents
====================*/

body.second div#contents {
	width: 850px;
	margin:0;
	line-height: 1.1;
	text-align:center;
	background: #fff url('shared/images/bg_side.jpg') repeat-y;
	zoom:100%;/*IE6*/
	overflow:auto;/*IE7 and Firefox*/
}
/**/
* html div.contents{
	overflow: visible;
	height:1px;
}


/* main */
body.second div#contents div#main {
	width: 663px;
	float: right;
	margin:0px;
	padding:0px 10px 10px 10px;
	text-align: left;
	background-color:#fff;
	}
div#contents h3 {
	margin-top: 20px;
	color: #660000;
	font-size: 90%;
	}

div#contents h3.first-child {
	margin: 0;
	}


div#contents blockquote,
div#contents ul,
div#contents ol,
div#contents dl,
div#contents p,
div#contents table {
	margin: 10px 0;
}

div#main h2{
	margin: 20px 0 20px 0;
	color: #CC6600;
	font-size: 1.2em;
         border-bottom: solid 4px #CCCCCC;
	font-weight:bold;
        clear:both;

}

/*  sidebar */

#sub form {
	margin: 0;
	}


div#contents #sub {
	float: left;
	margin:0px;
	width: 135px;
	line-height: 2;
　　　font-size: 1em;
	background:#CCC url('shared/images/sub_bg.gif') left bottom no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 250px;
	text-align:left;

	}


div#contents #sub h4 {
	color: #660000;
	font-weight: bold;
	text-align:center;
	padding-top: 10px;
	font-size:0.75em;　　　　　

	}
div#contents #sub li a {
	display: block;
	text-align:left;
	padding-left: 10px;
	font-size:0.75em;
	background: url('shared/images/arrow.gif') left center no-repeat;
	text-decoration: none;
	}

div#contents #sub li a:hover {
	color: #660000;
	}

div#contents #sub h5 {
	text-align:center;
         padding:5px 0px 20px 0px;
      }


/*====================
 siteinfo
====================*/
div#siteinfo {
	width:850px;
	padding:15px 0px;
	clear:both;
	background: #1C1C1C url('shared/images/nav_woodly.gif') no-repeat bottom right;
	}


div#siteinfo ul {
	float: left;
	padding:0px 0px 0px 20px;
	font-size: 80%;
	}

div#siteinfo ul li {
	display: inline;
	margin-right: 10px;
	}

div#siteinfo ul li+li:before {
	margin-right: 10px;
	content: "/";
	}

div#siteinfo address {
	width:850px;
	padding:50px 0px 5px 20px;
	font-size: 80%;
	color:#666
	}

/*====================
 general class
====================*/
.access_aid {
	height: 0;
	overflow: hidden;
	}

img.visual01 {
	float: right;
	margin: 0 0 10px 10px;
	}

img.visual02 {
	float: left;
	margin: 0 10px 10px 0;
	}

/* text */
.txtAttn{
	font-size: 1em;
	color:#ff9900;
	font-weight:bold;
}

.txtAttn02{
	font-size: 0.8em;
	color:#999999;
}

.txtdate{
	font-size: 0.75em;
	color:#666666;
}

.copyright {
	font-size: 70%;
	color: #666;
      padding-top:10px;
}

.prof {
        margin:20px 0px;
        padding:10px 5px 30px 5px;
	border: solid 2px #CC3399;
        font-size:0.9em;
       }
/*====================
 clearfix
====================*/
/* common */
div#globalnav ul:after,
div#container :after,

* html #story{
	height: 1%;
	}

/* second */
div#characterlist ol:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content:".";
	}


/* second */
div#main:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content:".";
	}

div#main{
	display: inline-block;
	display: block;
	}

*html div#main{
	height: 1%
	}



/*====================
 common item
====================*/

.inbox {
        margin:10px 0px;
        padding:10px;
	border: solid 2px #009966;
       }

.inbox ul {
        padding-left:10px;
       }


.inbox_blue {
        margin:5px 0px;
        padding:10px 5px 0px 5px;
	border: solid 2px #0066cc;
       }



.rss-box  {
     font-size:1em;
}


.rss-title  {
     font-weight:bold;
}
.rss-item  {
     font-size:0.9em;
}

.rss-date  {
     font-size:0.85em;
     color: #999;
}

#blogscript ul li.rss-item{
border-bottom:1px dashed #B78225;
margin:0 6px 0 15px;
padding:5px 0 15px;
}

/*====================
 ad
====================*/
.box{
	line-height: 140%;
	font-size: 11px;
	text-decoration: none;
	color: #CCCCCC;
	width:820px;
	padding:15px 15px;
	clear:both;
	background: #1C1C1C;
}

.box a:link {
	color: #666666;
	text-decoration: none;
}

.box a:visited {
	color: #999999;
	text-decoration: none;
}

.box a:hover {
	color:#003399;
	text-decoration: underline;
}
