@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;
}
.wrapper_outer {
	margin: auto;
	width: 802px;
	background-image:url(images/bodybg.gif);
	background-repeat: repeat-y;
}
.wrapper_inner {
	margin: auto;
	width: 800px;
}
.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 {
	background-color: #FFFFFF;
}
.header_text {
	font-size: 12px;
	padding-left: 5px;
}
.headerbg {
}

/*-----------------------------------------
header menu
*/
.header_menu {
	background-image: url(images/header_menu.png);
	background-repeat: repeat-x;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}
.header_menu ul {
	margin: 0;
}
.header_menu li {
	display:inline;
}
.header_menu a {
	line-height: 25px;
	display:block;
	float:left;
	text-align:center;
	color: #FFFFFF;
	padding: 0 15px;
}

.header_menu a:link, .header_menu a:visited {
	text-decoration: none;
}
.header_menu a:hover, .header_menu a:active {
	text-decoration: none;
	background-color:#000000;
}

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

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

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



/*-----------------------------------------
contents
*/
.contents {
	font-size: small;
}
.contents_single {
	background-color:#FFFFFF;
	padding: 15px;
}
.contents_home {
}


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

/*-----------------------------------------
contents/home
*/
.home_main {
	float:right;
	width: 520px;
	padding: 15px 0;
}
.home_side {
	margin: 0 520px 0 0;
	padding: 15px 0;
}
.home_text_about {
	line-height: 1.5em;
	margin: 0 20px;
	background-color:#FFF;
}

.home_main h1 {
	margin-right: 15px;
	font-size: medium;
	font-weight: bold;
	color: #D8D3B8;
	background-color: #000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.home_main h1 a:link, .home_main h1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
	float: right;
}
.home_main h1 a:hover, .home_main h1 a:active {
	text-decoration: underline;
	color: #FFFFFF;
	float: right;
}
.home_side_textbox {
	line-height: 1.5em;
	margin: 0 15px 0 15px;
	background-color: #FFF;
}



/*-----------------------------------------
contents/main
*/
/*right main*/
.main {
	float:right;
	width: 520px;
	padding: 15px 0;
}
.side {
	margin: 0 520px 0 0;
	padding: 15px 0;
}

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

.main h1 {
	margin: 0 15px;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(images/titlebg.png);
	background-repeat:repeat-y;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.main_textbox {
	margin: 20px;
	background-color: #FFF;
	border-bottom: #CCC solid 2px;
}
.blog_textbox {
	margin-left: 20px;
}
.main h2 {
	margin-right: 15px;
	font-size: medium;
	font-weight: bold;
	color: #D8D3B8;
	background-color: #000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.main_textbox h2 a:link, .main_textbox h2 a:visited {
	text-decoration: none;
	color: #000000;
}
.main_textbox h2 a:hover, .main_textbox h2 a:active {
	text-decoration: underline;
	color: #000000;
}
.main_text {
	margin: 5px 15px 0 0;
	padding: 10px;
	line-height: 1.5em;
	border: 1px solid #999;
}
.main_text a:link, .main_text a:visited {
	text-decoration: underline;
	color: #996600;
}
.main_text a:hover, .main_text a:active {
	text-decoration: underline;
	color: #996600;
}
.main_text h3 {
	padding-bottom: 1em;
	font-size: medium;
	font-weight: bold;
	color: #660000;
}
.main_category_box {
	margin-bottom: 20px;
}
.item_data {
	clear: both;
	text-align: right;
	padding-top: 10px;
}
/*-----------------------------------------
side_news
*/
.side_news {
	margin: 0 15px;
	background-color: #000;
	padding-bottom: 15px;
}
.side_news h3 {
	padding: 5px;
	color: #D8D2B8;
	font-size: medium;
	font-weight: bold;
}
.side_news_category {
	padding: 15px 5px 0 5px;
}
.side_news_category a:link, .side_news_category a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.side_news_category a:hover, .side_news_category a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.side_news_category span {
	padding-left: 10px;
	font-size: x-small;
	color: #996600;
}

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

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

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

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

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}


/*-----------------------------------------
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_block {
	padding: 0 20px 20px 20px;
}
.side_block h3 {
	font-size: medium;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding: 5px 10px 5px 5px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	background-color: #FFF;
}

.side_block ul {
	margin: 0;
}
.side_block li {
	background-color:#33CCFF;
}
.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: none;
	color: #000000;
}
.side_block ul a:hover, .side_block ul a:active {
	text-decoration: underline;
	color: #000000;
	background-color: #3399CC;
}
.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;
}

/*-----------------------------------------
link
*/
.contents_link {
	padding: 10px;
}
.contents_link a:link, .contents_link a:visited {
	text-decoration: underline;
	color: #660000;
	font-weight: bold;
}
.contents_link a:hover, .contents_link a:active {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
}
/*-----------------------------------------
company
googlemap
*/
.map_h2 {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(images/titlebg.png);
	background-repeat:repeat-x;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}

/*-----------------------------------------
contact
Contact Form 7
*/
.contact_form {
}
.contact_form_parts {
	background-color: #CCCCCC;
	padding: 10px 5px;
}
.contact_form_title {
}
.contact_form_value {
}
.contact_form_value input, .contact_form_value textarea  {
}
.contact_form_submit {
}
.contact_form_submit input {
}

