@charset"utf-8";

/***********************************************/
/* CSS file For KUBRICK DESIGN, Inc.           */
/* FileName: base.css                          */
/* data:2009/04/20                             */
/***********************************************/


/* base -----------------------------------------*/

body {
color: #333;
background-color: #eee;
margin: 0;
padding: 0;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif, "Hiragino Maru Gothic Pro", "Osaka", "lroSVbN";	
line-height: 100%;
}

td, th {
color: #333;
vertical-align: top;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif, "Hiragino Maru Gothic Pro", "Osaka", "lroSVbN";	
}

img {
border: 0 none hidden;
}

img.shadow {
	background: url(../../images/shadow.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}

.bottom {
border: 0 none hidden;
vertical-align: bottom;	
}

.top_sp {
border: 0 none hidden;
vertical-align: top;	
}

.m_top{
margin-top: 20px;
}

.m_bottom{
margin-bottom: 20px;
}

/* headline -----------------------------------------*/

#index h1{
margin: 0;
padding: 0;
width: 270px;
height: 50px;  
color: #eee;
}

h1{
margin: 0;
padding: 0;
}


h2{
margin: 0 0 5px 0;
padding: 0;  
color: #eee;
text-align:center;
}

h3, h4 {
margin: 0;
padding: 0;
font-size: 13px;
font-weight: bold;
text-align: left;
}

/* IE6p */
html>body h1{font-size:x-small;}/* Opera6p */
head:first-child+body h1{font-size:small;}
a:link, a:visited, a:active{color:#319CC8; text-decoration:none;}
a:hover{color:#E32D69; text-decoration:underline;}
img{ border:none;}
ul,ol{list-style:none;}


/* font --------------------------------------------*/

.txt1 {
font-size: 11px;
line-height: 170%;
text-align: left;
}

.txt2 {
font-size: 12px;
line-height: 160%;
text-align:left;	
}

.txt2-lh {
font-size: 12px;
line-height: 200%;
text-align:left;
}

.txt3 {
font-size: 10px;
line-height: 150%;
text-align:left;
color:#666666;
}

.pink {
text-align:left;
color:#F1156D;
}


/* link --------------------------------------------*/

a 			{ color: #319CC8; text-decoration: none; }
a:link		{ color: #319CC8; text-decoration: none; }
a:visited	{ color: #319CC8; text-decoration: none; }
a:active	{ color: #319CC8; text-decoration: none; }
a:hover		{ color: #E32D69; text-decoration: underline; }

a.normal:link { color : #333; }
a.normal:visited { color : #333; }
a.normal:hover { color : #F60; }
a.normal:active { color : #F60; }

a.awhite:link { color : #FFF; }
a.awhite:visited { color : #FFF; }
a.awhite:hover { color : #F60; }
a.awhite:active { color : #F60; }



/* footer ------------------------------------------*/

#footer {
margin: 5px 0 40px 0;
padding: 0 0 10px 0;
}