/*

Theme Name: D.N.A.Softwares new
Theme URI: http://jp.cssez.com/demo.php?d=6df0883551fd9db416d9fbf6dbbd3012
Description: DNA-S new design
Version: 1.0
Author: dna_softwares and CSSEZ.com
Author URI: http://jp.cssez.com/

 D.N.A.Softwares new
	This theme was designed and built by dna_softwares and CSSEZ.com,
 through http://jp.cssez.com/.

	The CSS, XHTML and design is released under Creative Commons(BY):
 http://creativecommons.org/licenses/by/2.1/jp/

*/

/* Cross-browser settings */
* {
 margin: 0;
 padding: 0;
}

/* general styles */
body {
 height: 100%;
 background: #BFCFFF;
 font-size: 14px;
}

img {
 border:0;
}

a {
 color: #1C0872;
}

a:visited {
 color: #B36B00;
}

a:hover {
 color: #CC0000;
}

#wrapper {
 width: 800px;
 margin: 0px auto;
 padding: 0px;
 border: 1px solid #2A292B;
 background: #FFFFFF;
 color: #333333;
 font: 1.0em/150%
}




/* Header */
#header {
 float: left;
 width: 800px;
 height: 200px;
 margin: 0px;
 padding: 0px;
 background: #003366 url(/images/header.jpg) repeat-x;
}

#header #title {
 margin: 20px 0px 0px 30px;
 padding: 0px;
 color: #000000;
 font: bold 2.5em 'Verdana', sans-serif;
 text-align: left;
}

#header #title a {
 color: #000000;
}

#header div#description {
 margin: 5px 0px 0px 30px;
 padding: 0px;
 color: #333333;
 font-size: 1.2em;
 text-align: left;
}

/* Main contents */
#contents {
 float: left;
 width: 535px;
 margin: 0px;
 padding: 0px;
 background: #ffffff;
 font-size: 1.0em;
 text-align: left;
}

#contents h2 {
 margin: 40px 25px 0px 10px;
 padding: 0px 20px;
 border-bottom: 1px solid #000000;
 color: #000000;
 font: bold 1.6em 'arial', sans-serif;
 text-align: left;
 background: url("/images/bullet_article.png") no-repeat center left;
}
#contents p.date{
 margin:0px 40px 0px 0px;
 text-align:right;
 font: italic 0.8em 'arial', sans-serif;
}

#contents h2 a {
 color: #000000;
 text-decoration:none;
}

#contents ul,
#contents ol,
#contents dl {
 margin: 15px 25px;
 PADDING-RIGHT: 0px;
 PADDING-LEFT: 28px;
 PADDING-BOTTOM: 0px;
 PADDING-TOP: 0px;
}
#contents p,
#contents table,
#contents blockquote {
 margin: 15px 25px; 15px; 5px;
 padding: 0px
}


#contents h3 {
 margin: 20px 25px 10px;
 padding: 10px 20px 10px 10px;
 font: bold 1.2em 'arial', sans-serif;
 text-align: left;
}

/* Sidebar */
#firstSide { float: left;}

.sidebar {
 width: 210px;
 margin: 20px 5px 10px 0px;
 padding: 0px 20px 0px 20px;
 font-size: 1.0em;
 text-align: left;
 border-right:1px solid #CCCCCC;
}

.sidebar h4 {
 margin: 20px 0px 7px 0px;
 padding: 6px 0px 3px 18px;
 border-bottom: 1px dashed #330066;
 color: #000000;
 font: bold 1.1em 'arial', sans-serif;
 text-align: left;
 background: url("/images/0020_swd_bullet_42.png") no-repeat center left;
}

.sidebar ul {
 list-style:none;
 width: 200px;
}

.sidebar p {
 padding: 8px 0px 0px 20px;
}

.sidebar li {
 display:block;
 margin: 0px 0px 0px 5px;
 padding: 4px 0px 4px 12px;
 font-size: 1.0em;
 text-align: left;
 background: url("/images/0099_sosimple.png") no-repeat center left;
}

.sidebar a {
 text-decoration: none;
 color: #000000;
}
.sidebar a:visited {
 text-decoration: none;
 color: #333333;
}

.sidebar a:hover {
 text-decoration: underline;
 color: #ff6600;
}

.sidebar .twitter{
 width: 210px;
}

.sidebar .twitter .body {
 word-break: break-all;
}
.sidebar .twitter li {
 font-size: 0.9em;
 background: none;
 padding:0;
}
.sidebar .twitter .foot {
 padding: 4px 10px;
 text-align: right;
 font-size: 0.7em;
}

.sidebar .twitter .foot a{
 text-decoration: underline;
}
/* Footer */
#footer {
 clear:both;
 width: 100%;
 margin: 0px;
 padding: 20px 0px;
 background: #000000;
 color:#CCCCCC;
 font-size: 0.8em;
 text-align: center;
}



#footer a {
 color: #AAFFCC;
}

#footer a:visited {
 color: #66AAAA;
}

#footer a:hover {
 color: #FFAAAA;
}

#footer a:active {
 color: #FF6666;
}

/* menu */

ul#menu{
        float: left;
	margin:0;
	padding:0;
	list-style-type:none;
	width:800px;
	display:block;
	height:40px;
	font-size:1.0em;
	background:transparent url("/images/black.jpg") repeat-x top left;
}
ul#menu li{
	display:block;
	float:left;
	margin: 0px;
	pading: 0px;
	border-right:1px solid #ffffff;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:28px;

	}
ul#menu li a:hover{
	background:transparent url("/images/blue.jpg") repeat-x top left;	
	}

