@charset "utf-8";

/* ==================================================================
	CSS for citabria.co.jp code by apart-apart inc.
	
=================================================================== */

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
border: none;
position: relative;
-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
transition: opacity 0.5s;
}
/* =================================
   General
================================== */
@font-face {
    font-family: 'univers_lt_std57_condensed';
    src: url('./font/universltstd-cn-webfont-webfont.eot');
    src: url('./font/universltstd-cn-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('./font/universltstd-cn-webfont-webfont.woff') format('woff'),
         url('./font/universltstd-cn-webfont-webfont.ttf') format('truetype'),
         url('./font/universltstd-cn-webfont-webfont.svg#univers_lt_std57_condensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	
	font-family:  univers_lt_std57_condensed, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ" , Meiryo, "ＭＳ Ｐゴシック",Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center; 	/* IE用 */
	background:#fff;
}

/* --------------------------------
   □ text
-------------------------------- */
p { 
	margin:0 0 0.8em 0;
	text-align:justify;
	text-justify:inter-ideograph;
}

p,table,ul,dl,ol,address{
	line-height:1.5;
}

/* --------------------------------
   □ form
-------------------------------- */
input.text{
	line-height:1.2;
}

input.text,
textarea {
	border: 1px solid #aaa;
	padding:4px;
}

* html input.text,
* html textarea {
	padding:4px 4px 0px 4px;
}

*:first-child + html input.text,
*:first-child + html textarea {
	padding:4px 4px 0px 4px;
}

input.text:hover,
textarea:hover {
	border: 1px solid #aaa;
}

input.text:focus,
textarea:focus {
	border: 1px solid #333333;
}

input.submit{
	line-height:100%;
	padding-top:2px;
}

/* --------------------------------
   □ link
-------------------------------- */
/* 基本 */
a {
	text-decoration:none;
}

/* 訪問済 */
a:visited {

}

/* ロールオーバー */
a:hover{
	text-decoration:underline;
}

/* =================================
   ■ レイアウト
================================== */

/* --------------------------------
   □ 大枠 
-------------------------------- */
/*
.page{ 
	width:700px;
}
*/

.site,
.contents,
.publication{ 
	text-align: left;	
}

/*
body > .site,
body > .contents,
body > .publication{ 
	width:700px;
}
* /

/* --------------------------------
   □ サイト情報 (ヘッダー)
-------------------------------- */
.site{ 
}
.site ul,.site p{
	font-size:67%;
}






/* --------------------------------
   □ ページコンテンツ
-------------------------------- */
.contents{
	position:absolute;
    top:50%;
    left:50%;
    margin-top:-338px;
    margin-left:-369px;
	padding-top:15px;
	padding-bottom:15px;
}


	/* ◆ ページ内容情報(メイン)
	-------------------------------- */
	.contents .main{
	}

/* --------------------------------
   □ サイト情報(フッター)
-------------------------------- */
.publication{
	clear:both;
	padding-top:60px;
}

	



/* =================================
   ■ site
================================== */

.site{
	height:auto;
	width:290px;
	float:left;
	position:relative;
}
* html .site{
	width:275px;
}
.site .textArea{
	margin-left:20px;
	margin-top:200px;
}
.site h1{
	margin-bottom:10px;
	
}
.site .copyright{
	clear:both;
	margin-bottom:50px;
}
.site ul.navigation li{
	float:left;
}
.site ul.navigation li.company{
	border-right:1px solid #231815;
	padding-right:4px;
	margin-right:4px;
}


/* --------------------------------
   □ main
-------------------------------- */ 
.main {
	float:left;
	border-left:1px solid #000;
	padding-left:100px;
	width:300px;
}

.main .linkList dt{
	margin-bottom:5px;
}
.main .linkList dd{
	font-size:11px;
	margin-bottom:35px;
}

/* --------------------------------
   □ body
-------------------------------- */

body {
	color: #231815;
	background: #fff;
} 

/* --------------------------------
   □ link
-------------------------------- */
/* 基本 */
a:link {
	color:#231815;
}

/* 訪問済 */
a:visited {
	color:#231815;
}

/* ロールオーバー */
a:hover{
	color:#666666;
}
/* --------------------------------
   □ text
-------------------------------- */

strong,
em{	
	font-weight:bold;
}

em,
address,
cite{
	font-style: normal;
}

h1,h2,h3,h4,h5,h6{ 
	font-weight:bold;
	line-height:1.2;
}

h1 { font-size: 150%;}
h2 { font-size: 125%;}
h3 { font-size: 108%;}
h4 { font-size: 100%;}
h5 { font-size: 100%;}
h6 { font-size: 100%;}

acronym,abbr{cursor:help;}

sup{
	vertical-align:0;
	position:relative;
	top:-0.7em;  
	font-size: 9px;
	line-height: normal;
}

sub{
	vertical-align:0; 
	font-size: 9px;
	line-height: normal;
}

/* --------------------------------
   □ style
-------------------------------- */
table{
	border-collapse:collapse;
 }	

th,td{ text-align:left; }

input[type]{ 
	line-height:1; 
}

/* IE only \*/
* html input{ margin:0; }		
*:first-child + html input{ margin:0; }	
/* end */

input.text,
textarea {
	font-size:100%;
}


textarea, select, input {
	font-family : sans-serif;
}

hr {display:none;}

ul,ol  { list-style : none; }

fieldset {
	border: none;
}

/* --------------------------------
   □ link
-------------------------------- */
/* gecko対策 */
a[name]:hover{text-decoration:none !important;outline:0 !important;} 

/* --------------------------------
   □ image
-------------------------------- */
img{
	vertical-align			: top;
	border					: 0;
}

object,param{
	border:0;
	vertical-align:bottom;
} 

