@charset "utf-8";
	

/*
Theme Name: 工業向きデザインA2 2列右メニュー
Theme URI: http://www.fsv.jp/
Description: Firstserver Tmaplate
Version: 1.0 2009/09/25
Author: Firstserver
Author URI: http://www.fsv.jp/											
*/

/* Reset ------------------------------------------------------------------ */
:link,:visited {
    text-decoration: none;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-spacing: 0;
}

fieldset,img,abbr,acronym {
    border: 0;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}

a {
    text-decoration: underline;
    outline: none;
}

hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}

a img,:link img,:visited img {
    border: none;
}

address {
    font-style: normal;
    display: inline;
}

/* Utilities ----------------------------------------------------------------- */
#content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#content-inner {
	display: inline-block;
}

/* no ie mac \*/
* html #content-inner { height: 1%; }
#content-inner { display: block; }

/* Content ---------------------------------------------------------------- */
a:link, a:visited {
    text-decoration: underline;
}

p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }

/* Assets */
.asset-body,
.asset-more,
.more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.trackbacks-info,
.trackback-content,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
#comment-form-external-auth,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.archive-content,
.search-form-header,
.search-results-header {
	margin-bottom: 0.75em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-meta {
    font-size: 11px;
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
    clear:both;
    border: 0;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

/* Feedback */
.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */
.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
	margin:0;
	padding:0;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul ul {
    margin-left: 15px;
}

.widget li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.widget-search ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li {
    margin: 5px 0;
}

/* Layout ----------------------------------------------------------------- */
#container-inner {
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #footer {
    position: relative;
}

#alpha, #beta {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner {
    overflow: hidden;
	padding: 0;
}

#content-inner {
	padding-top: 0;
}

/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
body {
	text-align:center;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* リンクカラー */
a {
	color: #006699;
}

a:hover {
	color: #FF2828;
}

.clear {
	clear:both;
}

/* ---　ページトップ　--- */
#gotop {
	clear:both;
	width:100%;
	margin:10px 0;
}

#gotop a {
	font-size:75% !important;
	text-indent: -500px;
	height: 15px;
	width: 65px;
	display: block;
	float: right;
	overflow: hidden;
	background: url('images/pagetop.gif') no-repeat 0 0;
	padding-right: 30px;
}

#gotop a:hover {
	font-size:75% !important;
	text-indent: -500px;
	height: 15px;
	width: 65px;
	display: block;
	float: right;
	overflow: hidden;
	background: url('images/pagetop_ov.gif') no-repeat 0 0;
}

/* -----　パンくず　----- */
.navi {
	margin:2px 5px 10px;
	text-align:left;
	font-size:85% !important;
	font-size:80%;
}

/* ---------------------------------------------------------------------
container
--------------------------------------------------------------------- */
#container {
	line-height:1.6;
	font-size:80%;
	width:980px;
	margin:0 auto;
	text-align:left;
	background-repeat: repeat-y;
	background-position: 0;
}

#container-inner {
	position: relative;
	width:980px;
}

/* ---------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------- */
.layout-wt #alpha {
	float: left;
	width: 765px;
	left: 0px;
	padding-left: 5px;
}

.layout-wt #beta {
	float:right;
	left: 0;
	width: 200px;
	overflow: hidden;
}

#alpha-inner {
	margin:0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: both;
}

#beta-inner {
	margin:0;
	padding:0;
}

/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */
#header {
	width:980px;
}

#header-inner {
	width:980px;
}

#header-contents {
	width:100%;
}

#header-contents .left {
	width:60%;
	float:left;
}

#header-contents .right {
	width:40%;
	float:right;
	text-align:right;
	padding:8px 0 5px 0;
}

#header-description {
	font-size:80%;
	line-height: 1.2;
	width:970px;
	padding:2px 5px;
}

/* -- サイト名 -- */
#header-name {
	color: #dadada;
	margin:10px;
	line-height: 1.5;
	color: #333;
	font-size:200% !important;
	font-size:195%;
	font-weight:bold;
	line-height: 1.5;
}

#header-name h2 {
	font-weight:bold;
}

/* -- サイトマップ・お問合せリンク -- */
#header .sub-contents {
	margin-bottom:7px;
	text-align: right;
	font-size:85% !important;
	font-size:80%;
	clear: both;
	float: right;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#header .sub-contents a:link,
#header .sub-contents a:visited {
	text-decoration: none;
	color:#333;
}

#header .sub-contents a:hover,
#header .sub-contents a:active {
	text-decoration: underline;
	color:#333;
}

/* -- 検索フォーム -- */
#header .header-search {
	margin-bottom:5px;
	padding:2px 10px;
	text-align: right;
	font-size:80% !important;
	font-size:80%;
	clear: both;
	color: #454545;
}

#header .header-search .box {
	margin-right:5px;
}

#header .header-search .submit {
	background: url('images/search.gif') 0 0 no-repeat;
	border:none;
	height:18px;
	width:57px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
}

/* ---------------------------------------------------------------------
Content
--------------------------------------------------------------------- */
#content {
	clear:both;
	margin:0 0 20px;
	padding-top: 20px;
	_height:1px;
}

/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer {
	width:980px;
	clear:both;
	color: #FFFFFF;
	background-color: #053A4B;
	margin-top: 20px;
}

/* -- フッターメニュー -- */
.footer-menu {
	text-align:left;
	width:950px;
	color: #000000;
	background-color: #DFE4E8;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-size: 11px;
	line-height: 20px;
}

.footer-menu ul {
	padding:2px 0;
}

.footer-menu li {
	display: inline;
	padding: 0 7px;
}

/* -- コピーライト -- */
.copyright {
	width:100%;
	padding-top: 25px;
	padding-bottom: 10px;
}

.copyright .copyright-content {
	text-align:center;
	padding:4px;
	font-size: 85% !important;
	font-size: 80%;
}

.designed {
	text-align:right;
	font-size:75%;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.designed a {
	color: #404040;
}

.designed a:hover {
	text-decoration:none;
}

/* ---------------------------------------------------------------------
投稿記事
--------------------------------------------------------------------- */
.archive-title {
	_height:1px;
	background: url('images/title_bg.gif') no-repeat left bottom;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#333;
	margin-bottom: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 22px;
	line-height: 1.2;
	padding-bottom: 9px;
	width: 718px;
}

.archive-title em {
	font-style:normal;
}

.entry-asset {
	width:760px;
	padding:5px;
}

.entry-asset2 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.asset-header {
	padding:0;
}

.asset-name {
	background: url('images/list-category_bg.gif') no-repeat 0 -5px;
	border-bottom:1px dotted #666666;
	color:#dadada;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
	margin-right: 25px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 25px;
}

.asset-name a:link,
.asset-name a:hover,
.asset-name a:visited,
.asset-name a:active {
	text-decoration: none;
}

.asset-body {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 25px;
}

.asset-body2 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.asset-body3 {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

.asset-more {
	margin:0 10px 10px;
}

.more-link {
	clear:both;
	text-indent: -9999px;
	overflow: hidden;
	height: 28px;
	width: 141px;
	display: block;
	margin:10px 0;
	background: url('images/syosai_bt.gif') no-repeat 0 0;
}

.more-link:hover {
	background: url('images/syosai_bt_ov.gif') no-repeat 0 0;
}

.asset-meta {
	text-align:right;
	margin-top:10px;
	border-top: 1px dotted #666666;
	font-size:100% !important;
	font-size:95%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 25px;
}

.asset-meta2 {
	text-align:right;
	margin-top:10px;
	border-top: 1px dotted #666666;
	font-size:100% !important;
	font-size:95%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 15px;
	padding-right: 5px;
}

/* ---------------------------------------------------------------------
コメント&トラックバック
--------------------------------------------------------------------- */
#trackbacks {
	clear:both;
	width: 700px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#trackbacks .trackbacks-header {
	height:34px;
	color: #333;
	background: url('images/trackback_tb-head-h2.gif') no-repeat 0 0;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

.trackbacks-info {
	width: 590px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
}

#comments {
	clear:both;
	width: 700px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#comments .comments-header {
	height:34px;
	color: #333;
	background: url('images/comment_tb-head-h2.gif') no-repeat 0 0;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

#comments .comments-content {
	padding:0 10px;
}

.comment {
	margin:10px;
}

.comment .inner {
	width: 630px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
	word-wrap: break-word; 
}

.comment .comment-header {
	padding:0 5px;
	margin:0 0 5px;
}

.comment .comment-content {
	padding:0 5px;
}

.comments-open {
	margin-top: 20px;
}

.comments-open-header {
	height:34px;
	color: #333;
	background: url('images/comment_tb-head-h2.gif') no-repeat 0 0;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

.comments-open-content {
	padding:10px;
}

#comment-submit {
	background: url('images/search2.gif') 0 0 no-repeat;
	border:none;
	height:20px;
	width:65px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
	font-size:100%;
}

.comment-footer {
	text-align:right;
	margin:0;
	padding:5px;
	border-top: 1px dotted #666666;
	font-size:95% !important;
	font-size:90%;
}

/* ---------------------------------------------------------------------
サイトマップ
--------------------------------------------------------------------- */
.archive-content {
	padding:10px;
	line-height:1.3;
}

.archive-content .archive-list {
	margin-bottom:3em;
}

.archive-content ul,
.archive-content ol {
	list-style:none;
}

.archive li a {
	display:block;
	margin:5px 0;
	padding:2px 15px 2px 34px;
	background: url('images/arrow2.gif') 15px center no-repeat;
	text-decoration:none;
}

.archive li a:hover {
	text-decoration:underline;
}

/*サブカテゴリ*/
.archive li li {
	background:none;
	margin:0 0 0 20px;
	padding:10px 0 0 0;
	border:none;
}

.archive li li a {
	margin:5px 0;
	padding:2px 15px 2px 35px;
	background: url('images/arrow2.gif') 15px center no-repeat;
	display:block;
}

/* ---------------------------------------------------------------------
検索結果ページ
--------------------------------------------------------------------- */
.search-not-found {
	margin:10px;
}

.search-form-header {
	height:39px;
	padding:10px 10px 0 18px;
	background: url('images/title_bg.gif') 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#333;
	margin-bottom: 10px;
}

.search-form-content {
	padding:10px;
}

.search-results-header {
	margin:25px 10px 10px;
	font-size:105% !important;
	font-size:100%;
	font-weight:bold;
	color:#333;
}

.search-form-content .box {
	width:200px;
}

.search-form-content .submit{
	background: url('images/search.gif') 0 0 no-repeat;
	border:none;
	height:18px;
	width:57px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
}

/* ---------------------------------------------------------------------
Widget：[メイン]ウェルカムメッセージ
--------------------------------------------------------------------- */
#welcome_message {
	margin-bottom:20px;
}

#welcome_message h3.title {
	height:39px;
	padding:10px 10px 0 18px;
	background: url('images/message_bg.gif') 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#000000;
	margin: 0;
}

#welcome_message .content {
	margin:0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]新着記事一覧
--------------------------------------------------------------------- */
#top-news {
	margin-bottom:20px;
	padding:0 0 10px;
}

#top-news h3 {
	margin: 0;
	height:39px;
	padding:10px 10px 0 18px;
	background: url('images/title_bg.gif') 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#333;
}

#top-news .news {
	margin-right: 15px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#top-news .day {
	float: left;
	color:#666;
	width: 80px;
}

#top-news .title {
	float: right;
	padding-left:5px;
	width: 620px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]トップ表示記事
--------------------------------------------------------------------- */
.top-entry-content {
	margin-bottom:20px;
}

.top-entry-content h3.title {
	margin: 0;
	height:39px;
	background: url('images/title_bg.gif') 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 22px;
}

.top-entry-content .content {
	margin:0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]カテゴリー表示記事
--------------------------------------------------------------------- */
#top-category {
	margin-bottom:20px;
}

#top-category h3.title {
	margin: 0;
	height:39px;
	padding:10px 10px 0 18px;
	background: url('images/title_bg.gif') 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#333;
}

.top-category-content {
	margin-bottom:10px;
	width: 685px;
	border: 1px solid #999;
	margin-left: 8px;
	padding: 10px;
	background: #e9e9e9 url('images/top_category_bg.gif') repeat-x top;
}

.top-category-content h4.name {
	margin:0;
	background: url('images/list-category_bg.gif') no-repeat 0 -5px;
	padding:0 0 4px 25px;
	border-bottom:1px solid #c9c9c9;
	color:#006699;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

#top-category h4.name a {
	text-decoration:none;
}

#top-category .content {
	margin:0;
	padding:10px 10px 0 10px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]共通
--------------------------------------------------------------------- */
#beta .widget {
	width:200px;
	border-top:1px solid #999;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#beta .widget-header {
	font-size: 95% !important;
	font-size: 90%;
	width:190px;
	color:#fff;
	padding-top: 2;
	padding-right: 3px;
	padding-bottom: 2;
	padding-left: 7px;
	margin-bottom: 5px;
	background-color: #006799;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006799;
}

#beta .widget select {
	width:200px;
	margin:10px;
}

#beta .widget ul {
	width:190px;
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

#beta .widget ul ul {
	padding:0;
	margin:0;
}

#beta .widget li {
	margin:0;
	list-style:none;
	_height: 1px;
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	font-size: 11px;
	line-height: normal;
	letter-spacing: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]メインメニュー
--------------------------------------------------------------------- */
.widget-main-menu {
	width:196px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

.widget-main-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.widget-main-menu .menu-content {
	font-size:100% !important;
	font-size:95%;
	width:180px;
}

.widget-main-menu li {
	color: #ffffff;
}

.widget-main-menu li a:link,
.widget-main-menu li a:visited {
	text-decoration:none;
	display:block;
	width:170px;
	border-bottom: 1px solid #999;
	background:url('images/arrow.gif')  no-repeat 3px center;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
}

.widget-main-menu li a:hover,
.widget-main-menu li a:active {
	text-decoration:none;
	background:url('images/arrow_over.gif') no-repeat 4px center;
}

.widget-main-menu li li a:link,
.widget-main-menu li li a:visited {
	width:150px;
	display:block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 40px;
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 23px center;
}

.widget-main-menu li li a:hover,
.widget-main-menu li li a:active {
	text-decoration:none;
	background:url('images/arrow2_ov.gif') no-repeat 24px center;
	
}

/* ---------------------------------------------------------------------
Widget：[サイド]検索フォーム
--------------------------------------------------------------------- */
.widget_search {
	width:198px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

.widget_search .widget-header {
	font-size: 95% !important;
	font-size: 90%;
	border-bottom:1px solid #999;
	background:#999;
	width:192px;
	color:#fff;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}

.widget_search .widget-content {
	width:190px;
	padding:3px;
	font-size:90% !important;
	font-size:95%;
}

.widget_search .box {
	width:100px;
}

.widget_search .submit {
	background: url('images/search.gif') 0 0 no-repeat;
	border:none;
	height:18px;
	width:57px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
	font-size:100%;
}

/* ---------------------------------------------------------------------
Widget：[サイド]当サイトのRSSを購読
--------------------------------------------------------------------- */
.rss {
	width:158px;
	margin:0 4px 15px;
}

.rss-content {
	background: url('images/rss.gif') 0 0 no-repeat;
	padding-left:20px;
}

.rss-content a {
	color: #eb6100;
	text-decoration: none;
}

.rss-content a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/* ---------------------------------------------------------------------
Widget：[サイド]rssフィード
--------------------------------------------------------------------- */
.widget-header a.rsswidget {
	text-decoration:underline;
	color: #eb6100;
}

.widget-header a.rsswidget:hover {
	text-decoration:none;
	color: #FF3300;
}

/* ---------------------------------------------------------------------
Widget：[サイド]会社概要
--------------------------------------------------------------------- */
.widget-company {
	font-size: 95% !important;
	font-size: 90%;
	line-height:1.4;
	width:160px;
	margin: 10px 0 15px 4px;
	padding: 5px;
	border: 1px solid #a3a3a3;
	background: #fcfcfc url('images/side_freearea_bg.gif') repeat-x top;
}

.widget-company .widget-content {
	width: 100%;
	overflow: hidden;
}

/* ---------------------------------------------------------------------
Widget：[サイド]フリーエリア
--------------------------------------------------------------------- */
.free-content {
	width:180px;
	line-height:1.4;
	font-size: 95% !important;
	font-size: 90%;
	border: 1px solid #a3a3a3;
	padding: 5px;
	background: #fcfcfc url('images/side_freearea_bg.gif') repeat-x top;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 4px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]カレンダー
--------------------------------------------------------------------- */
.widget_calendar caption {
	text-align:center;
	margin-bottom:5px;
}

.widget_calendar #calendar_wrap {
	width:190px;
	padding:3px;
}

.widget_calendar #calendar_wrap table {
	font-size: 95% !important;
	font-size: 90%;
	color:#666;
	text-align:center;
	margin:0 auto;
}

.widget_calendar #calendar_wrap table td {
	padding:1px 3px;
	font-size: 100% !important;
	font-size: 95%;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}
#top_bar {
	background-image: url(images/top_bar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	width: 100%;
	color: #FFFFFF;
}
.in_topwaku {
	line-height: 28px;
	margin-right: auto;
	margin-left: auto;
}
.topbar_inwaku {
	font-size: 10px;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	line-height: 28px;
	height: 30px;
}
#xnuck {
	position:absolute;
	left:2px;
	top:3px;
	width:59px;
	height:26px;
	z-index:1;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 4px;
}
#nav_bar {
	background-image: url(images/nav_bar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	width: 960px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 1px;
	height: 30px;
}
#nav_bar  li  {
	display: inline;
}
#nav_bar  li  a  {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006B9F;
	background-image: url(images/nav_bar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 30px;
	height: 30px;
	float: left;
	font-weight: bolder;
}
#nav_bar  a:hover  {
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	background-image: url(images/nav_bar_on.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#osusume {
	width: 980px;
	padding-top: 10px;
}
.waku_ureteru {
	background-image: url(images/waku1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 96px;
	width: 468px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-right: 6px;
	padding-left: 6px;
}
.waku_sintyaku {
	background-image: url(images/waku2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 96px;
	width: 468px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-right: 6px;
	padding-left: 6px;
}
.layout-wt #xnuck a {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
.layout-wt #xnuck a:hover {
	font-weight: bolder;
	color: #FF9968;
	text-decoration: none;
}
.mainmenu_title {
	font-size: 12px;
	line-height: 25px;
	font-weight: bolder;
	color: #FFFFFF;
	background-image: url(images/sidemenu_titlewaku.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 25px;
	width: 186px;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	background-position: center top;
	padding-left: 14px;
}
.mainmenu_menu {
	width: 198px;
	padding-top: 6px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1A4C7C;
	border-left-color: #1A4C7C;
	text-align: left;
}
.mainmenu_menu2 {
	width: 184px;
	padding-top: 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1A4C7C;
	border-left-color: #1A4C7C;
	padding-right: 7px;
	padding-left: 7px;
	font-size: 11px;
	line-height: 10px;
}

.mainmenu_sita {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 6px;
	border-right-color: #1A4C7C;
	border-bottom-color: #1A4C7C;
	border-left-color: #1A4C7C;
	width: 198px;
	margin-bottom: 10px;
}
.mainmenu_menu a {
	line-height: 18px;
	color: #007BB7;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: left;
	display: block;
	padding-left: 25px;
	text-decoration: none;
	width: 173px;
	font-size: 95%;
}
.mainmenu_menu a:hover {
	color: #FF0000;
	text-decoration: none;
	background-image: url(images/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
}
.mainmenu_menu2 a {
	line-height: 16px;
	color: #007BB7;
	text-align: center;
	padding-left: 10px;
	text-decoration: none;
	font-size: 95%;
	padding-right: 10px;
}
.mainmenu_menu2 a:hover {
	color: #FF0000;
	text-decoration: none;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF8080;
	text-decoration: underline;
}
#footer #footer-inner .footer-menu a {
	color: #333333;
	text-decoration: none;
}
#footer #footer-inner .footer-menu a:hover {
	color: #FF8080;
	text-decoration: underline;
}
.ti1 {
	font-size: 18px;
	line-height: 37px;
	color: #FFFFFF;
	background-color: #0080FF;
	background-image: url(images/ti1.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	height: 35px;
	width: 725px;
	margin-bottom: 10px;
	font-weight: bolder;
	letter-spacing: 1px;
	padding-right: 10px;
	padding-left: 15px;
}
.ti2 {
	font-size: 18px;
	line-height: 37px;
	color: #FFFFFF;
	background-color: #0080FF;
	background-image: url(images/ti1.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	height: 35px;
	width: 695px;
	margin-bottom: 20px;
	font-weight: bolder;
	letter-spacing: 1px;
	padding-right: 10px;
	padding-left: 15px;
}

.centre {
	text-align: center;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.centre20 {
	text-align: center;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.syouhinsetumei {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-align: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}

.kakaku {
	font-size: 15px;
	font-weight: bolder;
	color: #FF0000;
	padding-top: 5px;
}
.ji_aka {color: #FF0000}

	a#ribbon {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 129px;
	height: 129px;
	background: transparent url("http://xnuck.com/wp-content/plugins/nofollow-free/images/css_nofollow_badgeredright.gif") no-repeat top left;
	text-indent: -999em;
	text-decoration: none;
	z-index: 1000;
	}
.waku_link {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.waku_link_yajirusi {
	background-image: url(images/purple01_next.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 17px;
}
.waku_link_name {
	font-size: 12px;
	font-weight: bolder;
	padding-left: 5px;
}
.waku_link_contents {
	font-size: 11px;
	line-height: 17px;
	color: #404040;
	padding-left: 25px;
}
.waku_link .waku_link_name a {
	color: #007AB5;
	text-decoration: none;
}
.waku_link .waku_link_name a:hover {
	color: #FF0000;
	text-decoration: none;
}
.waku_categorysyouhin {
	width: 720px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.waku_syouhin_1waku {
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.waku_syouhin_2waku {
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}


.waku_syouhin .waku_syouhin_1waku a {
	color: #0076AE;
	text-decoration: none;
}
.waku_syouhin .waku_syouhin_1waku a:hover {
	color: #FF0000;
	text-decoration: none;
}
.waku_osusume760 {
	width: 720px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 15px;
	padding-top: 10px;
}
.waku_sinsyouhin {
	width: 760px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/* できすぎくん ▼▼ ----------------------------------------------------------------- */

#contents-box {
	margin-bottom: 15px;
	padding-top: 15px;
	text-align: left;
}
#contents-box #main-image #picture2 {
	float: left;
	padding-right: 60px;
	padding-left: 60px;
	margin-bottom: 30px;
}
#contents-box #catch4 {
	font-size: 15px;
	font-weight: bolder;
	padding-bottom: 10px;
	padding-right: 10px;
}

#contents-box #catch2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	padding-bottom: 30px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
}
#contents-box #catch8 {
	clear: both;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-size: 105%;
	font-weight: bold;
	color: #D31C01;
}
#contents-box #catch5 {
	font-size: 90%;
	color: #5A5A5A;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 15px;
	margin-bottom: 20px;
}
#contents-box #sub-title {
	font-size: 18px;
	font-weight: bolder;
	color: #751A06;
	letter-spacing: 2px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 13px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #400000;
	border-left-color: #400000;
	clear: both;
	padding-right: 7px;
	margin-right: 20px;
}
#contents-box #picture3 {
	float: left;
	padding-right: 20px;
	padding-left: 40px;
}
#contents-box #item-cart {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 15px;
	font-size: 105%;
	color: #FF0000;
	width: 600px;
	background-color: #FFFFB5;
}
#contents-box #catch7 {
	text-align: center;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bolder;
	line-height: 25px;
	color: #FF0000;
}
#contents-box #picture4 {
	float: left;
	padding-left: 40px;
}
#contents-box #item-cart #picture5 {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contents-box #item-detail {
	font-size: 85%;
	color: #5A5A5A;
	width: 680px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #FAF150;
}
#contents-box #item-detail img {
	margin-bottom: 20px;
}

/* できすぎくん ▲▲ ----------------------------------------------------------------- */
.waku_ddsitemap {
	line-height: 20px;
	padding-right: 15px;
	padding-left: 45px;
}
.space5 {
	height: 5px;
}
.space10 {
	height: 10px;
}
.space15 {
	height: 15px;
}
.space20 {
	height: 20px;
}
.space25 {
	height: 25px;
}
.space30 {
	height: 30px;
}
#contents-box #item-cart .inline-center #bottom-name {
	line-height: 20px;
	font-weight: bolder;
	text-align: center;
}
.waku_blseo {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #333333;
}
#footer .waku_blseo a {
	color: #5A5A5A;
	text-decoration: none;
}
#footer .waku_blseo a:hover {
	color: #FB5239;
	text-decoration: none;
}
