/*  
theme name:p-cc.net
author:kernelconsulting
*/

@charset "utf-8"; 

* {
  margin: 0px;
  padding: 0px;

}

body {

	font-size: 12px;
	line-height: 18px;
	text-align:center;
	color: #434343;

	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0;
}


#main{
	float:left;
	width:550px;
	padding:0px;
	margin:0px;
	background-image: url(images/hdr.jpg);
	background-position: 35px 5px;
	background-repeat: no-repeat;
	padding-top: 190px;
	margin-left: 0px;}

/* ---- BEGIN GLOBAL ELEMENTS ---- */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, ｣ﾍ｣ﾓ ･ｴ･ｷ･ﾃ･ｯ;
	font-weight: normal;

}

h2 {
	font-size: 24px;
	margin-bottom: 5px;
	color:#DD1378 ;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 14px;
}

a {color: #1e50a2;}
a:hover {color: #CC0033;}

img {
	border: 0px none;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
}

img.right {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}

img.center {
	clear: both;
	text-align: center;
}

small {
	font-size: 12px;
	margin-bottom: 10px;
}

/* ---- END GLOBAL ELEMENTS ---- */


.description{
	font-size: 14px;
	color: #434343;
	margin-top: 15px;
	text-align: right;
	font-famiy: Arial, ｣ﾍ｣ﾓ ･ｴ･ｷ･ﾃ･ｯ;
	font-size: 12px;
	font-style: italic;
}


/* ---- BEGIN STRUCTURE ---- */

#header {
	margin: 0px 0px;
	padding: 0px;

 	width:780px;
	height:135px;
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;

	font-family: Arial, ｣ﾍ｣ﾓ ･ｴ･ｷ･ﾃ･ｯ;
	font-size: 12px;	
	line-height: 18px;
	color: #434343;
}

#headbg {
	margin: 0;
	padding: 0;
	font-family: Arial, ｣ﾍ｣ﾓ ･ｴ･ｷ･ﾃ･ｯ;
	font-size: 12px;	
	line-height: 18px;
 	width:80px;
	height:90px;
	position: absolute;
	background: url(images/docodake.gif) no-repeat top left;
margin-left: 10px;}

#header h1{
	padding-top: 52px;
	padding-left: 90px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 30px;
	font-family:Arial, ｣ﾍ｣ﾓ ･ｴ･ｷ･ﾃ･ｯ;
}
h1 a{
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/*#page {
	margin: 0px auto;
	width: 780px;
	background-color: #FFFFFF;
}*/

#page {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 780px;
}

/*
		To switch the sidebar to the right side, simply change
		the "float" and "clear" properties of #content and
		#sidebar from right to left and left to right.
*/

#content {
	margin: 0px 0px 0px 20px;
	float: left;
	width: 550px;
	padding: 7px 0px 20px 0px;
}

#sidebar {
	margin: 7px 0px 0px 0px;
	width: 160px;
	clear:right;
	float:right;
}

/*#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	width: 744px;
	margin: 20px 0px 0px;
	padding-top: 40px;
	clear: both;
	position: static;
	bottom: 0px;
}
*/
#footer{
	margin: 0px 0px;
	padding: 0;
	text-align: center;

	font-size: 10px;
	line-height: 20px;
	color: #ffffff;

	width: 780px;
	height:44px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	clear: both;
	position: static;
	bottom: 0px;
}

/* ---- END STRUCTURE ---- */


/* ---- BEGIN HEADER STYLES ---- */

#header h1 {
	color: #ffffff;
	font-size: 35px;
	padding-top: 51px;
	padding-left: 90px;
}

#header h1 a {
	color: #ffffff;
	text-decoration: none;
}

#header h1 a:visited {
	color: #ffffff;
}

#header h1 a:hover {
	color: #ffffff;
}

#header h1 a:active {
	color: #ffffff;
}

#header-nav {
	font-family: Arial, ｣ﾍ｣ﾓ ･ｴ･ｷ･ﾃ･ｯ;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: -15px;
	padding-bottom: 15px;
}

#header-nav a {
	margin-right: 10px;
	padding: 3px;
	text-decoration: none;
}

#header-nav a:visited {}

#header-nav a:hover {
	background-color: #DBEAD0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CDE2C8;
	border-bottom-color: #069A7A;
	color: #008000;
	background: url(images/submit-background.gif) repeat-x top;
}

#addres {
	float:right;
	color:#fff;
	position: relative;
	top: -20px;
	right: 10px;
	height: 21px;
}

/* ---- END HEADER STYLES ---- */


/* ---- BEGIN CONTENT STYLES ---- */

h2.page-title {
	margin-top: 0px;
	margin-bottom: 5px;
}

h2.post-title {
	margin-top: 0px;
	margin-bottom: 5px;
}

h3.post-title {
	margin-top: 0px;
	margin-bottom: 5px;
	color:#00329b;
}

h2.archive-title {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 24px;
}

h2.page-title {
	margin-top: 0px;
}

h2.search-title {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 24px;
}

#content h2 a {
	color:#00329b;
}

#content h2 a:visited {
	color: #00329b;
}

#content h2 a:hover {
	color: #339900;
}

#content h2 a:active {
	color: #FF0000;
}

#content h3 a {
	color:#00329b;
	text-decoration: none;
}

#content h3 a:visited {
	color:#00329b;
}

#content h3 a:hover {
	color: #6699ff;;
}

#content h3 a:active {
	color: #6699ff;;
}

.post {
	background: url(images/post-background.gif) no-repeat center bottom;
	padding-bottom: 35px;
	margin-bottom: 30px;
}

.post-single {
	background: url(images/post-background.gif) no-repeat center bottom;
	padding-bottom: 40px;
	margin-bottom: 10px;
}

.entry {
	margin-bottom: 10px;
	line-height: 24px;
}

.postmetadata {
	font-size: 12px;
	margin-bottom: 0px;
	clear: both;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #ebebeb;
	padding-top: 5px;

}

.commentlink {
	background-image: url(images/comment-bubble.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.trackback {
	background-image: url(images/trackback.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.edit {
	text-align: center;
	margin-top: 12px;
	display: block;
}

.edit a {
	text-decoration: none;
}

.navigation-single {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size:12px;
	line-height: 1.4em;
}

.next-single {
	background-image: url(images/arrow-next.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

.previous-single {
	background-image: url(images/arrow-previous.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}

#content ul li {
	list-style-type: none;
	background-image: url(images/bullet-b.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
}

#content ul {
	margin-left: 0px;
	padding-left: 25px;
}

#content ul ul li {
	list-style-type: none;
	background-image: url(images/bullet-b-child.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
}

#content ul ul ul li {
	list-style-type: none;
	background-image: url(images/bullet-b-square.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
}

#content li {
	margin-bottom: 14px;
}

#content li li {
	margin-top: 10px;
	padding-bottom: 0px;
	line-height: normal;
}

.navigation {
	font-size: 14px;
	margin-bottom: 0px;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 25px;
	font-family: Arial, ｣ﾍ｣ﾓ ･ｴ･ｷ･ﾃ･ｯ;
}

.navigation a {
	text-decoration: none;
}

.next {
	background-image: url(images/arrow-next.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
}

.previous {
	background-image: url(images/arrow-previous.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#intro {
	margin-bottom: 30px;
	padding-bottom: 31px;
	background-image: url(images/post-background.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: none;
}

#intro h2 {
	margin-top: 0px;
	padding-right: 30px;
	font-size: 32px;
}

.attachment {
	text-align: center;
}

.attachment img {
	padding: 5px;
	border: 1px solid #C1DBBB;
}

.justify {
	text-align: justify;
}

#content blockquote {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 41px;
	padding-left: 36px;
	font-family: Arial, ｣ﾍ｣ﾓ ･ｴ･ｷ･ﾃ･ｯ;
	font-size:16px;
	font-style: italic;
	color:#5E5E5E;
	border-left-width: 3px;
	border-left-style: double;
	border-left-color: #1B8CE4;
}

#content blockquote blockquote {
	background-image: url(images/b-quote-left-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 25px;
	padding-left: 22px;
}

#content blockquote p {
	padding-left: 5px;
}

/* ---- END CONTENT STYLES ---- */


/* ---- BEGIN SIDEBAR STYLES ---- */

#sidebar {
	font-size: 12px;
	margin-right: 10px;
}

#sidebar h3 {
	color: #00329b;
	text-decoration: none;
}

#main-menu {
	margin: 0px;
	height: 37px;
	width: 160px;
	background-image: url(images/main-menu.gif);
	background-repeat: no-repeat;
}

#sidebar-border {
	background-image: url(images/sidebar-background.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 10px 10px;
	width: 140px;
}

#sidebar-bottom {
	margin: 0px;
	height: 17px;
	width: 160px;
	background-image: url(images/sidebar-bottom.gif);
	background-repeat: no-repeat;
}

#sidebar ul li h3 {
	font-size: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom: 1px solid #015BF7;
}

#sidebar ul li h2 {
	font-size: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom: 1px solid #015BF7;
}

#sidebar ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

#sidebar li li {
	padding-top: 1px;
	padding-bottom: 1px;
	list-style-image: url(images/bullet-green.gif);
	margin-left: 10px;
}

#sidebar a {
	color: #333333;
	text-decoration: none;
}

#sidebar a:hover {
	color: #CC0033;
	text-decoration: underline;
}

#sidebar ul li.current-cat a {
	color: #FFFFFF;
	text-decoration: none;
        background-image: url(images/sidebar_bg.jpg);
        font-weight: bold;
        padding:2px;
}

#sidebar ul li.current_page_item a {
	color: #FFFFFF;
	text-decoration: none;
        background-image: url(images/sidebar_bg.jpg);
        font-weight: bold;
        padding:2px;
}

#sidebar li li li {
	padding-top: 1px;
	font-size: 92%;
	list-style-image: url(images/bullet-green-child.gif);
	margin-left: 15px;
}

#sidebar li li li li {
	padding-top: 1px;
	font-size: 92%;
	list-style-image: url(images/bullet-green-square.gif);
	margin-left: 10px;
}

#feeds ul li {
	margin-left: 0px;
	list-style-type: none;
	list-style-image: none;
}

#feeds ul li a {
	background-image: url(images/feed-icon-12x12.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}

#feeds ul li a:visited {}

#feeds ul li a:hover {
	background-repeat: no-repeat;
	background-position: left center;

}

#feeds ul li a:active {}

.space {
	margin-bottom: 16px;
	margin-top: 0px;
	padding-top: 2px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: left;
	font-size: 16px;
	color: #00329b;
	font-family: Arial, ｣ﾍ｣ﾓ ･ｴ･ｷ･ﾃ･ｯ;
	margin: 0px 0px 2px;
}

#wp-calendar th {
	background-color: #EEF6EC;
	padding: 1px;
	border: 1px solid #C1DBBB;
}

#wp-calendar td {
	border: 1px solid #E4E4E4;
	padding: 1px;
	text-align: center;
	margin: 1px;
}

#wp-calendar a {
	color:#6699ff;
	display: block;
}

#wp-calendar a:hover{
	color:#bbbbbb;
	background-color: #FFFFFF;
	text-decoration: none;
}

td#prev a {
	text-align: left;
	padding-left: 2px;
}

td#next a {
	text-align: right;
	padding-right: 2px;
}

.widget {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ---- END SIDEBAR STYLES ---- */


/* ---- BEGIN FOOTER STYLES ---- */

#footer-meta {
	color:#585858;
	clear: both;
	margin: 0px auto;
	padding-bottom: 0px;
	text-align: center;
}

#footer-meta a {
	color: #ffffff;
}

#footer-meta ul {
	margin: 0px;
	padding-top: 3px;
}

#footer-meta li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding-left: 5px;
	font-size: 10px;
	text-align: right;
}

/* ---- END FOOTER STYLES ---- */


/* ---- BEGIN SEARCH FORM STYLES ---- */

#searchform {
	padding: 0px;
	text-align: left;
	line-height: normal;
	font-size: 12px;
	margin: 0px;
}

#s {
	width: 95px;
	padding: 2px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, ｣ﾍ｣ﾓ ･ｴ･ｷ･ﾃ･ｯ;
	margin: 0px;
	vertical-align: top;
	border: 1px solid #015BF7;
}
	
#searchform input {
	margin: 3px 0px 0px;
}

#searchsubmit {
	font-family: Arial, ｣ﾍ｣ﾓ ･ｴ･ｷ･ﾃ･ｯ;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bolder;
	vertical-align: middle;
	background-color: #86B2FF;
	width: 30px;
	border: 1px solid #015BF7;
	padding-top: 1px;
	padding-bottom: 1px;
}

/* ---- END SEARCH FORM STYLES ---- */


/* ---- BEGIN COMMMENT FORM STYLES ---- */

#commentform {}

#commentform p {
	margin-top: 0px;
	margin-bottom: 5px;
}

#author, #email, #url  {
	width: 200px;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, ｣ﾍ｣ﾓ ･ｴ･ｷ･ﾃ･ｯ;
	font-size: 12px;
	color: #343434;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}

#comment {
	width: 98%;
	padding: 2px;
	font-family: Arial, ｣ﾍ｣ﾓ ･ｴ･ｷ･ﾃ･ｯ;
	font-size: 14px;
	line-height: normal;
	color: #343434;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}

#submit {
	width: 12em;
	padding: 4px;
	border-top: 3px double #A9CF7D;
	border-right: 3px double #668B41;
	border-bottom: 3px double #668B41;
	border-left: 3px double #A9CF7D;
	font-family: Arial, ｣ﾍ｣ﾓ ･ｴ･ｷ･ﾃ･ｯ;
	cursor: pointer;
	color: #008000;
	background-color: #DBEAD0;
	background-image: url(images/submit-background.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* ---- END COMMENT FORM STYLES ---- */


/* ---- BEGIN COMMENTS STYLES ---- */

ol.commentlist {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

ol.commentlist cite {
	font-style: normal;
	font-weight: bold;
}

.comment-body {
	margin: 0 0 10px 0;
	padding: 15px 15px 10px 15px;
	position: relative;
	border-top: 1px solid #F0F1E8;
	border-right: 1px solid #F0F1E8;
	border-bottom: 1px solid #F0F1E8;
	border-left: 1px solid #F0F1E8;
	background-color: #FFFFFF;
}

.commentmetadata {
}

.comment-author {
}

.comment-count {
	font-family: Arial, ｣ﾍ｣ﾓ ｣ﾐ･ｴ･ｷ･ﾃ･ｯ;
	float: right;
	text-align: right;
	font-size: 20px;
	color: #C1DBBB;
	font-weight: bold;
	padding: 0px 6px;
	background: #FFFFFF;
	border: 1px solid #f0f0e0;
	position: relative;
	top: 0px;
	right: 0px;
}

.comment-body blockquote {
	background: url(images/b-quote-left.gif) no-repeat left top;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 41px;
	padding-left: 36px;
	width: 410px;
}

.commentfeed {
	background-image: url(images/feed-icon-12x12.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	margin-bottom: 0px;
	float: right;
	padding-bottom: 1px;
}

.alt {
}

/*-------navi------*/

.navi1 {
clear:both;
height:24px;
width:740px;
margin-top: -15px;
margin-left: 25px;
}

*:first-child+html .navi1 {
clear:both;
height:24px;
width:740px;
margin-top: 0px;
margin-left: 25px;
}

.navi1 a:link,.navi1 a:visited {
background:#FFF url(images/active1.gif) left bottom no-repeat;
color:#1E84D2;
height:24px;
margin-top:0px;
margin-right:2px;
padding-left:12px;
text-decoration:none;
}

.navi1 a:link,.navi1 a:link span,.navi1 a:visited,.navi1 a:visited span {
cursor:pointer;
display:block;
float:left;
}

.navi1 li {
line-height:23px;
float:left;
list-style:none;
margin:0;
}

.navi1 a:hover {
background:url(images/hover1.gif) left bottom no-repeat;
color:#CC0033;
height:24px;
padding-left:12px;
text-decoration:none;
}

.navi1 li.current_page_item a:link,.navi1 li.current_page_item a:visited {
background:#FFF url(images/current1.gif) left bottom no-repeat;
color:#6ECEFF;
height:27px;
line-height:24px;
margin-right:2px;
padding-left:15px;
text-decoration:none;
}

.navi1 li.current_page_item a:hover {
background:#FFF url(images/current1.gif) left bottom no-repeat;
color:#B2DEFF;
height:27px;
margin-right:2px;
padding-left:15px;
text-decoration:none;
}

.navi1 ul {
list-style:none;
margin:0;
padding:0;
}

.navi1 a:link span,.navi1 a:visited span {
background:url(images/active2.gif) right bottom no-repeat;
height:24px;
padding-right:12px;
}

.navi1 a:hover span {
background:url(images/hover2.gif) right bottom no-repeat;
height:24px;
padding-right:12px;
}

.navi1 li.current_page_item a:link span,.navi1 li.current_page_item a:visited span,.navi1 li.current_page_item a:hover span {
background:url(images/current2.gif) right bottom no-repeat;
height:27px;
padding-right:15px;
}

.clear{clear:both;}

/*---welcome---*/
.welcome{
	margin-bottom: 10px;}
.welcome h2{
	font-size: 24px;}
.readmore a{
	display: block;
	padding-right: 18px;
	height: 18px;
	line-height: 18px;
	text-align: right;
	background: url(images/more.png) no-repeat center right;
border-top: 1px #BBBBBB solid;
}

.news{
	color: #ffffff;
	margin-bottom: 15px;
	margin-top: 0px;
	text-align: left;
	height:29px;
	padding: 4px;
	font-size: 18px;
	background-image: url(http://arimatsu.p-cc.net/wp-content/themes/christmas-gifts-10/images/blue_bar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	vertical-align: bottom;
}


.bottom {margin-bottom: 10px;}
/* ---- END COMMENT STYLES ---- */
