/*

Theme Name: デザイン#1217
Theme URI: http://jp.cssez.com/demo.php?d=8f3f8568eb7d906ca35e738970c2772d
Description: 
Version: 1.0
Author:  and CSSEZ.com
Author URI: http://jp.cssez.com/

 Design#1217
	This theme was designed and built by  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: #ffffff url(http://img117.imageshack.us/img117/1089/bgln4.gif) repeat-x;
 font-size: 14px;
}

img {
 border:0;
}

a {
 color: #0000ff;
}

a:visited {
 color: #BCD2E6;
}

a:hover {
 color: #0000c0;
}

#wrapper {
 width: 922px;
 margin: 0px auto;
 padding: 0px;
 color: #333333;
 font: 1.0em/150% 'arial', sans-serif;
}




/* Header */
#header {
 float: left;
 width: 922px;
 height: 95px;
 margin: 0px;
 padding: 0px;
}

#header #title {
 margin: 0px 0px 0px 30px;
 padding: 0px;
 color: #fff;
 font: bold 1.9em 'arial black', sans-serif;
 text-align: left;
}

#header #title a {
 color: #fff;
}

#header div#description {
 margin: 5px 0px 0px 30px;
 padding: 0px;
 color: #fff;
 font-size: 1.2em;
 text-align: left;
}

#logo {
float:left;
width: 920px;
color: #fff;
}

#logo .sub_logo {
 font-size: 1.1em;
 margin-left: 15px;
}

/* Main contents */
#contents {
 clear:both;
 float: left;
 width: 650px;
 margin: 40px 0px 20px;
 padding: 0px;
 font-size: 1.0em;
 text-align: left;
}

#contents h2 {
 margin: 20px 15px 10px 25px;
 padding: 5px 20px;
 border-top: 1px solid #0600B3;
 border-right: 1px solid #0600B3;
 border-bottom: 1px solid #0600B3;
 border-left: 5px solid #0600B3;
 background:  url(http://img511.imageshack.us/img511/6959/imgphpym1.png) repeat;
 color: #0600B3;
 font: bold 1.6em 'arial', sans-serif;
 text-align: left;
}

#contents h2 a {
 color: #0600B3;
}

#contents p,
#contents table,
#contents ul,
#contents ol,
#contents dl,
#contents blockquote {
 margin: 15px 15px 15px 25px;
 padding: 0px;
}


#contents h3 {
 margin: 20px 25px 10px;
 padding: 10px 20px;
 font: bold 1.0em 'arial', sans-serif;
 text-align: left;
}

#contents ul {
 margin: 15px 25px 0 75px;
}

#contents li {
 list-style: url(http://jp.cssez.com/i/star.png);
 margin-top: 4px;
}

#contents img {
 border: 1px #999 solid;
}

/* Sidebar */
#firstSide { float: left;}

.sidebar {
 width: 180px;
 margin: 60px auto 20px 25px;
 border: 1px #999999 solid;

}

.sidebar h4 {
 float:left;
 margin: 2px 1px 3px 1px;
 padding: 3px 10px;
 border-bottom: 1px solid #0600B3;
 background:  url(http://img511.imageshack.us/img511/6959/imgphpym1.png) repeat;
 color: #0600B3;
 font: bold 1.0em 'arial', sans-serif;
 text-align: left;
 width: 158px;
}

.sidebar ul {
 float:left;
 list-style:none;
 width: 180px;
}

.sidebar li {
 line-height: 0;
}


.sidebar li a {
 display:block;
 line-height: normal;
 padding: 3px 0px 3px 15px;
 background: #ffffff;
 color: #333333;
 font-size: 1.0em;
 text-align: left;
 text-decoration: none;
}

.sidebar li a:hover {
 background: #efefef;
 color: #0600B3;
}

.sidebar dl {
 float:left;
 font-size: 0.9em;
 padding: 5px 0 5px 13px;
 color: #333;
 width: 190px;
 background: url(../i/dlback.png) repeat-y;
}

.sidebar dt {
 border-top: 1px #BCD2E6 dashed;
 border-bottom: 1px #BCD2E6 dashed;
 width: 175px;
 padding: 5px 0 5px 0;
 background: #F4F7FB url(../i/dtback.png);
}

.sidebar dt p {
 font-size: 1.0em;
 margin:0 0 0 10px;
 width: auto;
}

.sidebar dd.dd_bottom {
 border-bottom: 1px #BCD2E6 dashed;
 width: 170px;
}

.sidebar dd {
 padding: 5px 0 5px 10px;

}

.sidebar dd label{
 padding-right: 20px;
}

.sidebar form input {
 float: left;
 margin-left: 15px;
}

/* Footer */
#footer {
 clear:both;
 width: 100%;
 height: 180px;
 margin-top: 20px;
 padding: 20px 0px 0px;
 border: 1px solid #999999;
 background: #333333;
 color: #cccccc;
 font-size: 1.0em;
 text-align: center;
}

#footer a{
 color: #cccccc;
}

#footer a:hover {
 color: #dfdfdf;
 text-decoration: underline;
}

.caution {
 font-weight: bold;
 font-size: 1.1em;
}

