@charset "utf-8";

/* *********************************************************
Title: header.css
Created: 2013-11-07
Last Modified: 2013-11-07
********************************************************* */

/* Table Of Contents
------------------------------------------------------------
#01 headerLeft headerRight
----------------------------------------------------------*/

/*------------------------------------------------------------
#01 headerLeft headerRight　ヘッダーのスタイル
------------------------------------------------------------*/
#headerInner {
	height: 130px;
}
#headerLeft h1 a{
	background: url(./images/logo.jpg) no-repeat;
	float: left;
	height: 130px;
	text-indent: -9999em;
	width: 326px;
}
#headerRight {
	background: url(./images/catch.jpg) no-repeat;
	float: left;
	height: 130px;
	width: 644px;
}
#hiddenMenu {
	display: none;
}

/*翻訳*/

/* Bパターン
------------------------------------*/
#pattern_b {
    background: transparent;
    width: 200px;
    float: right;
    margin-top:32px;
}
#pattern_b ul{padding-left: 6px;}
#pattern_b li{
	float: left;
	padding: 2px 1px;
	margin-right: 6px;
	font-size:11px;
list-style: none;
}
#pattern_b li:last-of-type{margin-right: 0;}
#pattern_b li img{
	width: 20px;
	vertical-align: top;
	padding-right: 4px;
}
#pattern_b li a{
	color: #000;
	text-decoration: none;
}
#pattern_b a:hover{text-decoration: underline;}