@charset "utf-8";
/*
Theme Name: IOS theme
Theme URI: http://www.pci-aios.jp/
Description: PCIアイオス　テーマ
Version: 1.0
Author: PCI AIOS Co., Ltd.
Author URI: http://www.pci-aios.jp/
Tags: custom header, fixed width, two columns, widgets

Base としたテンプレート。。。というかデフォルトのだけど。

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* Begin Typography & Colors */
body {
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro’, Meiryo, Osaka, 'MSゴシック', Lucida Grande', Verdana, Arial, Sans-Serif;
/*	background: #d5d6d7 url('images/kubrickbgcolor.jpg');*/
        background: #FFFFFF;
	color: #333;
	text-align: center;
}
p{
	margin:0px;
	padding:0px;
}
li.li_red{
	color:#FF0000;	
}
#page {
	background-color: white;
	border: 1px solid #CCCCCC;
	text-align: left;
	}

#header {
        /*background: #FFFFFF url('images/aios_logo2.png') no-repeat 5px 0;*/
	text-align:left;
	}

#header_wrapper{
	width:100%;
	background:#FFFFFF;
	height:66px;
}
#headerimg{
	width:375px;
	height:65px;
        background:#FFFFFF url('images/aios_logo2.png') no-repeat 0px 0;
	float:left;
}

#content {
	font-size: 1.2em;
	max-width : 620px ; 
	overflow : hidden ; 
}

#not_found {
	padding-top:100px;
	padding-bottom:100px;
	font-size: 1.2em;
	background:url('images/404_grad.png') no-repeat top;
}

#not_found .center a {
	color:#06C;
}

#not_found .center a:hover {
	color:#222277;
	text-decoration:underline;
}

.widecolumn .entry  {
	text-align:left;
}
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	padding:3px 10px 3px 10px;
	text-align:left;
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	/*font-size: 1.6em;*/
	font-size: 2em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	/*font-size: 1.3em;*/
	font-size: 1.5em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
#page_header {
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	width: 900px;
	border: solid #CCCCCC;
	border-width:0 1px 0 1px;
	}
#header {
	background-color: #FFF;
	margin: 0 0 0 1px;
	padding: 0;
	width: 898px;
	}
#header a{
	color:#000;
}

#header_sub {
        text-align:right;
	padding-right:10px;
	padding-top:2px;
	width:400px;
        font-size:11px;
	float:right;
}
/** menu **/
#header_menu{
	background-color:#B3C9DC;
}
#other_menu{
	float:right;
	padding-right:5px;
}
ul#menu_navi{
	float:left;
	width:580px;
	margin:0;
	padding:0;
}

ul#menu_navi li{
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#menu_navi li a{
	text-decoration:none;
	background-color:#4D4D4D;
	height:30px;
	display:block;
	overflow:hidden;
	outline-style:none;
	/** demo **/
	color:#FFF;
	line-height:25px;
	font-size:13px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9999px;
	width:120px;
}
ul#menu_navi li a.menu_home{
	background:transparent url(images/menu_bg.png) no-repeat scroll 0 -60px;
	width:101px;
}
ul#menu_navi li a.menu_home_selected{
	background:transparent url(images/menu_bg.png) no-repeat scroll 0 0px;
	width:101px;
}
ul#menu_navi li a.menu_service{
	background:transparent url(images/menu_bg.png) no-repeat scroll -102px -60px;
	width:106px;
}
ul#menu_navi li a.menu_service_selected{
	background:transparent url(images/menu_bg.png) no-repeat scroll -102px 0px;
	width:106px;
}
ul#menu_navi li a.menu_product{
	background:transparent url(images/menu_bg.png) no-repeat scroll -209px -60px;
	width:106px;
}
ul#menu_navi li a.menu_product_selected{
	background:transparent url(images/menu_bg.png) no-repeat scroll -209px 0px;
	width:106px;
}
ul#menu_navi li a.menu_casestudy{
	background:transparent url(images/menu_bg.png) no-repeat scroll -316px -60px;
	width:110px;
}
ul#menu_navi li a.menu_casestudy_selected{
	background:transparent url(images/menu_bg.png) no-repeat scroll -316px 0px;
	width:110px;
}
ul#menu_navi li a.menu_company{
	background:transparent url(images/menu_bg.png) no-repeat scroll -427px -60px;
	width:150px;
}
ul#menu_navi li a.menu_company_selected{
	background:transparent url(images/menu_bg.png) no-repeat scroll -427px 0px;
	width:150px;
}

ul#menu_navi li a.menu_home:hover{
	background-position:0 -30px;
}
ul#menu_navi li a.menu_service:hover{
	background-position:-102px -30px;
}
ul#menu_navi li a.menu_product:hover{
	background-position:-209px -30px;
}
ul#menu_navi li a.menu_casestudy:hover{
	background-position:-316px -30px;
}
ul#menu_navi li a.menu_company:hover{
	background-position:-427px -30px;
}


ul#menu_navi li a.select{
	background-color:#2155A3;
}
#menu_navi_bottom{
	background-color:#2155A3;
	min-height:5px;
	font-size:1px;
        hegiht:5px;
	clear:both
}
#pankuzu_wrapper{
	width:100%;
	background-color:#97CFE8;
	height:20px;
	
}
#pankuzu{
	text-align:left;
	text-indent:10px;
	background-color:#5F90BC;
	border: solid;
	border-color:#CCC;
	border-width: 0 1px 0 1px;
	height:20px;
	margin:auto;
        width:900px;
	color:#FFF;
	line-height:19px;
}
#pankuzu a{
	color:#FFF;
}
#page_content_wrapper{
	margin:0px;
	width:100%;
	background-color:#FAFAFF;
}
#page_content {
	background-color: #FCFCFC;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 900px;
	border: solid #CCCCCC;
	border-width: 0 1px 0 1px;
	}
/** pages **/
#content_wrapper{
	position:relative;
}

#sidebar_wrapper{
	float:left;
	width: 240px;
	margin-left:20px;
	border:none;
}
#sidebar_wrapper div.news_sidebar_content{
	width:239px;
	border:solid #CCC;
	border-width:1px 0px 1px 1px;
	margin-top:10px;
	min-height:100px;
}
#sidebar_wrapper div.news_sidebar_content div.title{
	color:#000;
	text-align:left;
	height:32px;
	line-height:28px;
	font-size:14px;
	color:#FFFFFF;
	padding-left:20px;
	border:solid #CCCCCC;
	border-width:0 0 1px 0;
	background-color:#666666;
}
#sidebar_wrapper div.news_sidebar_content div.sub {
	text-align:left;
	padding:5px;
	border:solid #CCCCCC;
	border-width:0 0 1px 0;
	
}
#sidebar_wrapper div.news_sidebar_content div.sub a{
	color:#000;
}

#sidebar_wrapper div.press_sidebar_content{
	width:239px;
	border:solid #CCC;
	border-width:1px 0px 1px 1px;
	margin-top:10px;
	min-height:100px;
}
#sidebar_wrapper div.press_sidebar_content div.title{
	color:#000;
	text-align:left;
	height:32px;
	line-height:28px;
	font-size:14px;
	color:#FFFFFF;
	padding-left:20px;
	border:solid #CCCCCC;
	border-width:0 0 1px 0;
	background-color:#666666;
}
#sidebar_wrapper div.press_sidebar_content div.sub {
	text-align:left;
	padding:5px;
	border:solid #CCCCCC;
	border-width:0 0 1px 0;
	
}
#sidebar_wrapper div.press_sidebar_content div.sub a{
	color:#000;
}


#sidebar_wrapper div.sidebar_content{
	width:239px;
	border:solid #CCC;
	border-width:1px 0px 1px 1px;
	margin-top:145px;
	min-height:100px;
}
#sidebar_wrapper div.sidebar_content div.title,
#sidebar_wrapper div.sidebar_content div.second_title{
	text-align:left;
	height:32px;
	line-height:28px;
	font-size:14px;
	color:#FFFFFF;
	padding-left:20px;
	border:solid #CCCCCC;
	border-width:0 0 1px 0;
	background-color:#2155A3;
}
#sidebar_wrapper div.sidebar_content div.second_title{
	background-color:#666666;
}
#sidebar_wrapper div.sidebar_content div.sub{
	background:url(images/side_tri_pts.png) no-repeat 22px 9px;
	text-align:left;
	height:auto;
	line-height:28px;
	vertical-align:middle;
	font-size:12px;
	color:#FFFFFF;
	padding-left:36px;
	background-color:#4D4D4D;
	border:solid #CCCCCC;
	border-width:0 0 1px 0;
}
#sidebar_wrapper a{
	color:#FFF;
}
/** top index **/
#top_content_wrapper{
	position:relative;
}

#top_message {
	width:100%;
	/*
	height:300px;
	background:url('images/top_grad.png') no-repeat top;
	*/
}

#top_content{
	width:630px;
	margin:auto;
}
#top_content div.service{
	width:100px;
	height:50px;
	background-color:#FFF;
	border:solid 1px #333;
	float:left;
	margin:0 3px 0px 0;
}
#top_content div.left_box{
	float:left;
	text-align:left;
	width:290px;
	margin-bottom:20px;
}
#top_content div.right_box{
	float:right;
	text-align:left;
	width:290px;
	/*width : 27em;*/
	margin-bottom:20px;
	padding-right : 1em ; 
}

#top_info{
	padding-top:5px;
	text-align:left;
	width:640px;
}

#top_news_title{
	height:20px;
	width:100%;
	background:url(images/news_title.png) no-repeat;
	border:solid #CCC;
	border-width:0px 0 1px 0;
}
#top_press_title{
	margin-top:20px;
	height:20px;
	width:100%;
	background:url(images/press_title.png) no-repeat;
	border:solid #CCC;
	border-width:0px 0 1px 0;
}
#top_news, #top_press{
	text-align:left;
	width:100%;
	padding-top:3px;
}
#top_news ul,#top_news li,#top_press ul, #top_press li{
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#top_news ul,#top_press ul{
	padding-top:5px;
}
#top_news li.title,#top_press li.title{
	font-weight:bold;
	background:url(images/li_pts.png) no-repeat;
	padding:0 0 0px 18px;
	margin:0px;
}
/*
#top_press li.title{
	padding-bottom:5px;
}
*/
#top_press li.a_title{
	font-weight:bold;
	color:#000;
	background:url(images/li_pts.png) no-repeat;
	padding:0 0 5px 18px;
	margin:0px;
}
#top_press li.title a{
	color:#000;
	text-decoration:underline;
	margin-bottom:10px;
}
#top_press li.title a:hover{
	color:#6481F5;
}


#top_press li.a_title a{
	color:#000;
}
#top_news li.sub, #top_press li.sub{
	margin-bottom: 7px;
	padding:2px 0 3px 18px;
}
#top_news li.sub p{
	margin:0px;
	padding:0px;
}

#top_sidebar_wrapper{
/*	position:absolute; */
        float:right;
        top:10px;
        right:0px;
        width: 240px; 
/*	width: 255px; */
        padding-top : 5px ;
}
#top_sidebar_header{
	width:230px;
	margin:auto;
	height:9px;
	font-size:1px;
	background:url(images/top_side_header.png) no-repeat top;
}
#top_sidebar{
	width:230px;
	margin:auto;
	text-align:left;
	align:left;
	background:url(images/top_side_bg.png) repeat-y;
	padding-bottom:20px;
}
#top_sidebar div.product_odd,
#top_sidebar div.product_even{
	width:228px;
	padding:2px 0 2px 0;
	margin:auto;
}

#top_sidebar div.product_odd{
	background:#F0F0F0;
}
#top_sidebar div.product_even{
	background:#FFFFFF;
}

#top_sidebar div.product_odd div.product,
#top_sidebar div.product_even div.product{
	width:200px;
	margin:auto;
	padding-top:3px;
	padding-bottom:3px;
}
#top_sidebar div.product_odd div.product a,
#top_sidebar div.product_even div.product a{
	color:#222277;
}
#top_sidebar div.product_odd div.product img,
#top_sidebar div.product_even div.product img{
	border:none;
}

#top_sidebar_showcase{
	width:230px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	align:left;
	background:url(images/top_side_bg.png) repeat-y;
}
#top_sidebar_showcase div.splite{
	background:url(images/blue_stlipe.png);
	margin-right:1px;
	margin-left:1px;
	padding-top:5px;
	padding-bottom:5px;
	border:solid #CCC;
	border-width: 1px 0 1px 0;
}
#top_sidebar_showcase div.showcase{
	width:220px;
	margin-top:2px;
	margin-bottom:1px;
	margin-left:auto;
	margin-right:auto;
	background-color:#F2F4FA;
	border:solid 1px #CCC;
}
#top_sidebar_showcase div.showcase div.title{
	font-size:12px;
	padding:3px;
	color:#000088;
}
#top_sidebar_showcase div.showcase div.jirei_title{
	height:12px;
	background:url(images/jirei_title.png) no-repeat 2px 1px;
	background-color:#FCE7D1;
}
#top_sidebar_showcase div.showcase div.sub_showcase_content{
	padding:3px 6px 3px 6px;
}
#top_sidebar_bottom{
	width:230px;
	height:9px;
	margin:auto;
	font-size:1px;
	background:url(images/top_side_bottom.png) no-repeat top;
}
#top_sidebar_sub{
	width:230px;
	margin:auto;
	padding-top:20px;
}
#top_sidebar_sub img{
	border : none;
	margin-bottom:14px;
}
.service_content .narrowcolumn, .product_content .narrowcolumn,
.showcase_content .narrowcolumn{
	margin-top:40px;
}
/** service **/
.service_content{
	background:url(images/service_title_bg.png) no-repeat;
}
.content_desc{
	height:60px;
	text-align:left
}
#service_archives, #service_single{
	text-align:left;
}
#service_archives .title{
	background:url(images/blue_pts_16.png) no-repeat 2px 2px;
	font-size:16px;
	border:solid #2462BC;
	border-width:0 0 1px 0px;
	padding:2px 0 3px 22px;
        width:95%;
        margin-left:auto;
        margin-right:auto;
}
#service_single .title{
	background:url(images/blue_pts_16.gif) no-repeat 2px 2px;
	font-size:16px;
	border:solid #2462BC;
	border-width:0 0 1px 0px;
	padding:2px 0 3px 22px;
}
#service_single .entry{
	padding:15px;
}
#service_archives .sub,
#service_single .sub{
	padding:10px;
	margin-bottom:10px;
}
#service_archives .title a{
	color:#000044;
}
#service_page_title{
	background:url(images/service_title.png) no-repeat;
	height:80px;
}

/** product **/
.product_content{
	background:url(images/product_title_bg.png) no-repeat;
}
#product_archives, #product_single{
	text-align:left;
}
#product_archives .title{
	background:url(images/blue_pts_16.png) no-repeat 2px 2px;
	font-size:16px;
	border:solid #2462BC;
	border-width:0 0 1px 0px;
	padding:2px 0 3px 22px;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
div.product_subcategory{
	background:url(images/orange_pts_21.png) no-repeat 4px 1px;
	padding-left:35px;
	color:#004077;
	text-align:left;
	height:30px;
	line-height:28px;
	font-size:22px;
	border:solid #333333;
	border-width:0px 0px 1px 0px;
	margin-top:20px;
}
div.product_subcategory_desc{
	text-align:left;
	margin-top:3px;
	margin-bottom:10px;

}
#product_single .title{
	background:url(images/blue_pts_16.gif) no-repeat 2px 2px;
	font-size:16px;
	border:solid #2462BC;
	border-width:0 0 1px 0px;
	padding:2px 0 3px 22px;
}
#product_single .entry{
	padding:15px;
}
#product_archives .sub,
#product_single .sub{
	padding:10px;
	margin-bottom:10px;
}
#product_archives .title a{
	color:#000044;
}

/** showcase **/
.showcase_content{
	background:url(images/showcase_title_bg.png) no-repeat;
}
#showcase_archives, #showcase_single{
	text-align:left;
}
#showcase_archives .title{
	background:url(images/blue_pts_16.png) no-repeat 2px 2px;
	font-size:16px;
	border:solid #2462BC;
	border-width:0 0 1px 0px;
	padding:2px 0 3px 22px;
}
div.service_subcategory{
	background:url(images/orange_pts_21.png) no-repeat 4px 1px;
	padding-left:35px;
	color:#004077;
	text-align:left;
	height:30px;
	line-height:28px;
	font-size:22px;
	border:solid #333333;
	border-width:0px 0px 1px 0px;
	margin-top:20px;
}
div.service_subcategory_desc{
	text-align:left;
	margin-top:3px;
	margin-bottom:10px;

}

#showcase_single .title{
	background:url(images/blue_pts_16.gif) no-repeat 2px 2px;
	font-size:16px;
	border:solid #2462BC;
	border-width:0 0 1px 0px;
	padding:2px 0 3px 22px;
}
#showcase_single .entry{
	padding:15px;
}
#showcase_archives .sub,
#showcase_single .sub{
	padding:10px;
	margin-bottom:10px;
}
#showcase_archives .title a{
	color:#000044;
}

/** techtalks **/
#techtalks_content .title{
	text-align:left;
	background:url(images/ex_pts_22.png) no-repeat 2px 2px;
	font-size:16px;
	border:solid #333333;
	width:540px;
	border-width:0 0 1px 0px;
	padding:2px 0 3px 30px;
	
}
#techtalks_content .entry{
	margin-left:10px;
	font-size:12px;
	width:560px;
}
#techtalks_content .info{
	width:560px;
	margin-bottom:10px;
	text-align:right;
}
#techtalks_archives, #techtalks_single{
	text-align:left;
}
#techtalks_archives .sub{
	margin-left:20px;
}
#techtalks_archives .title{
	background:url(images/ex_pts_22.png) no-repeat 2px 2px;
	font-size:16px;
	border:solid #333333;
	width:540px;
	border-width:0 0 1px 0px;
	padding:2px 0 3px 30px;
}
.techtalks_content #sidebar_wrapper{
	width:260px;
	min-height:400px;
	/*height:400px;*/
	background: #333333;
	margin-left:0px;
	margin-right:0px;
	color:#FFF;
}
.techtalks_content #sidebar_wrapper .techtalks_side{
	width:100%;
}
#sidebar_wrapper div.techtalks_sidebar_content{
	width:100%;
}
#sidebar_wrapper div.techtalks_sidebar_content div.title{
	color:#000;
	text-align:left;
	height:32px;
	line-height:28px;
	font-size:14px;
	color:#FFFFFF;
	padding-left:20px;
	background-color:#666666;
}
#sidebar_wrapper div.techtalks_sidebar_content div.sub {
	text-align:left;
	padding:5px;
	border-top:1px solid #CCCCCC;
}
#sidebar_wrapper div.techtalks_sidebar_content div.sub a{
	color:#FFF;
}
#techtalks_content_wrapper{
	background-color:#666666;
}
#techtalks_content_wrapper #page_content{
	background-color:#CCCCCC;
}
.techtalks_content #content{
	background-color:#CCCCCC;
}
.techtalks_content .techtalks_title{
	height:50px;
	background:url(images/techtalks_title.png) no-repeat 10px 10px;;
	background-color:#BFBFBF;
	text-align:left;
	vertical-align:bottom;
	padding-left:260px;
}
.techtalks_content img.rss{
	padding-top:30px;
}
.techtalks_content .techtalks_desc{
	text-align:left;
	padding:10px;
	background-color:#BFBFBF;

}

#techtalks_archives .sub,
#techtalks_single .sub{
	padding:10px;
	margin-bottom:10px;
}
#techtalks_archives .title a{
	color:#000044;
}

.narrowcolumn {
	float: left;
	padding: 20px 0 10px 20px;
	margin: 0px 0 0;
	width: 620px;
	}



.widecolumn {
	padding-top: 20px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 20px;
	width:830px;
	}

.post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}
.post h2{
	padding-top:10px;
	padding-bottom:20px;
}
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
#footer_wrapper, #top_footer_wrapper_sub{
	padding-top:10px;
	background-color: white;
	margin: auto;
	padding: 0;
	width: 900px;
	border: solid #CCCCCC;
	border-width:0 1px 0 1px;
	}
#top_footer_wrapper_sub{
	padding-top:10px;
	align:left;
	text-align:left;

}
#top_footer_wrapper_sub img{
	margin-left:10px;
}
#footer {
	border:solid #CCCCFF;
	border-width:0px 0 1px 0;
	background-color:#FFF;
}
#top_footer_wrapper {
	width:100%;
	height:100%;
	background-color:#4D4D4D;
	clear: both;
}
#top_footer {
	background-color: #383838;
	font-size : 12px ; 
	margin: auto;
	border:solid 1px #666666;
	padding: 0;
	width: 898px;
	/*min-height:380px;*/
	height:350px; 
}

#top_footer #f_left{
	float:left;
	background:url(images/dotted_border.png) no-repeat 25px 15px;
	padding-left:25px;
	padding-top:30px;
	background-color: #383838;
	width:250px;
	height:340px;
}
#top_footer #f_left div.twitt_header{
	margin-top:5px;
	/*background:url(images/twitt.png) no-repeat;*/
	height:66px;
	text-align:left;
}

#top_footer #f_left div.twitt_box_tri{
	border:none;
	margin-top:5px;
	height:10px;
	background:url(images/twitt_tri.png) no-repeat 20px 2px;
}
#top_footer #f_left div.twitt_box{
	border:none;
	width:220px;
	background-color:#FFF;
	padding:8px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#top_footer #f_left div.twitt_bottom{
	align:right;
	text-align:right;
	width:240px;
}
#top_footer #f_left div.twitt_bottom a{
	color:#FFF;
}


#top_footer #f_center{
	float:left;
	/* background:url(images/dotted_border.png) no-repeat 15px 15px; */
	padding-left:15px;
	/* padding-top:22px; */
	background-color: #383838;
	/*width:250px;*/
	width:320px;
}

#top_footer #f_center div.ranking_header{
	height:22px;
	margin-top:10px;
	background:url(images/accessranking.png) no-repeat;
}
#top_footer #f_center div.ranking{
	color:#FFF;
	font-size:12px;
	text-align:left;	
}
#top_footer #f_center div.ranking a{
	color:#FFF;
}

#top_footer #f_center div.fc_content{
	align:left;
	text-align:left;
	color:#FFF;
}
#top_footer #f_center div.tags_header{
	height:22px;
	background:url(images/tags.png) no-repeat;
	margin-bottom:10px;
}
#top_footer #f_center div.tags{
	text-align:left;
	color:#FFF;
	font-size:13px;
	margin-top:20px;
	
}
#top_footer #f_center div.tags a{
	color:#FFF;
}

#top_footer #f_center span.sep{
	color:#999;;

}

#top_footer #f_right{
	/*width:340px;*/
	width:500px;
	min-height:240px;
	/*height:380px;*/
	height:100%;
	float:right;
	background:url(images/footer_right_bg.png) repeat-y;
	background-color:#3F3F3F;
}
#top_footer #f_right div.techtalk_header{
	height:65px;
	background:url(images/techtalks.png) no-repeat 30px 10px;
}
#top_footer #f_right div.techtalks{
	color:#FFF;
	text-align:left;
	margin-top:10px;
}
#top_footer #f_right div.techtalks a{
	color:#FFF;
}
#top_footer #f_right div.techtalks ul{
	margin:0px;
	padding:0px;
}
#top_footer #f_right div.techtalks li.title{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background:url(images/ex_pts.png) no-repeat 20px 2px;
	padding-left:45px;
	padding-right:20px;
	line-height:20px;
/*	font-size:12px; */
	margin-bottom:4px;
}
#top_footer #f_right div.techtalks li.title span.author{
	font-size:10px;
	color:#EEEEFF;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	width : 100% ; 
        color: #003366;
        border-bottom : dashed 1px #003366 ; 
    
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
/*	list-style: none;*/
	padding-left: 10px;
	/*text-indent: -10px;*/
	}
html>body .entry ul.ex_alert{
	list-style-image: url(images/discussionitem_icon.gif);
	list-style-position:outside;
}

ul.ex_alert{
	list-style-image: url(images/discussionitem_icon.gif);
	list-style-position:outside;
}	
ul.ex_alert li{
	padding-left:15px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
/*	content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 4px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 660px;
	width: 240px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	margin-right: 20px;
	}
.page_navigation, .page_navigation_bottom {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.page_navigation_bottom {
	margin-top: 30px;
	margin-bottom: 20px;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* 個別ページ用CSS */
div.widecolumn div.page_title{
	text-align:left;
	vertical-align:middle;
	height:31px;
	font-weight:bold;
	color:#3A4D77;
	line-height:26px;
	background:url(images/orange_pts_16.png) no-repeat;
	font-size:18px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left:28px;
	border-bottom:1px solid #000000;
}
div.widecolumn div.info-item {
	text-align:left;
	vertical-align:middle;
	height:21px;
	background:url(images/blue_pts.png) no-repeat;
	font-size:14px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-left:20px;
}
div.widecolumn div.entry{
	width: 810px;
	margin-left:auto;
	margin-right:auto;
}

/** 企業情報 **/
div.company-details {
	padding-bottom:30px;
}
div.company-description {
	text-align:left;
	font-size:14px;
	padding-left:5px;
	padding-bottom:30px;
}

table.company {
	width:810px;
	margin-bottom:15px;
}

td.companyLeft {
	text-align:left;
	vertical-align:top;
	padding:10px;
	border-top:1px dotted #000000;
}

td.companyLeftBottom {
	text-align:left;
	vertical-align:top;
	padding:10px;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
}

td.companyRight {
	text-align:left;
	padding:10px;
	border-left:1px dotted #000000;
	border-top:1px dotted #000000;
}

td.companyRight dt {
	font-weight:bold;
}

td.companyRight dd {
	margin-left:10px;
}

td.companyRightBottom {
	text-align:left;
	padding:10px;
	border-top:1px dotted #000000;
	border-left:1px dotted #000000;
	border-bottom:1px dotted #000000;
}

/** archive **/
#archive_news_title{
	height:20px;
	width:100%;
	background:url(images/news_title.png) no-repeat;
	border:solid #CCC;
	border-width:0px 0 1px 0;
}
#archive_press_title{
	height:20px;
	width:100%;
	background:url(images/press_title.png) no-repeat;
	border:solid #CCC;
	border-width:0px 0 1px 0;
}
#archive_tag_title{
	height:20px;
	width:100%;
	border:solid #CCC;
	border-width:0px 0 1px 0;
}
#archive_tag_title .title{
	text_align:left;
	font-weight:bold;
}

.font14{
	font-size:14px;
}

/** pagebar **/

.pagebar span.this-page {
	padding:3px 5px 3px 5px;
	border:solid 1px #CCC;
	background-color: #EEE;
}
.pagebar a {
	padding:3px 5px 3px 5px;
	border:solid 1px #CCC;
}

/* for fixing the width of the form on qForm page */ 
.wpcf7 {
	width : 700px ; 
}


