/*   
Theme Name: 葵経営センター
Description: 
Author: 
Author URI: 
Version:
Tags:
*/

* {margin:0; padding:0;}
ul,li {list-style:none;}
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

/********************************************/

body {
margin:0px;
padding:0px;
line-height:150%;
font-size:80%;
color:#666;
background:url(images/bg_body.jpg) repeat-x left top;
font-family:"メイリオ", "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

a:link {color:#006699; text-decoration:none;}
a:hover {color:#006699; text-decoration:underline;}
a:active {color:#006699; text-decoration:none;}
a:visited {color:#006699; text-decoration:none;}


#inline-block {
    display: inline-block;      /* インラインブロック要素にする */
    background-color:  #ffffff;    /* 背景色指定 */
    padding:  20px;             /* 余白指定 */
    height: 100px;              /* 高さ指定 */
}

/* head */

h1{
margin:0px auto;
padding:4px 0px 0px;
width:960px;
height:20px;
font-size:12px;
line-height:150%;
font-weight:normal;
overflow:hidden;
}

#header{
margin:0px auto;
width:960px;
height:58px;
padding:15px 0px 0px;
overflow:hidden;
}

#head1{
width:301px;
padding:0px 141px 0px 0px;
float:left;
}

#head2{
width:231px;
float:left;
}

#head3{
width:264px;
float:right;
}

/* main */

#main{
margin:0px auto;
width:960px;
padding:15px 0px 0px;
overflow:hidden;
}