@charset "utf-8";
/*
Theme Name: tomtom24
Theme URI: http://www.tomtom24.com/
Description: tomtom24の専用テーマ
Version: 1.0
Author: tomtom24
Tags: 
*/

/*
=====================================================
 css初期化
=====================================================
*/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, q, pre, table, caption, colgroup, col,
tboty, thead, tfoot, tr, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, span, a,
img, em, ins, del, cite, abbr, sup, sub, dfn, code, var, samp, kbd, object, script, noscript,
style, iframe, embed, param, map, area, menu, hr, address, small, strong, i, b, article, aside,
figure, footer, header, hgroup, nav, section, figcaption, time, video, audio, mark, ruby, rt, rp,
bdo, source, canvas, details, summary, command, datalist, keygen, output, progress, meter {
	margin: 0;
	padding: 0;
}
address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, menu, nav,
section, summary {
	display: block;
}
body {
	font-size: 75%;
	color: #333;
	line-height: 160%;
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-style: normal;
}
a {
	text-decoration: none;
	overflow: hidden;
	outline: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #32323c;
}
a img {
	border: none;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
p {
	margin: 12px 0;
}

/*
=====================================================
 共通
=====================================================
*/
body {
	background: #f3f3f3;
}
.rap {
	width: 820px;
	padding: 19px 29px;
	margin: 20px auto;
	overflow: hidden;
	background: #fff;
	border: solid 1px #ddd;
}
#sH, #sN, #photo, #c, #sF, #op {
	width: 820px;
	float: left;
}


/*
=====================================================
 ヘッダー
=====================================================
*/
#sH {
	padding: 20px 0;
}
#sH h1,
#sH #h1 {
	width: 260px;
	height: 33px;
	float: left;
	background: url(img/logo.jpg) no-repeat;
	text-indent: -99999px;
}

/*
=====================================================
 ナビゲーション
=====================================================
*/
#sN {
	background: -moz-linear-gradient(top, #333, #111);
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
}
#sN ul {
	float: left;
	list-style: none;
	border-right: 1px solid #444;
}
#sN li {
	float: left;
	position: relative;
}
#sN li a {
	padding: 11px 20px;
	float: left;
	color: #ccc;
	border-right: 1px solid #222;
	border-left: 1px solid #444;

	text-shadow: 0 1px 1px #000; 
}
#sN li a:hover {
	background: #444;
	background: rgba(255,255,255,0.1);
	text-decoration: none;
}

#sN li ul {
	position: absolute;
	top: 41px;
	left: 0;
	z-index: 100;
	border: none;
	display: none;
}
#sN li ul li {
	width: 100%;
	float: left;

}
#sN li ul li a {
	width: 100%;
	float: left;
	padding: 10px;
	background: #333;
	border-top: #222 1px solid;
	border-bottom: #444 1px solid;

}
#sN li:hover ul {
	display: block;
}
#sN li ul li a:hover {
	background: #444;
}

/*
=====================================================
 トップページ画像
=====================================================
*/
#photo {
	position: relative;
	height: 343px;
	margin-top: 20px;
}
#photo img {
	position: absolute;
	top: 0;
	left: 0;
}

/*
=====================================================
 コンテンツ
=====================================================
*/
#c {
	padding: 40px 0 10px;
}

/*
=====================================================
 左コンテンツ
=====================================================
*/
#Lc {
	width: 540px;
	float: left;
}
#Lc section {
	float: left;
	margin-bottom: 30px;
}
#home #Lc h2 {
	font-size: 130%;
	margin-bottom: 12px;
	font-weight: bold;
	padding: 10px;
	letter-spacing: 0.2em;
	text-shadow: 0 1px 1px #fff; 
	background: #f3f3f3;
}
#Lc ul {
	margin-left: 4%;
	width: 96%;
	float: left;
}
#Lc li {
	list-style: square;
	width: 100%;
	float: left;
	padding: 3px 0;
}

/*
=====================================================
 右コンテンツ
=====================================================
*/
#Rc {
	width: 240px;
	float: right;
}
.sb {
	width: 240px;
	float: left;
	margin-bottom: 21px;
}
.sb h3 {
	font-size: 120%;
	padding: 10px;
	margin-bottom: 5px;
	text-shadow: 0 1px 1px #fff;
	background: #f3f3f3;
}
.sb ul {
	width: 220px;
	padding-left: 20px;
	float: left;
}
.sb li {
	list-style: square;
}

/*
=====================================================
 フッター
=====================================================
*/
#sF {
	padding-top: 30px;
	border-top: 3px double #ddd;
}
.w175 {
	width: 175px;
	padding: 10px 15px 10px 14px;
	float: left;
	border-left: 1px dotted #ccc;
}
.mr {
	border-right: 1px dotted #ccc;
	padding: 10px 14px;
}


/*
=====================================================
フッターメニューと、コピーライト
=====================================================
*/
#op {
	border-top: 3px double #ddd;
	padding-top: 20px;
	margin: 30px 0 20px;
	color: #666;
}
#op ul {
	width: 820px;
	float: left;
	list-style: none;
	margin-bottom: 20px;
}
#op li {
	float: left;
	font-size: 90%;
}
#op li a {
}
#op li a:hover {
	text-decoration: none;
}
#op address {
	font-size: 90%;
	font-style: normal;
}
#op p {
	font-size: 90%;
	margin: 0;
}


/*
=====================================================
ページ・シングル　共通
=====================================================
*/
#page h1,
#single h1 {
	float: left;
	width: 530px;
	font-size: 160%;
	margin-bottom: 12px;
	font-weight: bold;
	padding: 20px 0 20px 10px;
	margin-bottom: 21px;
	text-shadow: 0 1px 1px #fff; 
	background: #f3f3f3;
}


/*
=====================================================
ページ
=====================================================
*/
#ac {
	color: #666;
}



#page h2 {
	float: left;
	width: 540px;
	font-size: 120%;
	margin-bottom: 12px;
	font-weight: bold;
	padding: 10px 0;
	margin: 40px 0 20px;
	letter-spacing: 0.2em;
	border-bottom: 3px double #ddd;
	text-shadow: 0 1px 1px #fff; 
}

#page #Lc ul {
	margin: 0 0 20px 4%;
}



/*
=====================================================
シングル
=====================================================
*/
#single h1 {
	margin-bottom: 5px;
}
p.sdetail {
	font-size: 90%;
	color: #888;
	margin-bottom: 20px;
}
#manual {
	width: 500px;
	padding: 10px 19px;
	border: 1px solid #ddd;
	color: #975d5d;
	font-size: 90%;
	line-height: 140%;
	background: #f9f9f9;
	margin-bottom: 20px;

}
#context {
	color: #666;
}
#context p {
	margin-bottom: 20px;
}
#context a img {
	border: 1px solid #ddd;
}
