@charset "UTF-8";

/*
Theme Name: Air Graphics jp 2011 CSS
Description: The theme by SOUP Inc. (OSAKA)
Version: 1
Author: Y. Matsunami
Author URI: http://airgraphics.jp/
Date:2011.11.11
*/



/* 1 全体を設定するパート　お約束ごと */

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td {


	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none; text-decoration:none 
	}


body{
    background:#fff;
    font: 11px/21px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif; color: #333333;
	} 

#wrapper{width: 970px; margin: 0 auto; background:#fff;}  /* 全体をセンターに、970px幅 */

#header{ width:970px; background:url(images/img_h1_bkg_greenbar.png);	background-position: top; background-repeat:no-repeat; height: 70px; } /*ヘッダ部分*/
	#header h1{background-image:url(images/img_h1.png); background-position:0px 0px; background-repeat:no-repeat; text-indent:-9999px; height:70px; width:250px; padding-left:20px}

#site-description{padding:10px 0 0 715px;width:235px; font-size:10px; line-height:13px}




/* post*/



#content {
	padding-top:33%;
	text-align:center;
	}


#content a {
	color:#664;
	border:1px solid #664;
	padding:10px 20px
	}

#content a:hover {
	color:#bc0;
	border:1px solid #bc0;
	padding:10px 20px
	}




/* footerなど*/

/*　最下段 */

#footer {
	position:fixed;
	bottom:0px;
	width:970px;
	height:30px;
	margin: 0 auto;
	background-image:url(images/footer_bkg_970px.png); background-position:top center; background-repeat:no-repeat;
	}

#footer-contents{ text-align:right; padding:5px 30px 0px 30px}

