@charset "UTF-8";

/*
Font-size list
 83% = 10px	125% = 15px	166% = 20px
 92% = 11px	133% = 16px	175% = 21px
100% = 12px	142% = 17px	183% = 22px
108% = 13px	150% = 18px	192% = 23px
116% = 14px	158% = 19px	200% = 24px
*/

/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend {
	margin: 0;
	padding: 0;
}


/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html { overflow-y: scroll; } /* for mozilla: always display scrollbar */

body {
	color: #666666;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ",Verdana,Helvetica,sans-serif;
	*font-size: 75%;
}

a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #0033CC;
	text-decoration: none;
}
a:hover,
a:active  {
	color: #FF6600;
	text-decoration: underline;
}


/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.2;
}


/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li { list-style: none; }


/* --------------------------------------------------
	4. Table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}


/* --------------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset { border: none; }

input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
label { cursor: pointer; }

textarea { overflow: auto; }


/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}
object {
	vertical-align: middle;
	outline: none;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
abbr, acronym {
	border: none;
	font-variant: normal;
}
q:before, q:after { content: ''; }

address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
code, pre { font-family: monospace; }

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

hr { display: none; }


/* ------------------------------------------------------------
	7. For IE6/7
------------------------------------------------------------ */

/* --- for ie7: page zoom bug fix --- */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }

h1, h2, h3, h4, h5, h6, p, address, blockquote,
ol, ul, li, dl, dt, dd,
table, th, td, form, div {
	zoom: 1; /* hasLayout True */
}



/* //////////////////////////////////////////////////
[Layout] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Container
-------------------------------------------------- */
body {
	background-color: #FFF;
}

#container {
	width: 960px;
	margin: 0 auto;
}


/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
#top {
}

#header {
}



/* --------------------------------------------------
	2. Nav
-------------------------------------------------- */
#nav {
}

#nav { *zoom: 1; } /* for ie6/7 */
#nav:after { content: ""; display: block; clear: both; }


/* --------------------------------------------------
	3. Contents
-------------------------------------------------- */
#contents {
}

#contents { *zoom: 1; } /* for ie6/7 */
#contents:after { content: ""; display: block; clear: both; }


/* --------------------------------------------------
	4. Main
-------------------------------------------------- */
#main {
}


/* --------------------------------------------------
	5. Sub
-------------------------------------------------- */
#sub {
}


/* --------------------------------------------------
	6. Footer
-------------------------------------------------- */
#footer {
	position: relative;
	width: 960px;
}

/* --------------------------------------------------
	7. FB
-------------------------------------------------- */
#social{
	margin: -40px 0 0 730px;
}

#fb{
	width: 110px;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	*margin-left: 10px;
	vertical-align: top;
}

#tweet{
	width: 90px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}


/* --------------------------------------------------
	7. supersized
-------------------------------------------------- */
#supersized {
	_display: none !important;
}

/* //////////////////////////////////////////////////
[Main Module] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	1. Common Module
-------------------------------------------------- */
/* heading
----------------------------------- */
.ttlA {
	margin: 0 0 20px;
}

.ttlB {
}

.ttlC {
}

/* list
----------------------------------- */
.listCommon li {
}

/* link
----------------------------------- */
p.linkCommon {
}

.linkCommon li {
}


/* --------------------------------------------------
	2. topicPath
-------------------------------------------------- */
#topicPath {
}

#topicPath li {
}

#topicPath #topicPathHome {
}


/* --------------------------------------------------
	3. pageTitle
-------------------------------------------------- */
#pageTitle {
}


/* --------------------------------------------------
	4. article
-------------------------------------------------- */
#article {
}

/* paragraph
----------------------------------- */
#article p {
}

/* pageTop
----------------------------------- */
#article p.pageTop {
}


/* --------------------------------------------------
	5. Section
-------------------------------------------------- */
.section {
}


/* --------------------------------------------------
	8. localNav
-------------------------------------------------- */
#localNav {
}


/* --------------------------------------------------
	90. Other
-------------------------------------------------- */
.btn {
}

.alert {
	color: #FF0000;
}


/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */
.group { *zoom: 1; } /* for ie6/7 */
.group:after { content: ""; display: block; clear: both; }


/* //////////////////////////////////////////////////
[Page] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	1. 
-------------------------------------------------- */



