@charset "UTF-8";

/*==============================
	基本タグ設定
==============================*/
body {
    font-family: "Meiryo","ヒラギノ丸ゴ Pro W4","Verdana","Monaco",sans-serif;
	margin:0px;
	padding:0px;
}

body p {
	font-size: 14px;
}


p {
    margin-left:10px;
    margin-top:0.7em;
    margin-bottom:0.7em;
}

a {
   text-decoration: none;
}

a:link {
         color: #0033cc;
}

a:visited { 
            color: #990033;
}

a:active { 
           color: #0033cc;
           font-style: italic;
           /*text-decoration: underline;*/
}

a:hover {
          color: #990033;
          font-style: italic;
          /*text-decoration: underline;*/
}



h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	line-height:100%;
}

h2{
	font-size: 16px;
}



/*==============================
	top以外 共通部分
==============================*/

#menu {
	position:absolute;
	top:5px;
	
	margin:5px
	/*left:auto;
	right:auto;*/
}

/*
#menu a {
	text-decoration:none;
}

#menu a:link {
         color: #ffffff;
}

#menu a:visited { 
            color: #ffffff;
}

#menu a:active { 
           color: #ccffff;
           text-decoration: underline;
}

#menu a:hover {
          color: #ccffff;
          text-decoration: underline;
}
*/

#dot{
	margin-top:50px;
	margin-left:0;
	padding-left:0;
}

#copyright
{
	font-size:10px;
}


/*==============================
	本文エリア
==============================*/

/* top */

#top {
	}

.makoto_top {
	position: absolute;
	top: 50px;
	left: 20px;
}

.toru_top {
	position: absolute;
	top: 50px;
	right: 20px;
}

.menu_top{
	margin-top: 30px;
}

#twitter {
	/*position:absolute;
	top:530px;
	left:10px;*/
	width:260px;
}

/* news */

#news{
	margin:5px;
	padding:5px;
	/*background-color:#3300cc*/
}

#about {
    margin:5px;
	padding:5px;
}

#link {
    margin:5px;
	padding:5px;
}

#mail {
	margin:5px;
	padding:5px;
}

#form {
	margin-left:10px;
	padding:10px;

}

/*==============================
	works
==============================*/

#works {
	font-family: "Meiryo","ヒラギノ丸ゴ Pro W4","Verdana","Monaco",sans-serif;
    margin:30px;
	padding:5px;
}

#icon a {
   margin:3px;
   padding:0px;
}

.w_title{
	background-color: #ffffff;
	position: fixed;
	top: 0px;
	left: 0px;
}

/*#icon a {
   display: block;
   width: 50px; /* 画像1枚分の横幅 */
/*   height: 20px; /* 画像1枚分の高さ */
/*   text-indent: -1000px; /* 文字を見えなくする */
/*   background-image: url("image/icon_bar_2.gif"); /* 画像ファイル名 */
/*}

#icon a:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
/*}*/


/*.works_top {
	margin:10px;
}*/
