@charset "utf-8";

/*
Theme Name: cntpl
Theme URI: http://www.cubenet.com.au/
Description: Cube Net TemPLate
Version: 1.0
Author: cubenet
Author URI: http://www.cubenet.com.au/
Tags: cubenet
*/

/*-----------------------------------------
nuetralise
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote {
	margin: 0; 
	padding: 0;
}
p {
	margin-bottom: 1em;
}
html{
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%; 
	font-weight: normal;
}
ol, ul{
	list-style:none;
}
fieldset, img{
	 border:0;
}
table{
	/*
	border-collapse: collapse; 
	border-spacing:0;
	*/
}
input, select, textarea {
	font-size: 100%;
}


/*-----------------------------------------
main
*/
body, td, th,input, select, textarea {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic","メイリオ","Meiryo",sans-serif;
}
body {
	background-color: #000;	
}
.wrapper_outer {
	margin: auto;
	width: 802px;
	background-color:#666666;
}
.wrapper_inner {
	margin: auto;
	width: 800px;
	/*
	background-image:url(images/bodybg.gif);
	background-repeat: repeat-y;
	*/
	background-color: #000;	
}
.cleaning {
	clear: both;
	height: 0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */


/*-----------------------------------------
header
*/
.header {
}
.header_text {
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #999999;
}
.headerbg {
	background-image: url(images/header.png);
	background-repeat: norepeat;
	height: 285px;
}

/*-----------------------------------------
header menu
*/
.header_menu {
}
.header_menu ul {
	margin: 0;
}
.header_menu li {
	display:inline;
}
.header_menu a {
	line-height: 25px;
	display:block;
	float:left;
	text-align:center;
	padding: 0 15px;
	font-weight: bold;
	font-size: 12px;
}

.header_menu a:link, .header_menu a:visited {
	text-decoration: none;
	color: #999999;
}
.header_menu a:hover, .header_menu a:active {
	text-decoration: underline;
	color: #0099FF;
}
.header_menu_selected a {
	text-decoration: none;
	color: #0099FF;
}
.header_menu_selected a:link, .header_menu_selected a:visited {
	text-decoration: none;
	color: #0099FF;
}
.header_menu_selected a:hover, .header_menu_selected a:active {
	text-decoration: underline;
	color: #0099FF;
}

/*-----------------------------------------
footer
*/
.footer {
	clear:both;
	background-color:#000000;
	min-height: 50px;
}
.footer_text {
}
.copyright {
	text-align:center;
	font-size:10px;
	padding: 5px;
	color: #666666;
}
.footer_admin {
	float: left;
	background: #333333;
	font-size:10px;
	padding: 2px 5px;
}
.footer_admin a:link, .footer_admin a:visited {
	text-decoration: none;
	color: #000000;
}
.footer_admin a:hover, .footer_admin a:active {
	text-decoration: underline;
	color: #000000;
}

.creator {
	text-align: right;
	background: #333333;
	font-size:10px;
	padding: 2px 5px;
}
.creator a:link, .creator a:visited {
	text-decoration: none;
	color: #000000;
}
.creator a:hover, .creator a:active {
	text-decoration: underline;
	color: #000000;
}
/*-----------------------------------------
footer menu
*/
.footer_menu {
	text-align: center;
	padding: 5px 0;
	font-size: small;
	color: #000000;
}
.footer_menu a {
	padding: 5px 15px;
}

.footer_menu a:link, .footer_menu a:visited {
	text-decoration: none;
	color: #666666;
}
.footer_menu a:hover, .footer_menu a:active {
	text-decoration: underline;
	color: #666666;
}



/*-----------------------------------------
contents
*/
.contents {
	font-size: small;
}
.contents_single {
	padding: 10px;
}
.contents_home {
	padding-top: 20px;
}

/*-----------------------------------------
contents/page
*/
.contents_single h1 {
	font-size: medium;
	font-weight: bold;
	color: #999999;
	background-color: #333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.contents_single_text {
	padding: 20px 0;
	line-height: 1.5em;
}

/*-----------------------------------------
contents/home
*/
.home_main {
	float:right;
	width: 525px;
	padding: 20px 0;
}
.home_side {
	margin: 0 535px 0 0;
	padding: 20px 0;
}
.home_text_about {
	line-height: 1.5em;
	margin: 0 20px;
	color: #666666;
}

.home_main h1 {
	margin-right: 15px;
	font-size: medium;
	font-weight: bold;
	color: #999999;
	background-color: #333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.home_main h1 a:link, .home_main h1 a:visited {
	text-decoration: none;
	color: #666666;
	float: right;
}
.home_main h1 a:hover, .home_main h1 a:active {
	text-decoration: underline;
	color: #666666;
	float: right;
}
.home_side_textbox {
	line-height: 1.5em;
	margin: 0 0 0 15px;
	border: #666 solid 1px;
}



/*-----------------------------------------
contents/main
*/
/*right main*/
.main {
	float:right;
	width: 525px;
	padding: 20px 0;
}
.side {
	margin: 0 535px 0 0;
	padding: 20px 0;
}

/*left main*/
/*
.main {
	float:left;
	width: 550px;
}
.side {
	margin: 0 0 0 550px;
}
*/

.main h1 {
	margin-right: 15px;
	font-size: medium;
	font-weight: bold;
	color: #999999;
	background-color: #333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.main_textbox {
	margin: 10px 15px 20px 0;
	border: #666 solid 1px;
	color: #999999;
}
.blog_textbox {
}
.main_textbox h2 {
	font-size: medium;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 5px;
	color: #0099FF;
}
.main_textbox h2 a:link, .main_textbox h2 a:visited {
	text-decoration: none;
	color: #0099FF;
}
.main_textbox h2 a:hover, .main_textbox h2 a:active {
	text-decoration: underline;
	color: #0099FF;
}
.main_text {
	padding: 10px;
	line-height: 1.5em;
}
.item_data {
	text-align: right;
	padding-top: 10px;
}

/*-----------------------------------------
tablenav
*/
.tablenav {
	color: #0062C5;
	background:#000000;
	margin: 10px 0 20px 0;
	padding: 5px 20px 5px 5px;
	line-height: 140%;
	text-align: right;
}

a.page-numbers, .tablenav .current {
	color: #666666;
	padding: 2px .4em;
	border:solid 1px #666666;
	text-decoration:none;
	font-size: smaller;
}

a.page-numbers:hover {
	color:white;
	background: #0062C5;
	border:solid 1px #0062C5;
}

.tablenav .current {
	color: white;
	background: #0062C5;
	border-color: #0062C5;
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size: 14px;
	border:solid 1px #000000;
}


/*-----------------------------------------
comment
*/
#comments {
	font-size: medium;
	padding: 20px 20px 0 20px;
}
#postcomment {
	font-size: medium;
	padding: 20px 20px 0 20px;
	color:#333;
}
#commentlist {
	padding: 0 20px;
}
#commentlist li {
	padding: 20px;
}
.comment_info {
	font-style: italic;
	padding: 5px 0 0 20px;
}

.comment_form {
	padding: 20px;
}
.comment_form_parts {
	padding: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.comment_form_title {
	color: #333;
	font-size: medium;
	padding-right: 15px;
}
.comment_form_value {
}
.comment_form_value input, .comment_form_value textarea {
	font-size: medium;
	border: 3px dotted #999;
	background-color: #C1F5FF;
	width: 100%;
}
.comment_form_submit {
	clear: both;
	text-align: center;
	padding: 15px;
	font-size: medium;
}
.comment_form_submit input {
	font-size: large;
	padding: 5px 10px;
}

/*-----------------------------------------
side
*/
.side_container {
	/*
	margin-left: 15px;
	border: 1px solid #666;
	*/
}
.side_block {
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid #666;
	padding: 0 0 0 0;
}
.side_block h3 {
	font-size: medium;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding: 5px 10px 5px 5px;
	color: #999999;
}

.side_block ul {
	margin: 0;
}
.side_block li {
}
.side_block ul a {
	line-height: 1.5em;
	display:block;
	padding: 0 0 0 5px;
}
.side_block ul a:link, .side_block ul a:visited {
	text-decoration: underline;
	color: #666666;
}
.side_block ul a:hover, .side_block ul a:active {
	text-decoration: none;
	color: #666666;
}
.side_block_tag {
	background-color:#33CCFF;
	padding: 5px;
}
.side_block_tag a {
	line-height: 1.5em;
	padding: 0 0 0 5px;
}
.side_block_tag a:link, .side_block_tag a:visited {
	text-decoration: none;
	color: #000000;
}
.side_block_tag a:hover, .side_block_tag a:active {
	text-decoration: underline;
	color: #000000;
	background-color: #3399CC;
}

/*-----------------------------------------
contents/about
*/
.about_name {
	text-align: right;
	padding-right: 20px;
	color: #999999;
	padding-bottom: 20px;
	white-space: nowrap;
}
.about_value {
	padding-right: 30px;
	color: #999999;
	padding-bottom: 20px;
}
.about_value span {
	color: #666666;
}
.about_desc {
	padding-top: 50px;
	color: #666666;
}
.about_desc strong {
	color: #999999;
}
/*-----------------------------------------
contents/service
*/
.service_dl dt {
	color: #999999;
	padding-bottom: 5px;
}
.service_dl dd {
	color: #666666;
	padding-bottom: 50px;
}
/*-----------------------------------------
contents/contact
*/
.contact_form {
	color:#999;
	font-size: 12px;
}
.contact_form_name {
	padding: 10px 20px 10px 0;
	color: #999;
	white-space: nowrap;
}
.contact_form_value {
	padding: 10px 0 10px 0;
	color: #999;
}
.contact_form input, .contact_form textarea {
	border: #666 1px solid;
	background-color: #000;
	color: #999;
	padding: 5px;
}
.contact_form_radio {
	padding: 10px 0 10px 0;
	color: #999;
}
.contact_form_radio input {
	border: none;
	background-color: #000;
	color: #999;
	padding: 5px;
}
.contact_form_radio label {
	padding-right: 20px;
}
